Philippe Lafoucrière
Philippe Lafoucrière
http://authlogicexample.binarylogic.com/ => 404 ! Thx :)
Not sure I understand correctly, it might not be a bug. If I use : Activity.user_id_equals_any(current_user.friend_ids) I expect this to be equivalent to Activity.all(:conditions => {:user_id => current_user.friend_ids}) and it's...
It would be nice to have features like sidekiq provides (https://github.com/mperham/sidekiq/wiki/Error-Handling), especially retry failed jobs. Something like: "If you don't fix the bug within 25 retries (about 21 days), Sidekiq...
but don't expose workerFuncs
Hi, I'm using fancy zoom on a list of items. Therefore, an item box also contains a large image of the item. Unfortunately, sometimes the page is a little slow...
I have a go 1.16 project, with a test failing: ``` $ go test --- FAIL: TestUpdateCmd (0.01s) update_test.go:70: error walking the path "/var/folders/jn/redacted/T/datadir473742877": open /var/folders/jn/redacted/metadata.json: permission denied FAIL exit...
When using LicenseFinder on npm projects, we often have an error exit. It's using `npm install` and `npm list` under the hood to get a list of dependencies, but `npm...
Hi, I'm fighting with a nasty bug. Sometimes, but not always (a bit hard to reproduce), AttachContainer will hangs, eating 100% of CPU. I have profiled my program and ended...
Hi, I'm trying to configure the null-[ls integration](https://github.com/ray-x/go.nvim#integrate-null-ls), and got it to work, but errors are not going away when a test if fixed. By the way, I think there's...