clemens-tolboom deleted branch feature/make-zip-cleaner at clemens-tolboom/PinchPanCamera
Updated Nov 12
clemens-tolboom commented on pull request Divirad/PinchPanCamera#6
Thanks :-)
clemens-tolboom opened an issue in 0xfe/vexflow
Trying to swap colors black versus white we tried var clef = vf.Stave().addClef('treble'); clef.setStyle({ fillStyle: 'red', strokeStyle: 'red' }); …
clemens-tolboom commented on issue boku-ilen/geodot-plugin#51
I realise this issue is not exactly about what I'm trying to solve here but as I'm closing for this week I add my python script to show my intent (…
clemens-tolboom commented on issue boku-ilen/geodot-plugin#51
With some python I can get the following list. Manual sorted of which /usr/lib and /System/Library probably as system files so not relevant to pack…
clemens-tolboom commented on issue boku-ilen/geodot-plugin#51
I can run without errors!?!?! install_name_tool -change "build/libRasterTileExtractor.dylib" "demo/addons/geodot/osx/libRasterTileExtractor.dylib" …
clemens-tolboom commented on issue boku-ilen/geodot-plugin#51
Godot dylibs otool /Applications/Godot_v3.2.4-rc1_osx.universal.app/Contents/MacOS/Godot -L /Applications/Godot_v3.2.4-rc1_osx.universal.app/Conten…
clemens-tolboom opened an issue in boku-ilen/geodot-plugin
Not sure worth to report so feel free to close but the MacOS version has better precision. g++ -o RasterTileExtractor.o -c -std=c++17 -fPIC -I/usr/…
clemens-tolboom commented on issue boku-ilen/geodot-plugin#51
Tell .dylib to look inside the addon/gdal/ path This seems to work only in a Mac app on first try. install_name_tool -change /the/old/path/to/the_l…
clemens-tolboom commented on issue boku-ilen/geodot-plugin#51
MacOS dependencies See also #52 https://lessons.livecode.com/m/4071/l/15029-linking-an-osx-external-bundle-with-a-dylib-library https://stackoverf…
clemens-tolboom commented on pull request boku-ilen/geodot-plugin#54
Removed the unused variable :-)
clemens-tolboom pushed to feature/better-navigation-44 in clemens-tolboom/geodot-plugin
- cfc93e3 Remove unused variable.
clemens-tolboom commented on issue boku-ilen/geodot-plugin#43
Any idea?
clemens-tolboom deleted branch patch-3 at clemens-tolboom/geodot-plugin
Updated Jan 24
clemens-tolboom commented on pull request NixOS/nix#1280
@aschmolck I manually fixed/transformed from .xml to .md in #1349 ... as this is now marked stale do you want to try fix this again with your script?
clemens-tolboom commented on pull request NixOS/nix#1349
So the quickstart (and more?) are moved from .xml into .md Commit: e0ea3c8 [e0ea3c8] Parents: 650ae14 Author: Eelco Dolstra edolstra@gmail.com Date…
clemens-tolboom pushed to patch-1 in clemens-tolboom/nix
- 52407f8 exporter -> bundler
- d7ffe32 Merge remote-tracking branch 'origin/master' into fix-and-ci-static-b…
- 998 more commits »
clemens-tolboom commented on pull request NixOS/nix#1349
Hmmm ... thanks @Stale to poke me. Will check soon.
clemens-tolboom commented on issue Divirad/PinchPanCamera#3
You get extra points when finishing all PRs ;-)
clemens-tolboom commented on pull request ericyangyu/PPO-for-Beginners#3
I set render === True as we are running Gym stuff ... hope you agree :-O