-
Thank you for creating this wonderful library.
I have developed "quickjs-emscripten-sync" to facilitate the passing of objects between QuickJS VMs and hosts.
https://github.com/reearth/quickjs-e…
-
Mdy should work both forward and backward and implement classes and objects to get more familiar with them.
-
## recap
1. Define an interface that has a method named sayHi() that returns a string
2. Define an object named EnglishSayHi that implements [sayHi()] returning a string of "Hi"
3. Define an obje…
-
Investigating on NPE in` LwM2mPath.hashcode()` find at https://github.com/eclipse-leshan/leshan/issues/1502.
I decide to add unit tests to check the bug before to fix it.
I found that library to…
-
Any thoughts on post mortem support? It's possible to generate a core dump of a V8 Node process and inspect both javascript and native objects. This is useful for many classes of problems. In particul…
-
Alex noted that the initial locking around WriteKey and ReadKeys is ugly and somewhat unsafe. This is a reminder that we agreed to go back and make these two std:: objects into classes that include r…
-
Currently mizer uses S4 classes for the MizerParams and MizerSim objects, instead of the more usual S3 methods. S4 classes are more strictly enforcing the structure of the object. This has the unfortu…
-
-
We currently have a bit of a mix between structs and classes, where classes would be more appropriate.
http://google-styleguide.googlecode.com/svn/trunk/cppguide.html#Structs_vs._Classes
Use a struc…
-
When creating a post and there's no user logged in, the result shows "Authentication credentials were not provided", something like that.
When I'm trying to create a post and there's no user logged i…