Michael
Michael
@Cito Ok, but I don't want to use async in this code base, but I do want to use the data loader. I think this was a reasonable thing to...
I ran into the ` LOCALS_KEY_KI_PROTECTION_ENABLED` :/ I thought maybe we can adapt the JSON encoder to deal with this, but it doesn't seem possible to change it's behaviour with...
I thought this was kind of nightmare, having to write code for 10+ apps after switching to LetsEncrypt on the server; but then I noticed there is a pretty easy...
As an example, here is a couple things I tried after reading the docs: ``` async def async_main(*args): async with trio_asyncio.open_loop() as loop: #
There should be an option to render an array of fragments.
I also think sass should support this, and not just in mixins. It's a serious deficiency in the indented syntax.
I particularly like @deleteme's last idea of referencing other local properties as variables. I need this **all the time**. I sometimes end up having to declare multiple variables in a...
We are using less in a Python website, have about 12 less files, and recompiling them all whenever there is a change takes up to 25 seconds. Not very nice...
I published a fixed version on npm as boron-ssr-fix.
This is a PR to fix https://github.com/yuanyan/boron/issues/24.