-
Perl (more probably JavaScript::Duktape::XS) segfaults, if the JSON schema of Qgoda contains this error:
```javascript
additionalProperties => "false",
```
Note the string `"false"` instead of…
-
This killed logging output in our app because it reconfigures the global logger config:
https://github.com/jessedoyle/duktape.cr/blob/master/src/duktape/log.cr#L10-L15
Easily fixable by changing…
-
In gitlab.freedesktop.org by fvogt on Jul 4, 2022, 14:53
Link to the original issue: https://gitlab.freedesktop.org/polkit/polkit/-/issues/176
Originally reported downstream at https://bugzilla.opens…
-
We need to add instructions for switching the JS engine between Duktape/Hermes/QuickJS to the docs.
-
In order to bootstrap itself, Node.js will need a standalone version of this repo. Considering that all `fs` access is done synchronously, it should be possible to compile this module with `browserify…
-
This issue sparked from discussion in PR #61: https://github.com/nick-thompson/blueprint/pull/61#discussion_r440796599
As Blueprint has grown, we've had to modify the duktape config inline to suppo…
-
I just installed the container (Thank you so much by the way) and I had thought I had done something wrong because all tasks failed. However the log mentioned the Batoto LUA and trying a download from…
-
duktape needs to always have debug symbols and we should always be able to step into duktape functions in either optimized or non-optimized builds.
-
I am wondering if there is a single place with a list of what is planned for the (near) future of Duktape. I have seen separate issues for changes introduced in newer JS versions (scoping / const / le…
-
First of all, thanks for your work on this amazing shard!
I noticed this weird issue when using Duktape.cr in my app, and I am not sure if it's related to this shard, the original duktape library, …