frmdstryr
frmdstryr
Thanks Matthieu!
I see no reason why it wouldn't work. There are existing hooks for drag and drop in enaml-web (https://github.com/codelv/enaml-web/blob/master/web/components/html.py#L141-L154) they just need hooked up in the app script.
Feel free to try. You can use `node.render()` to convert any node to a string which is how the 'live' changes work in pandas example.
Instead of a new keyword, why couldn't a frame just have a `cancel` function? ```zig errdefer download_task.cancel(); ```
Its outdated but here: https://github.com/codelv/enaml-web/tree/cedb1dcaa725c78a90ac6a754413b69ce578d0b1/examples/data_binding
There are many python http servers (django, tornado, flask, etc..) with wsgi support that you can use. Just replace whatever the default template engine is with enaml-web.
Same error. This patch fixes it: https://sources.debian.org/patches/dymo-cups-drivers/1.4.0-9/0005-Include-cups-sidechannel.h-for-cupsBackChannelRead-s.patch/ See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=943549 Edit: Just install `printer-driver-dymo`
Thanks for sharing the link! Have you tried any of the other front end frameworks? If so I'm interested in how they compare.
The problem is it's trying to use the user passed option value as the checked state. The cloned widget should be using it's own internal checked state. Set `val: false`...
Can confirm it is still broken. The old `std.mem.set` worked fine but not that was dropped. Not really any new info here but: ```zig // Set by linker extern var...