Slava Matyukhin
Slava Matyukhin
This is hard to do without tradeoffs. IEEE 754 floats are optimized on hardware level, and switching to any custom bignum implementation would have severe performance consequences. We could eventually...
If you're on 0.9.0, it's the same bug as #2823, decorators are not compatible with exports. Will be fixed soon in 0.9.1.
> Does it work in VS Code? Not right now; each environment needs its own linker setup. In VS Code it's going to be somewhat complicated because it's not clear...
I agree that top-to-bottom order would be better in your example, and "`@name` first, then `@showAs`" reads better, but bottom-to-top order is used both in Python and in JS, so...
> Also, the embed link directs to a preview (https://metaforecast-9amh4tm2f-quantified-uncertainty.vercel.app/questions/embed/metaculus-9988). Is this intentional? Yes, it was an easiest way to add a preview, just a link to the same embeddable...
Note on deletions. Several possible solutions to consider: 1. check every question once in a while to confirm that it's still alive; maybe have a separate function in the `Platform`...
@NunoSempere I'd appreciate any feedback you have on this. I might be missing some corner cases, since I still haven't read the code for all the platforms carefully.
It's a shorthand; ``` const obj = { foo: async () => { }, }; ``` is the same as ``` const obj = { async foo() { }, };...
> I would have tended to do something much hackier, like saving the page for apis that implement pagination That would help with the interruptible metaculus fetcher, but the main...
> maybe also create a mailing list to which users should subscribe to be alerted of breakages I'm worried that it might not be worth it at this point, i.e....