-
All,
I have multiple instances of Duktape in-flight controlled via an external event loop (Mojo). When one instance of Duktape is waiting for an event to complete (ie, fetching data from the web) …
-
@svaarala Do You think it is possible/practical to implement in Duktape an API to allow for external data structures to appear as JS values from within duktape JS code?
My usecase is as follows: we…
-
I am trying to create some portable code that uses either ES6 generators or Duktape coroutines, depending on runtime tests to determine which method to use.
However, there are 2 syntax errors in th…
-
Hi,
I am newly trying to learn how to use Duktape debugger and I referred to the below link:
https://github.com/svaarala/duktape/blob/master/debugger/README.rst
However it is unclear to me how t…
-
I was using commit 0e4d5044dcdb764165cc5b6117c5aa09a7f5ed65 from master from June 7th.
After I transpiled @fluent/bundle:
https://www.npmjs.com/package/@fluent/bundle
to ES2015 - Duktape got to…
ghost updated
4 years ago
-
It would be good to be able to extend the core engine API with JavaScript (in addition to the native API exposed by duktape). This will allow us more flexibility and extend classes/marshalling like w…
-
Version: _proj4js-2.3.15_
Source file: _dist/proj4-src.js_
There is a seemingly unneeded escape character (**\\**) in the regular expression of line 4710
wkt.ellps = wkt.GEOGCS.DATUM.SP…
-
I have a requirement to get the current JavaScript execution stack from duktape c file similar to V8 function listed below .
http://bespin.cz/~ondras/html/classv8_1_1StackTrace.html#a030e8de1b13d72…
-
* Could leverage flow or typescript for some typing help
* Could emscriptenify duktape
* Could selectively compile small functions we know the types of
* Could leverage drone of the recent precompi…
cretz updated
7 years ago
-
My OVMS crashed (paniced by the task watchdog, actually) and rebooted.
On rebooting the persistent metrics were all lost.
Fulll crash record:
```
3.2.015-703-g42750619-dirty/ota_1/main (buil…
elbow updated
3 years ago