clemens-tolboom commented on pull request Divirad/PinchPanCamera#5
Thanks
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' }); …
#! code: Drupal 9: Cascading Ajax Select Forms
Tying together different select elements in a form is done with very little effort thanks to the ajax and states system built into Drupal 9. This means that any Drupal form can have a select element that shows and updates options into another select element within the same form. Using this system you can create a hierarchical system where one select will show and populate another select element with items dependent on the first. This is great for giving the user the ability to drill down into options that are dependent on each other. As the user selects the first select element the second select element will populate with data and be shown on the screen.
It does, however, require a few things to be in place first and so takes a little while to set up. There are also two different ways to set up this kind of system, both of which have their limitations. I found a lot of information out there on how to implement one system, but not the other. I thought I would create a post to show how each system can be set up and where it can be used.
The FormBefore jumping into the ajax components we need a form. The simplest, independent and most universally accepted set of select elements I could think of is a date picker. You wouldn't normally display the date as a set of select elements (although I have seen this before), but the data behind it is simple enough to understand and doesn't require any other aspects from Drupal to use.
Here is the form we will generate here.
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.