Freek Dijkstra

Results 54 comments of Freek Dijkstra

I propose to make the functions that update the heightmap and lightlevel (#23) callback functions. Chunk is mostly a wrapper to simplify access to the NBT data structure. However, these...

Some free-form thinking how to support this feature. - It seems that the mouseenter/mouseleave trick with a parent element is the only way to "group" mouseover/mouseout events. This excludes the...

You can test that this at: http://jsfiddle.net/macfreek/SLa95/3/ While all tests in imagemapster-test-runner.html pass, it wouldn't hurt to check how this works, in particular when combining selections and highlights. FYI, I...

I have not looked into the API, but a wiki for e.g. https://github.com/dennisreimann/ioctocat.git can be accessed via git as https://github.com/dennisreimann/ioctocat.wiki.git. Would it perhaps be possible to access the issues and...

:(. You seem to be right. `curl -i "https://api.github.com/repos/dennisreimann/ioctocat.wiki/commits` gives an error. I should have tried before suggesting this.

> in [the] official API docs there is nothing stated about an API for the repo wikis on GitHub. You can easily access the wiki using git. For example, to...

Perhaps a general suggestion: why not use https://www.humblebundle.com/api/v1/user/order instead of https://www.humblebundle.com/home/keys in `update()`?

Thanks for the reply @isavegas. I decided not to use this library, but manually get the session key using the method in [this Stack Overflow answer](https://stackoverflow.com/a/49938514/428542). It's not very pretty,...

As a user, I can only observe that there is no python3-rrdtools package, and there is no python package (at PyPI) with the bindings in this source. So I'm grateful...

I did a quick code review to see what should be changed to make this happen. At first sight, all it takes is adjusting `convert_item_to_command_line_arg`, the lines: args.append( command_line_key )...