Philipp Naderer-Puiu

Results 17 comments of Philipp Naderer-Puiu

Rewriting this will be fun. The `org.ringojs.wrappers.Binary` class relies on initialization as host object inside the current RhinoEngine instance. The Java implementation of `Binary` registers the `ByteArray` and `ByteString` subtypes...

You can expect the release in the next days after I get final feedback from ORF ON people. Until then you can test the release candidate e.g. via the provided...

If you have projects running on top of Ringo, feel free to join the development & new ideas. The overall progess is depending on the [underlying JavaScript engine Rhino](https://github.com/mozilla/rhino/). Since...

Btw. We will release 4.0.0 together with the switch of the RingoJS.org server. This will also replace old Google Groups and IRC logs and you can start discussions and questions...

Why are there `engine.properties` anyway? This looks like a relict from early times, where cleaning up wasn't a priority. Ringo has … 1. `engine.properties` 2. `system.properties` (see #457 ) 3....

I think we should stick to the current behavior and introduce additional checks were the type of an object is not determined.

Looks like the origins of the bug are somewhere here in combination with Rhino's `ScriptableObject` ```java public ModuleScope(String moduleId, Trackable source, Scriptable prototype, RingoWorker worker) { setParentScope(null); setPrototype(prototype); // ......

This is also an issue for table sorting `` texts. They are hardcoded in the source and cannot be replaced without dirty workarounds: https://github.com/xaksis/vue-good-table/blob/7ed61e989094ab7d3d568b4748fbe6f5c833df87/src/components/VgtTableHeader.vue#L28

Yep, but I never did that before and my TypeScript knowledge is very basic at the moment. That's why I thought opening an issue would be more appropriate.

Thanks for the effort! You should include a `types` property in the `package.json` as well. The type definition file must be included in the `files` list. I used this doc...