nandhp

Results 9 comments of nandhp

Unfortunately, the database files released by IMDb do not include the IMDb ID. I really wish they did, though, they would make many things much easier.

The `imdb.zip` file contains roughly the same content as the `*.list.gz` files, with only minimal processing -- primarily the removal of data for video games and TV episodes (in order...

This seems to be fixed by adding `/dev/snd/` to `security.sandbox.content.write_path_whitelist` in about:config, as suggested by the apulse README: https://github.com/i-rinat/apulse#access-errors-in-do_connect_pcm [Edit: I originally mis-stated the preference as syscall_whitelist instead of write_path_whitelist]

Thanks, I also have this problem on Debian testing, and your patch fixes it. It would be nice if a fix for this bug could be merged.

I don't have any plans to continue this project. The Multiload-ng fork does support GTK3, though: https://github.com/udda/multiload-ng

Converting non-XHTML entities to numerics was actually pretty easy to implement, since the JSON from W3 includes the codepoints for each entity. I'm not quite sure why there's two output...

Hi, Thank you for taking such a detailed look at the code! Yes, the logic is a little convoluted. I suppose I did it that way to avoid excessive changes...

By passing the input directly to `rndr->cb.entity` and adding the extra variable to the struct (which is actually a counter), the code suddenly becomes very simple. The diff (for the...

I renamed the lookup function. Let me know if you have any other feedback. I would also be happy to squish the commits down to just one or two, if...