Nice, only 3 days old too. Great minds think alike :P
Thanks for pointing that out to me.
Nice, only 3 days old too. Great minds think alike :P
Thanks for pointing that out to me.
I would be happy to use another instance but my account is on this one. Is there a way to migrate an account, or perhaps "link" accounts on multiple instances somehow?
So, I'm in Jerboa right now, and when I click that link it opens in the browser. Is there a way to write urls that open communities in Jerboa directly?
I wish I could click on links there and have them open in Jerboa.
We have a guy doing svelte on my team and it looks great, I'm just hoping it's not going to be a blocker down the road when we need more people. Is it popular these days?
If you're pickling that much data you should definitely consider using a more appropriate data format. Maybe a database or HDF5?
really curious about contracts. It seems from the example that they are a runtime thing so what is the advantage over just putting some checks in your code at the top and bottom of the function? Does it allow the compiler to help infer compile time conditions at all?