Jamie Nevada

Results 7 issues of Jamie Nevada

Major events like events.blockLeftClick are missing, then i get errors on some saying sendMessage isnt defined

bug

https://github.com/calccrypto/uint256_t/blob/978b4e064d5c5a36c1af1f6e96a22108e75f2291/uint128_t.cpp#L26 The +16 should be on the line above, otherwise it places small numbers into the left most 64 bits, converting it into a huge number instead

Not really an issue per-se, but it would be nice if i would be able to force any file to open, and with forcing a file to open use the...

When on NextCloud 13, I noticed that Text-editor doesn't add the Edit options to the context menu, even though its there in editor.js

Is there a way we can do this, because i'd like to do something like, ``` ::print(1); local f1 = (function() { for (local i = 0; i < 1000000;...

What is `Request` you use it, but you never require/import it from anywhere, this module is misleading and wastes so much time. If you wanna publish something, don't leave it...

How would I go about getting memory accurate readings? When doing ```js (async () => { let QJS = await QuickJS.getQuickJS(); let rt = QJS.newRuntime(); let memoryLimit = 1024 *...