adamritter

Results 37 comments of adamritter

Works in https://github.com/adamritter/fastgron

I added this feature to https://github.com/adamritter/fastgron

I implemented --root in https://github.com/adamritter/fastgron

There are multiple advantages: one advantage is that it makes the function clearer to understand and harder to misuse than replace_with: when I was reading the todo list implementation, I...

I see, thanks! On Tue, Nov 1, 2022, 13:34 Pauan ***@***.***> wrote: > What happens if I change the object in the reference? > > Nothing happens, you are replacing...

I thought that there's no difference in speed because the value that is set is overwritten in the same function and the compiler can guarantee that the called function cannot...

Hi, I just tried with the tool I wrote ( https://github.com/adamritter/fastgron ), it preserves the order with gron (I'm not sure about ungron though yet :( ) for i in...

Hi, I'm adding COUNT to my metadata / contact indexing nodes (wss://us.rbr.bio and wss://eu.rbr.bio) for follower counts, and it was easy to implement, but I have a few questions: Why...

One more extra question: the NIP contains just "" as the second parameter, but I guess it's a label (maybe not subscription) that helps identifying the reply. It should be...

> I'm not sure about selectively supporting COUNT attributes/groups, can you share the reason for that? I'm running 2 relay servers that hold all metadata and contacts of all relays...