Benjamin Edwards
Benjamin Edwards
This would be rally helpful for scala support as scala metals uses this to trigger automatic build imports. I think it could work as follows: kak-lsp buffers requests. Users add...
Would be nice to have something prove that a value class didn't allocate. I guess you could either check for situations outlined that are known to cause allocation, or some...
Would it be possible to add an option so that l (c resp.) would not only toggle the list but switch focus to it on opening? I would love to...
I realise that `external-tool` exists but it seems a shame to throw away everything else to avoid having secrets on disk in plain. Alternatively if there were a way to...
**FEATURE REQUEST** 1. libnative-io.so is only available for x86. With the advent of graviton processors being widely available on AWS, there are nice cost/performance benefits to be had. 2. This...
I have the following config (shortened for brevity) on pulsar 4.0.1 ``` bookkeeperClientRegionawarePolicyEnabled=true reppRegionsToWrite=euw1-az3;euw1-az1;euw1-az2 reppMinimumRegionsForDurability=2 ``` I have at least three bookies. If I try the aforementioned policy (e3,w3,a2) then...
I often find myself looking at the output of `nh clean user --dry` to look for projects that are hanging about. I typically never let `nh` clean them because the...
No value judgement, I currently rely on it for a few projects and I'm wondering if I should just move on? I'd be happy to merge scala-steward pulls etc to...
Is there any chance we can add a tag?
I would like to use glommio for a small embedded project. I don't need the speed, but I do like the programming model. Glommio afaict currently lacks anything similar to...