jjl

Results 96 comments of jjl

@kwek20 I haven't done anything on it in a while, nor am I likely to in the rest of this year. i expect the status of the wasm backend makes...

I think reusing the existing syntax would be perfect. The major difficulty i think we might have is that the user could conceivably construct routes that don't allow for an...

I stumbled upon this while looking for information and it looks like I can fill in a few gaps. There are essentially four parts to rendering complex text: - Itemizing...

> Not working yet: https://github.com/bonfire-networks/bonfire_social/blob/main/test/social/boundaries/instance_wide_blocks/silence_actor_in_feeds_test.exs It's a bit confusing, but i think the problem is that you need to add every user on the instance to it. in the per...

I think version 1 would be configurable in the config file, this is quite easy.

[This](https://dba.stackexchange.com/questions/167273/how-to-perform-conditional-insert-based-on-row-count) seems like a good approach for us. We can lock the account while creating a user.

As I understand the results, the majority of the time is taken on preloads. In particular, mixins which are not proloaded are being queried a table at a time (the...

I loved this so much I stole it for `futures-micro`. Also I adapted it for zip/join with [mildly amusing results](https://github.com/irrustible/futures-micro/blob/main/tests/test.rs#L107)

You could actually just depend on futures-micro to get this macro now it's released, instead of extracting it out into a new crate. You'd also get an implementation of `PollFn`...

i completely agree, I just haven't gotten around to figuring it out yet.