Stuart
Stuart
I just found this project and I can't wait to give it a go. This issue is important to me though. Suggestion: Convert large integers to an array of bytes....
Alternatively, something like this could be an appropriate base: https://github.com/broofa/node-int64 If I can get over the first hurdle and have my pretty complex headers compiling I'll certainly take a look....
I made a pure Javascript version (changed the internal representation from Buffer to Array, and removed the module wrapper). https://gist.github.com/4129238
I think I would just implement the equivalent in C++. The time taken to implement it would be shorter than using the JS...
I found the cause, here is the class: ``` class __shared1 { public: void * operator new(size_t size); void operator delete(void *ptr); typedef Params paramS; __shared1(); __shared1(const __shared1 &); __shared1(const...
did you find a solution for this?
maybe not the same problem exactly, but I had this: ``` Mousetrap.bind(['f2'], function(e) { } Mousetrap.bind(['command+f2','ctrl+f2'], function(e) { } ``` and the second handler was called on f2 only. I...
> Thanks for the suggestion. This sounds like a duplicate of bug report #11276 (and others). It's not the same but I can imagine it's very closely related so good...
FYI. `grub2-install` may throw this error: ``` grub2-install: error: This utility should not be used for EFI platforms because it does not support UEFI Secure Boot. If you really wish...
> Thanks [@stuart11n](https://github.com/stuart11n) for reporting this. > > UEFI is not supported for CentOS and Rocky Linux isn’t officially on our support matrix, so you may run into issues like...