dshadowwolf

Results 35 comments of dshadowwolf

There has been plans for a stable api announced, but whether that is going to happen for 0.12 or if its plannec for 'by 1.0' is something I don't know....

Without using NaN (I was unaware of it at the time) it took me about a day to port the node binding for libyaml to 0.11 - and that was...

okay... haven't tested it, but... #if NODE_VERSION_AT_LEAST(0,11,0) #include <node_object_wrap.h> #include <util.h> #include <util-inl.h> // helper macros #define AS_LOCAL(v) PersistentToLocal((v)) #define True() v8::True(Isolate::GetCurrent()) #define False() v8::False(Isolate::GetCurrent()) #define Null() v8::Null(Isolate::GetCurrent()) #else #define...

@mikemaccana I haven't worked on that for a while - not since deciding that it would be better to make sure my code was functional under a wide-sprwad version first....

I have forked the repo and started working on a conversion to using NAN. This is slightly complex as V8 has moved away from direct return values - meaning that...

Agreed. Looks like, possibly, an accidental deletion - I found it in the [git history](https://github.com/Earthcomputer/kotlin-decompiler/blob/2d356ce29d71ce7ed9a00e7987eac4f8b384d963/src/org/jetbrains/java/decompiler/code/ModifierList.java).

This level of disabling is planned for the next major release (3.x) and is part of the extended configurability being worked on for that release

hrm, actually... This looks like I might have dropped the ball and have a client-code reference in a shared section. ``` 30.07 17:34:53 [Server] INFO Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/Minecraft 30.07...

Okay, this problem has already been fixed - it was noted as existing in -rc2.332 and is fixed in -dev but the fix has not, yet, been released as we've...

any BaseMetals past, IIRC, -beta1 is not compatible with current releases of *Advantage on 1.10 - sorry. I'll go bug @jriwanek over this one