Alex Biddulph
Alex Biddulph
> > the user running the build may be unable to chmod the scripts in order to execute them > > There is no need to do that because the...
Is there any progress on this?
I am also experiencing this issue on Arch Linux where my system can correctly resolve a hostname with a local DNS server but because `docker buildx build` is effectively bypassing...
> Was "quite recently" since 2023? (v23 of Docker would make sense) "Quite recently" as in a couple of weeks ago. We recently transitioned our local registry to HTTPS and...
My system package for buildx updated from 0.11.0 to 0.11.2 on 2023-08-10. I can't remember the specific date that I last tested the HTTPS registry, but its possible it was...
> It's possible the change in behaviour occurred when fixing issue #27. `--dir` was primarily intended to work with LaTeX's `--output-directory`. I think it needs another switch for changing the...
I suppose I should have mentioned this initially. In the tests I ran for each version I ran the java command manually without using latexmk just to make sure there...
Specifically I ran this command which I took from `bib2gls.sh` `java -Djava.locale.providers=CLDR,JRE,SPI -jar ./bib2gls-3.x/bib2gls.jar --dir build --group main`
That appears to work well ``` bib2gls version 3.9.20140401 (2024-04-01) Apr 02, 2024 8:59:45 AM sun.util.locale.provider.LocaleProviderAdapter WARNING: COMPAT locale provider will be removed in a future release Reading build/main.aux Encoding:...
Are there any updates on this? I made a [quick CMake reporter](https://github.com/Bidski/Catch2/tree/cmake-reporter) to generate CMake-style lists and then parse that output in CMake to add the tags as CTest labels....