Daniel
Daniel
> I can't reproduce it, I think this script should work for you. Screencast shows it doesn't :( > As a maintainer of a plugin, exposing an unperfect config for...
zoxide is great and it has streamlined my workflow A LOT. Although, in the times before it there were named directories, `cdpath`, and the completion of all this provided by...
From what I see in the code the whole fix pair thing is broken, unfortunately :( It doesn't know about ', ", language-specific pairs (i.e. Python's `"""` / `''''` or...
Version 2.8.0 does not support setuid/segid (see [the explicit build tag: !linux](https://github.com/adnanh/webhook/blob/master/droppriv_unix.go#L1)). This feature is very needed when Webhook is running as a non-privileged user serving via HTTPS as the...
The bug is not about the uniqueId as this can be addressed in the user code. The bug is that `deleteWhenModelMissing` configuration may effectively break the unique job lock mechanism...
To make it more clear, here's another PoC to be executed in the same environment (step 3). ```php
Here's my take on the fix that needs some blessing before I get knee-deep into fixing tests. A somewhat hackish way would be the following: 1. Make `UniqueLock::getKey()` public static...
Scratch that. `uniqueVia` breaks in this implementation.
Ok, I think I got it right. The idea is: to create a helper class to manage the lock based on the initial data. This way the `UniqueLock` ~~doesn't need...
@driesvints I've sent a PR with the fix #50211.