Giorgi Kavrelishvili
Giorgi Kavrelishvili
- Notice: This project is experimental. None of the shards I am using in this project are maintained by me, I don't know if the compiled Duktape or GTK is...
I have seen this error before, not quite sure what causes it!
Make a PR for it mate!
Looks like Image component is missing from the actual bindings, so I don't think this is possible for now. The functionality is there in the LibUI, but the binding in...
> ### Description of the Change > #### Short > > This PR fixes unexpected filters skipping. Specs added that describe the difference. > #### Long > > Imagine an...
This issue is fixed by #6
@chendo Can you show an example usage of `Crystal::ThreadLocalValue`?
> ``` > # prepare in init etc > def initialize > @runtime = Crystal::ThreadLocalValue(Duktape::Runtime).new > end > > # in the method that can be run on different threads...
> @grkek My use case is different to yours so I'm not sure how you'd adapt the code I have provided... Have you confirmed the GTK library is threadsafe? I...
> My initial findings show that `Kemal::Config::INSTANCE.handlers` is not working as expected. Instead of respecting `Kemal::Config::FILTER_HANDLERS` it just errors out flat. Changing the order of the filters didn't work either....