clemens-tolboom deleted branch feature/better-navigation-44 at clemens-tolboom/geodot-plugin
Updated Jan 24
clemens-tolboom commented on issue 0xfe/vexflow#836
Fill and Stroke I can confirm both contexts works var clef = vf.Stave().addClef('treble'); clef.context.setFillStyle('#0f0'); vf.context.setFillStyle
clemens-tolboom commented on issue boku-ilen/geodot-plugin#57
.dylib to .a ? install_name_tool -change "build/libRasterTileExtractor.dylib" "addons/geodot/osx/libRasterTileExtractor.a" demo/addons/geodot/osx/l…
clemens-tolboom commented on issue boku-ilen/geodot-plugin#57
Discussing #58 in chat not sure what must be done. Build scons target=release osgeo_path=/usr/local/Cellar/gdal/3.2.1 otools otool -L demo/addons/…
clemens-tolboom commented on issue boku-ilen/geodot-plugin#58
.so is shared, .a is static
clemens-tolboom commented on issue boku-ilen/geodot-plugin#58
Root cause is we don't have one SConstruct but three. Can we please just have one! That would prevent future issues like #38 + #43
clemens-tolboom opened an issue in boku-ilen/geodot-plugin
scons target=release osgeo_path=/usr/local/Cellar/gdal/3.2.1 find demo/addons/geodot/osx/ demo/addons/geodot/osx/ demo/addons/geodot/osx//libRaster…
clemens-tolboom commented on issue 0xfe/vexflow#836
Thanks for the workaround 👍 and the PR hint. If time permits I'll try create a PR the clef (which is not same as staff btw) Not sure what you mean…
clemens-tolboom commented on issue boku-ilen/geodot-plugin#51
scons target=release platform=osx osgeo_path=/usr/local/Cellar/gdal/3.2.1/ scons: Reading SConscript files ... scons: done reading SConscript files…
clemens-tolboom commented on issue boku-ilen/geodot-plugin#51
Testing the minimal project scons target=release platform=osx osgeo_path=/usr/local/Cellar/gdal/3.2.1/ ./build/gpkg_test Opening dataset at geopack…
clemens-tolboom commented on issue boku-ilen/geodot-plugin#57
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#57
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#57
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#57
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 commented on issue boku-ilen/geodot-plugin#57
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/t…
clemens-tolboom commented on issue boku-ilen/geodot-plugin#57
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 opened an issue in boku-ilen/geodot-plugin
In several issues #51 #52 some comments we not related to those issues. These will be moved into this issue.
clemens-tolboom commented on pull request NixOS/nix#1280
Can someone with commit access confirm they are interested in merging this change in principle? Not sure what the chances are for https://github.…
clemens-tolboom deleted branch feature/move-demo-into-plugin at clemens-tolboom/PinchPanCamera
Updated Nov 12
clemens-tolboom commented on pull request Divirad/PinchPanCamera#5
Thanks