Re: [Koha-devel] ChatGPT and Koha

2023-02-22 Thread Jonathan Druart
For Koha core developers I am not sure it is relevant. Hasn't ChatGPT been fed with 2 years old data? With data we actually wrote ourselves. So basically if I ask it something I am requesting what my 2 year-ago self knew? I have certainly forgotten some stuff, but I also know that what was true 2 y

Re: [Koha-devel] koha-testing-docker startup gotcha...

2023-02-22 Thread David Schmidt
what I like to do to always have matching UIDs ## ## # Dockerfile ARG CONTAINER_UID=1000 RUN useradd --create-home --home-dir /home/hks3 \ --uid $CONTAINER_UID --user-group --shell /bin/bash hks3 # building container docker-compose build --build-arg CONTAINER_UID=`id

[Koha-devel] Pull newer images today :-D

2023-02-22 Thread Tomas Cohen Arazi
Hi, we've just pushed a change to Koha, moving away from node-sass to dart-sass, and older docker images will fail as all assets are automatically built on startup and it will fail otherwise. Best regards -- Tomás Cohen Arazi Theke Solutions (http://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F ___

[Koha-devel] Volunteer needed to open the bidding for KohaCon24 & need confirmation of task list

2023-02-22 Thread tuxayo
Hi :) The things to do are: - making the wikipage using the template - make an announcement email using past ones - send reminders - @all: anything else? The aim is to start the bid in the next weeks so proposals that start early 2024 have time to plan. And let the bid run until the next gener

Re: [Koha-devel] ChatGPT and Koha

2023-02-22 Thread David Cook
I understand what you’re saying because it says its knowledge after 2021 is limited, but it also has a greater breadth of knowledge than your 2 year-ago self. It claimed that some of its Vue.js answers were due to the conventions used by the Vue.js community, which was fascinating. It diffe