Zanie Blue

Results 2957 comments of Zanie Blue

Hm. Fair point, but then we wouldn't be able to look it up by the store name? How would a user specify a store?

I care less about browsing the objects and more about the ability to create another `KVStore` instance that refers to the same backing data. If we use anonymous blocks, we...

Hey @felix-ht, you're totally right this implementation does not guard against race conditions. Unfortunately, the blocks API that this uses for backing storage does not support syncing diffs or locking...

Whoa that's pretty cool. I'm a little hesitant to include something like that here though, this project is intended to be relatively simple. I think that kind of complexity belongs...

I'm not sure how best to display this information. I worry that just appending "(unsafe)" would be confusing.

I think in the long-run we'd want the ability to show _why_ a fix is unsafe as well otherwise it doesn't seem helpful to the naive user.

Hey @Okroshiashvili it looks like you're encountering this because the `--line-length` option is not supported in `ruff format` https://github.com/astral-sh/ruff/pull/8131 I'm not sure why it's not working in another location though,...

If anyone is willing to make a contribution or do research on how other tools do this, I'm happy to collaborate. Otherwise, please use the 👍 reaction on the first...

> Maybe lint the whole project once during startup, after that only lint modified content Hm what if I like.. switch git branches and don't have the changed files open?...

For what it's worth, this works fine on this Windows Server 2022 box: https://app.vagrantup.com/jborean93/boxes/WindowsServer2022