Time  Nick             Message
22:13 dcook            .
20:10 caroline         After compiling, opening the émrc in a text editor should look like this https://snipboard.io/bHr7zq.jpg
20:08 caroline         this is the compile command https://snipboard.io/hvmSaR.jpg
20:04 JasonGreene[m]   <caroline> "I did like Fred and copy..." <- I just tried to import an XML and it failed... so I';m thinking the same thing... I think I'll rebuild the server again
19:56 caroline         I did like Fred and copy pasted into MarcEdit and then compiled into MARC and I was able to import it, so I don't think the record is the problem
19:48 JasonGreene[m]   yes, I've tried to import the .mrc and the .mrk
19:46 caroline         Looks good to me, did you use the .mrc file?
19:45 JasonGreene[m]   how does that look? It didn't import
19:45 JasonGreene[m]   =952  \$bFRL$aFRL$yBK$2ddc$o232.91 Sha$pL000792
19:45 JasonGreene[m]   =942  \$cBK
19:45 JasonGreene[m]   =650  \$aBlessed Virgin Mary
19:45 JasonGreene[m]   =245  \4$aThe Woman Shall Conquer
19:45 JasonGreene[m]   =100  \$aSharkley  Don
19:45 JasonGreene[m]   =082  \$a232.91 Sha
19:45 JasonGreene[m]   =008  240320s9999||||xx||||||||||||||||und||
19:45 JasonGreene[m]   =LDR  00000nam a2200000Ia 4500
19:28 JasonGreene[m]   Thanks. I'll take a look
19:26 caroline         the 952s look incomplete. There should be at least $a, $b, and $y
19:24 JasonGreene[m]   =952  \$aL000793
19:24 JasonGreene[m]   =952  \$aFRL
19:24 JasonGreene[m]   =700  \$aParedi  Angelo
19:24 JasonGreene[m]   =650  \$aSaints
19:24 JasonGreene[m]   =337  \$aBK
19:24 JasonGreene[m]   =245  \0$aSaint Ambrose -His Life and Times
19:24 JasonGreene[m]   =082  \$aB-St Ambrose
19:24 JasonGreene[m]   =008  240222s9999||||xx||||||||||||||||und||
19:24 JasonGreene[m]   =LDR  00275nam a2200121Ia 4500
19:24 JasonGreene[m]   How does this look
17:44 oleonard         When I upload the plugin file nothing happens, it doesn't show up. I can't see anything in the logs about it.
17:43 oleonard         Anyone been able to test koha-plugin-ill-koha in KTD?
17:41 cait             cya tomorrow #koha!
17:40 cait             bug fixes pushed at least
17:23 oleonard         Definitely!
17:22 ashimema         I need to log off now I'm afraid.. it's the wifes birthday so I should be cooking and looking after her 😜
17:21 ashimema         to the OFTC Bridge status user that you should see your connected to somewhere
17:21 ashimema         try !listrooms
17:19 ashimema         I think it was talking to 'OFTC IRC Bridge status' that got me back online
17:18 ashimema         but it's really not now
17:18 ashimema         it had become really reliable..
17:18 ashimema         they really have dropped irc to a lower class citizen these days.
17:18 ashimema         honestly.. i'm getting annoyed at Matrix..
17:18 ashimema         had to kick the matrix bots
17:18 ashimema         I had that a little while back
17:17 ashimema         i'm on matrix too
17:17 ashimema         I see you
17:17 ashimema         yup
17:12 * ashimema       was about to look for where to define perttier options
17:12 ashimema         you use prettier in your lazy nvim setup paulderscheid?
17:11 reiveune         bye
17:08 paulderscheid    The matrix bridge doesn't work
16:47 cait             figured it out
16:39 cait             I have a test fail - someone aroudn to have a look with me?
16:36 lukeg            hi
15:56 cait             Joubu: can you please run the meeting script?
15:52 ashimema         reading back to catch up again
15:52 ashimema         sorry.. got pulled into a phonecall
15:51 Joubu            interested*
15:51 Joubu            ashimema: interesting in doing it?
15:42 ashimema         so getting those configured right is taking a little time
15:42 ashimema         I'm still feeling my way with my recent move to nvim and lsp 😜
15:39 Joubu            well, I am not saying it will be useful to have your editor doing it the same as well :)
15:38 Joubu            actually if you are using the git hook you don't really care: it will be done inline when you commit
15:37 ashimema         I was expecting us to so I could just pick it up
15:37 ashimema         and that would be why mine is wrong
15:37 Joubu            ashimema: we don't have the config file in Koha
15:36 Joubu            that's the 3 places where we catch them for vue files
15:36 Joubu            3. qa:QohA/File/JS.pm:    my $tidy = qx{yarn --silent run prettier --trailing-comma es5 --arrow-parens avoid $absf};
15:36 ashimema         I reckon my prettier is running in defaults and not picking up a config file
15:35 Joubu            2. koha:xt/vue_tidy.t:    my $tidy = qx{yarn --silent run prettier --trailing-comma es5 --arrow-parens avoid $filepath};
15:35 ashimema         trailing comma, arrow-parens
15:35 ashimema         I think it's the options
15:35 Joubu            40         $modify_files->{$filepath} = qq{yarn --silent run prettier --trailing-comma es5 --arrow-parens avoid --write $filepath};
15:35 Joubu            1. ktd:files/git_hooks/pre-commit (search prettier)
15:35 ashimema         just working that out
15:35 Joubu            indent?
15:35 Joubu            what's different?
15:34 ashimema         hmm.. that's not the same as what my editor is tidying too ☹️
15:34 Joubu            the problem is that we need a centralised place for the list of js files to keep tidy
15:33 Joubu            I can point you to the different parts to copy if you like
15:33 Joubu            yarn run prettier --trailing-comma es5 --arrow-parens avoid --write path/file.js
15:32 ashimema         I can work on those if my brain will let me understand
15:32 Joubu            ashimema: use:
15:32 ashimema         we certainly need tests
15:32 ashimema         true
15:32 Joubu            but you are not making sure one will ugly it tomorrow ;)
15:31 ashimema         glad I spotted it today though.. it looks much nicer with the patch I'm about to submit
15:31 ashimema         thanks for the comment on js tidy Joubu.. I have no idea what was going on with my editor ☹️
15:27 cait             I think i might need to switch my email there and review messaging settings
15:27 cait             I try to follow all other channcles, but that's the one I never miss
15:26 Joubu            my suggestion is always the same: taiga
15:26 cait             safest thing to get me to do something is email right now - which is not ideal
15:26 Joubu            anything you want
15:26 cait             i mean an idea for what we could use
15:26 Joubu            saying that for 6 years and I have proofs
15:26 cait             do we have an idea about it?
15:26 cait             Joubu 	I need a place to put stuffs like that... < as it shows, that is very true
15:25 Joubu            "there is nothing more important than"... bug 36355
15:24 cait             it will be in the next batch
15:24 cait             i'll take care of it in a bit
15:24 cait             thank you
15:24 huginn`          04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36355 minor, P5 - low, ---, jonathan.druart, Passed QA , Auth/csrf.ts is failing if library with long info in the DB
15:24 Joubu            bug 36355
15:23 cait             sorry, way too many meetings today
15:23 Joubu            (twice)
15:23 Joubu            I pointed you to the fix
15:22 Joubu            cait: please read earlier msg from me
15:22 cait             Joubu: did we figure out the CSRF fail on D11 yet?
15:15 cait             hm, it doesn't seem ideal we have multple id=idx in the advanced search... *tries to unsee it*
15:11 Joubu            tcohen: yes, I thought about that yesterday as well!
14:45 ashimema         thibaud++
13:07 tcohen           Joubu: should we have a 'Vue internals' category
12:50 cait             got to run away again for a bit, brb
12:50 ashimema         done
12:50 cait             me neither (was looking for it earlier as well)
12:50 thd              Paul, I do not see you nick.
12:48 cait             link to the road map
12:48 oleonard         Sorry to have had to duck out
12:48 ashimema         what else was it you wanted adding cait
12:48 ashimema         https://wiki.koha-community.org/wiki/Development_IRC_meeting_Template
12:47 huginn`          Log:            https://meetings.koha-community.org/2024/development_irc_meeting_20_march_2024.2024-03-20-12.01.log.html
12:47 huginn`          Minutes (text): https://meetings.koha-community.org/2024/development_irc_meeting_20_march_2024.2024-03-20-12.01.txt
12:47 huginn`          Minutes:        https://meetings.koha-community.org/2024/development_irc_meeting_20_march_2024.2024-03-20-12.01.html
12:47 huginn`          Meeting ended Wed Mar 20 12:47:47 2024 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
12:47 cait             #endmeeting
12:47 cait             #info Next meeting: 3 April 2024, 12 UTC
12:46 ashimema         we could just add it to the template
12:45 cait             #topic Set time of next meeting
12:44 cait             ok :) next time I'll try to remember
12:44 ashimema         that's the standard
12:44 ashimema         AOB - Any Other Business
12:44 cait             #topic Misc
12:43 cait             #info Nothing to review at this point
12:42 cait             #topic Reveiw of coding guidelines
12:39 cait             #topic General development discussion
12:38 cait             #info no actions from last meeting
12:38 cait             #topic Actions from last meeting
12:33 ashimema         https://docs.google.com/document/d/14Xy7XCQBZQVlayH6leJqTKKBwVMRRsRFyScbmltrdsI/edit?usp=sharing
12:32 tcohen           #info Merging reserves and old_reserves: being rebased
12:32 tcohen           #info Configurations table dicussion to be held in Marseille around 'plugins as features'
12:31 tcohen           #info The docker images need a pipeline built. Blocker: package building step
12:31 tcohen           #info Record locking is moving forward, new reports will be filled for more use cases
12:29 huginn`          Current chairs: ashimema cait tcohen
12:29 cait             #chair tcohen
12:27 cait             #info Moving sample notice to TT has been progressing - testing/commenting will help
12:26 cait             #info Plugins will be discussed at hackfest
12:26 cait             #info Bookings is moving as is ILL
12:14 cait             #topic Status of roadmap projects
12:13 ashimema         #info Bug squashing day this Friday, please come and join in 🙂.. we need lots of testing of the current master to spot issue's caused by CSRF
12:11 cait             #info QA queue is growing, focus has been on CSRF patches
12:09 cait             #topic Updates from the QA team
12:08 tcohen           #info Tomas Cohen Arazi
12:08 ashimema         #link https://bugs.koha-community.org/bugzilla3/buglist.cgi?cmdtype=dorem&list_id=502598&namedcmd=RM_priority&remaction=run&sharer_id=13
12:07 ashimema         #info Please look at the 'RM Priority' bugs
12:06 cait             #info master branch is no longer frozen, CSRF patches have been pushed, a lot of bug fixing is happening
12:06 ashimema         #info Master is now moving again 🙂
12:06 ashimema         #info Marseille Hackfest is very soon 🙂 - 8-12th April
12:06 cait             #topic Update from the Release Manager
12:05 cait             #info Hackfest in Marseille is soon :)
12:05 cait             #topic Announcements
12:02 oleonard         #info Owen Leonard, Athens County Public Libraries, Ohio, USA
12:02 thd              #info Thomas Dukleth, Agogme, New York City
12:02 cait             #link https://wiki.koha-community.org/wiki/Development_IRC_meeting_20_March_2024 Agenda
12:02 ashimema         #info Martin Renvoize, PTFS-Europe, UK
12:02 huginn`          Current chairs: ashimema cait
12:02 cait             #chair ashimema
12:02 cait             Please introduce yourself using #info
12:02 cait             #topic Introductions
12:01 huginn`          The meeting name has been set to 'development_irc_meeting_20_march_2024'
12:01 huginn`          Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
12:01 huginn`          Meeting started Wed Mar 20 12:01:51 2024 UTC.  The chair is cait. Information about MeetBot at http://wiki.debian.org/MeetBot.
12:01 cait             #startmeeting Development IRC meeting 20 March 2024
12:00 ashimema         https://meet.jit.si/KohaDevelopmentMeeting
12:00 cait             Room is open :)
11:59 cait             give me a moment to open the room please
11:59 cait             It's meeting time!
11:53 ashimema         brb.. just grabbing a quick cuppa for the dev meeting
11:43 tcohen           Joubu: maybe we could have a shared Google thing for what you were asking earlier?
11:43 tcohen           Joubu: looking
11:40 tcohen           hola #koha o/
10:48 Joubu            I guess it was to avoid a conflict
10:47 Joubu            dependency is wrong actually
10:45 magnuse          ouch
10:45 Joubu            ha, depends on an...in discussion one
10:44 huginn`          04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31335 enhancement, P5 - low, ---, jonathan.druart, Needs Signoff , Unnecessary holds fetch in serials/routing-preview.pl
10:44 Joubu            bug 31335 is lost and needs love
10:33 oleonard         o/
10:29 ashimema         we need to better spread the load and streamline some area's like this.
10:28 ashimema         we have 'community process' as a big discussion point on our Hackfest planning sheet btw
10:28 Joubu            yes, that's my point, such things should be pushed right after they are fixed :)
10:27 ashimema         right.. into my next meeting.. grr
10:27 ashimema         thanks for the fix
10:27 ashimema         all runs nicely for me here.. passing QA to flush it through the queue.. some things like this simply don't need the double step process in my opinion... it's better to get it in
10:25 Joubu            and thanks, ashimema ;)
10:24 Joubu            yes, it was a wrong assumptino
10:23 ashimema         OK.. I'm happy with the fix I think
10:23 ashimema         I presume that comes from testbuilder.
10:23 ashimema         ah.. so it's not lots of libraries.. it's one with a particularly long name
10:20 ashimema         as a general rule Joubu.. I do try to do all the things you ask for in here.. not always possible, but generally I don't think I do too bad..  little things like this are easy to fit in.. it's the bigger stuff that needs more formal scheduling.
10:20 * ashimema       is looking at the bug now
10:20 ashimema         you said we should reduce the number of libraries and not fix the test.. but you fixed the test.. assume tracking back to where the libraries were all being added proved challenging?
10:19 ashimema         hmm
10:14 Joubu            "if there is only one thing you should do for the community today is..."
10:14 Joubu            I need a place to put stuffs like that...
10:13 huginn`          04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36355 minor, P5 - low, ---, chris, Needs Signoff , Auth/csrf.ts is failing if library with long info the DB
10:13 Joubu            cait: you need bug 36355 to make jenkins happy
10:08 ashimema         Morning
10:08 huginn`          04Bug https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36139 trivial, P5 - low, ---, michael.hafen, Signed Off , Bug 35518 follow-up: fix AutoSwitchPatron
10:08 ashimema         bug 36139
09:30 huginn`          Joubu: The operation succeeded.
09:30 Joubu            @later tell kidclamp I think the QA point for 36139 is for you ;)
09:17 huginn`          cait: The operation succeeded.
09:17 cait             @later tell tcohen can you please check on Docker_4?
09:16 huginn`          Joubu: The operation succeeded.
09:16 Joubu            @later tell tcohen docker_4 - I disabled it
09:16 huginn`          Joubu: The operation succeeded.
09:16 Joubu            @later tell tcohen docker_4 - no space left on device...
09:10 paulderscheid[m] morning #koha