Results 30 comments of mx

https://dns.ubiety.ca is dead. It's not clear what your library does. It's not even clear if it is a library or an app. The docs are just placeholders. Contributing section seems...

**The problem has resolved itself after I changed the query variables to a local Ref like this:** ``` const queryVars: Ref = ref({ startsWith: "" }); const { result, loading,...

This came to me as a bit of an unpleasant surprise when my AWS Lambdas started running out of memory. I was sizing them based what is being retrieved from...

@Diggsey , thanks for the suggestion. Do you know if Value is more compact if I deser into a struct and then convert it into Value?

Memory allocation log for processing 10MB of JSON data: * JSON as String of 10,812,199 bytes => +10,150KB allocated * JSON converted into _struct_ => +63,996KB allocated * _struct_ converted...

@dtolnay , David, this is an interesting PR. This "from" / "into" approach can make for less boilerplate than with using variant type enums. I'm happy to spend some to...

Jamal, it's getting there. Moufette is an open-soruce [????], built for developers. - an open source what? An app? A library? What does it do exactly? You need to reduce...

Nice :) I'd drop the badger illustration and add a sample embed snippet. Ping me when you add more contents for another round of reviews. I'm interested to see how...

@silverjam Jason, that's a neat implementation. Did you base it on some common pattern? I wonder if I could read a bit more about it somewhere. BTW, the above link...

I wouldn't go as far as saying the extension is useless, but I think it would be more consistent if it warned about any new versions not compatible with the...