Alexandru Cojocaru

Results 7 comments of Alexandru Cojocaru

I don't think that setting constant numbers is a common task. And if it is and one has many constants one could do: ``` b := &BitSet{} for _, e...

@rusco Adding this function is no big problem for me, but I would like to avoid useless functions. Please let me know if you would find it useful and I'll...

Hi, thanks for the PR. Could you change it to call `lower` only when `respect_semantics` == False? And possibly add a test to `test_semantics` which tests that the case remains...

Hi, the problem is that Journal Du Hacker doesn't seem to support the .json endpoints which I use for all the lobster based forums. Here's an example from lobste.rs: https://lobste.rs/page/2.json...

Well, there are only the last N threads (I'd like to extract all the past threads too) in the RSS feed, plus there's no indication of the amount of points...

Hi, 1. do you know of any Python library? Or some examples of how to use the HTTP API? 2. would polling lemmy.ml be enough? Or I should fetch threads...

@Yay295 thanks, can I go back in time to extract old threads? I'll look into this in the next days.