Vladimir Grichina
Vladimir Grichina
> So it's better that you can rely on the receipt being stuck in the low priority queue than failing. Depending on how long it can be stuck it's not...
@jamongeon it's likely a bit complicated as looks like you also need to upload files elsewhere to pin using Filebase. But like if you want to pin on Filebase in...
Note that this is mostly security theatre feature. It might make some users feel safer, but likely won't help too much in terms of actual security. Anybody worrying for real...
@shreyas-jadhav how to reproduce this error?
Why are iterators needed to have basic support for `for..of`? I mean compared to say transforming: ``` js for (a of arr) { doSomethingWith(a); } ``` to something like: ```...
As I understand WebAssembly supports 64-bit ints in 32-bit runtime. This means you can implement some basic value types as tagged pointers, see: https://en.wikipedia.org/wiki/Tagged_pointer https://www.mikeash.com/pyblog/friday-qa-2012-07-27-lets-build-tagged-pointers.html This likely should work well...
while you are at it it – generally good idea to double check how message is formatted as I think it ended up having some HTML-related stuff like `"`