Ramon Buckland
Ramon Buckland
- On my OSX machine, I use a personal crontab. not `launchd` - and not a root crontab entry. - Follow this for general setup as a tip for how...
Here is the cause - https://github.com/docopt/docopt.rs/blob/62cf32bd22f96941cec998adda5550ac475d5d5e/src/dopt.rs#L491 and the workaround is to "change" docopt arguments (variables) to be `-` hyphened versions eg: ``` Usage: bar ``` instead of ``` Usage: bar...
Also have this issue: 1. seems a few people have had the issue - https://forum.freecadweb.org/viewtopic.php?style=10&t=71737 2. am unable to login to freecadforum to report on that bug (registration not sending...
This bug is related to compile parameters on qtwebengine it seems; https://github.com/Homebrew/homebrew-core/issues/104008#issuecomment-1159845166 Freecad is using ``` qt-webengine 5.15.4 h72ca1e5_3 conda-forge ```
Tested the lateste weekly-bundle and it has the same issue `FreeCAD_weekly-builds-30377-2022-09-15-conda-macOS-x86_64-py310.dmg` ``` [0918/204855.489244:ERROR:icu_util.cc(251)] Couldn't mmap icu data file /Applications/FreeCAD.app/Contents/MacOS/FreeCAD: line 19: 47074 Trace/BPT trap: 5 "${PREFIX}/bin/freecad" $@ ```
digging a little deeper 1. the file is expected to be in `/Applications/FreeCAD.app/Contents/Resources` - https://lists.qt-project.org/pipermail/qtwebengine/2015-February/000157.html but it is found in `/Applications/FreeCAD.app/Contents/Resources/resources/` ``` Ramons-iMac:~ rbuckland$ find /Applications/FreeCAD.app -name icudtl.dat /Applications/FreeCAD.app/Contents/Resources/resources/icudtl.dat ```...
Where is this ticket up to ? I would expect that ``` foobar: image: ${image_foobar} domainname: test-local dns_search: - test-local ``` would have expected 1. give the foobar image a...
@StuartReavley - did you try adding both files to the command line ? eg: ``` cd grammars && java -jar /home/rbuckland/.m2/repository/org/antlr/antlr4/4.8-2-SNAPSHOT/antlr4-4.8-2-SNAPSHOT-complete.jar -Dlanguage=Rust -o ../src/gen PhpParser.g4 PhpLexer.g4 ```  
@matteius That is good documentation by @oz123 on docker containers (referenced above). The challenge we face is the containers used are for Development, and therefore _is_ the virtual environment, encapsulating...
@abn - do you have an update for this ticket ?