Dusty Phillips
Dusty Phillips
Do you have any medium-sized examples of using an `async {}` block? I'm using `Promise::from_future(async move {...})` but I'm getting some convoluted lifetime errors. I think it'd be easiest to...
That was the problem; Thank you. Luckily, the content that I needed was already inside an Arc, so it was easy to clone it into the interior task.
I can't speak for melkster, but this does exactly what I wanted.
Actually I see the project is receiving commits, but hasn't made a release. Either way, I'd still like to revert hyde-y to chroma, as I've been struggling with my source...
Oh, sorry, I meant that `highlight.js` was receiving commits but hadn't made a release. I run off of hyde-y master, so I don't need a release to the theme. :-)...
It's working a little. I am getting issues with line numbers and fenced codeblocks aren't working. I suspect the latter is a mistake in my config. The line numbers issue...
I had hoped I could workaround this by wrapping `database.connect` in `asyncio.wait_for` to get a timeout, but for some reason, it's not cancelling.
A couple more references: * https://github.com/aio-libs/aiohttp-sse * https://github.com/ebraminio/aiosseclient * https://github.com/sysid/sse-starlette
Oh wow, I didn’t realize I was that close to the bleeding edge. 😁 Keep up the great work!
hm. I bumped dexie-cloud to 4.0.0-alpha.1, and the error has gone away. However, so has any good behaviour. I've pushed some commits to https://github.com/dusty-phillips/dexie-with-vite-repro illustrating. The key point is: ```...