-
I passed a JavaScript file I have been working on into dukpy's `evaljs` and got an error. I found the offending line and did some testing and discovered that it doesn't like the [`let`](https://develo…
-
Right now we have this `TestRunner` project which just runs unit tests (https://github.com/nick-thompson/blueprint/blob/master/examples/TestRunner/Source/Main.cpp). The only unit tests we have are a c…
-
### Problem
Having Rails 5.2.1, server successfully starts up but on the first page load, an error appears from my *application.html.erb*:
```
ActionView::Template::Error (undefined not callable):
…
Al-un updated
5 years ago
-
TypeScript compilation needs to be more integrated into the build process so that the files are auto-compiled whenever:
- The in-editor player is launched
- A build is kicked off from the editor
- A b…
-
I've been trying to use platformio to compile JerryScript as a library on the ESP8266.
I cloned JerryScript in to the lib folder and it can't find the `"jerry-api.h"`.
I'm using the Arduino fra…
-
When attempting to build Netsurf for MacOS using `make image` and then `make build`, it will fail libhubbub compilation:
```
make: Entering directory '/opt/netsurf/build/libhubbub'
/opt/netsurf/b…
-
https://github.com/svaarala/duktape/compare/v2.7.0...master shows more tahn 200 commits dsince last release.
Do you have any plans to release new version soon? 🤔
-
In Duktape 1.3.0 (or was it 1.4.0?), Duktape added the convenience flags `DUK_DEFPROP_SET_XXX` and `DUK_DEFPROP_CLEAR_XXX`. In light of these, the original `DUK_DEFPROP_HAVE_XXX` variants seem redund…
-
Given this code:
```js
const temp = {
get test() {
},
get(param) {
}
}
```
duktape gives an error for the second function:
> SyntaxError: invalid object literal (…
-
There is a very simple fix, though... I added in
```
#ifdef __DJGPP
#undef DUK_USE_DATE_PRS_STRPTIME
#endif
```
in duk_config.h after the OS/compiler detection logic and my test program compiled…
shdon updated
2 years ago