Guido Petri

Results 108 comments of Guido Petri

Oh no worries, it was more of a "since I already wrote it, let me share it" kind of thing. Take your time, the software is stable. Hope you feel...

I just opened #2931 which adds stuff to the docs about this. I believe it's related to how atomic writes/reads work.

I believe one of the principles of luigi is that you don't depend on temporary states (that could be garbage collected, for instance). That's why most Tasks have complete states...

After spending the last ~3 hours googling, I decided to run a couple of experiments: 1. bind mount 2. named volume pointing to local FS 3. named volume (without specific...

I have a project to collect stats on players via the lichess API: https://github.com/charlesoblack/chess-pipeline mostly I just use it for my personal games + a friend's games. I think it...

I also think this would be useful for other projects. For instance this one: https://www.reddit.com/r/chess/comments/l1c0k8/im_working_on_a_project_to_show_statistics_for/

Upgrading to the latest versions of the dependency gems worked for me. Steps are: - log in as stringer user - update rbenv (`cd ~/.rbenv; git pull; cd plugins/ruby-build; git...

@mockdeep I think this can be closed once one of the other two users confirm it works for them.

Looks like this can be set at the following line: https://github.com/glutanimate/review-heatmap/blob/17177a05313abafd161099ca7c2ce8d3798dd600/resources/web/cal-heatmap.js#L65 Unfortunately I'm not familiar enough with Anki addons to get the config setup correctly. However, you should be able...

@sdispater hey, thanks for all your hard work with Pendulum. Any news on the final release for 3.0.0?