joubu
joubu
I am seeing it as well when doing a sync ``` gunicorn stderr | File "/usr/local/lib/python3.11/site-packages/weblate/trans/models/component.py", line 1948, in commit_pending gunicorn stderr | with self.repository.lock: gunicorn stderr | File "/usr/local/lib/python3.11/site-packages/weblate/utils/lock.py",...
Using the UI you can "Grant administration" or "Revoke administration" on the following view: http://localhost:8888/teams/GROUP_ID/#users  I have not found a way to do that using the REST API.
Switched from beta3 to beta5 and I am now getting `Failed to resolve component: v-select`. Is it coming from this missing 'src' directory?
> @joubu can you post a reproduction? ``` import { createApp } from "vue"; import vSelect from "vue-select"; import App from "./App.vue"; const app = createApp(App); app.component("v-select", vSelect); app.mount("#app"); ```...
We have noticed a behaviour change between v5.36.0 and v5.38.2 ``` % more foo.pl #!/usr/bin/perl use Modern::Perl; BEGIN { say "exit"; exit; }; say "hey!"; ``` With perl v5.36.0 ```...
> https://perldoc.perl.org/perl5380delta#INIT-blocks-no-longer-run-after-an-exit()-in-BEGIN Thanks a lot, I missed that!
The function omnivore.gpx creates 1 ajax request. So if you have 250 gpx, you will generate 250 requests! A workaround would be to read the contain of the gpx files...
I am currently working on something to improve this area. The idea is to generate a geojson file from the gpx, only once, instead of converting it for each query....
Update: I actually noticed later that the update didn't work at all when using the UI. It worked (without the propagation) using "wlc upload". The UI timed out and it...
On this link you can see that "main" and "23.11" have been updated (23.11 was not before a second "wlc upload" for this specific version) https://translate.koha-community.org/translate/koha/main/staff-prog/ar_ARAB/?checksum=8134165b32931905 23.05 and 22.11 are...