gbtb

Results 17 comments of gbtb

I also have a similar problem with REBUILD/REORGANIZE operations on a partition level. They are supported on Standard Edition of Sql Server, but @editionCheck forbids its usage. I think these...

> Sorry about that! I'll create a fix for this asap. If you all don't mind, can you open a node repl, and type in `os.release()`, and give me the...

Couple more examples of os.release from desktop windows machines: 10.0.19045 - rust-based version works well 10.0.16299 - rust-based version doesn't work

I want to add that if you are installing podman for NixOS first time you **have to** reboot, because otherwise docker compat socket is not accessible with some permission errors....

I want to +1 on the necessity of a cache. Even a partially implemented caching (assuming 1 deployment, only handful of "read-only" commands like logs) would help a lot. Because...

+1 for this feature. So far I'm using nvr as an $EDITOR with --remote-tab-wait option, and I've patched sources to use TabClosed event. This simple patch allows me to quickly...

I use sops-nix.nixosModules.sops in conjuction with nixos-anywhere flake, and path option doesn't work for me at all.

Hey :wave: With 2.0.0 release now both outputs are actual python packages. InvokeAI by itself is a properly declared pyproject.toml and should work great, with webui I had to pull...

Hello. I highly agree with @devinlyons opinion, I think that having deterministic update order is really a must-have feature when working with foreign keys constraints. Looking into the code of...

I don't think that ConcurrentDictionary [enumerator](https://github.com/dotnet/runtime/blob/ce78f97c8718ca6879e02f278fc10d0e4839ed7c/src/libraries/System.Collections.Concurrent/src/System/Collections/Concurrent/ConcurrentDictionary.cs#L817) has any ordering guarantees. Well, I guess it offers *some* kind of ordering unlike a fully random shuffle, but trusting to that order by...