MrFoxPro
MrFoxPro
I workaround this by using RwLock on client, so I can have select/insert/delete concurrent queries and sequential update queries. But I guess EdgeDB should handle it itself, as underlying postgres...
> Another part of this is that the CLI doesn't retry on fails, though I think all of our language clients do. My observation is completely opposite. I was getting...
Is it possible to configure EdgeDB to work with postgres in `READ COMMITTED` mode? What are benefits/drawbacks, since I'm not planning to distrubute my db across servers so far
I changed global and database `default_transaction_isolation` to 'read committed' but TransactionSerializationError still happens
I have same issue on both VPS providers I tested. Basically, all you need is connect via VNC and set default gateway: `sudo ip route add 10.0.0.1 dev ens3` But...
Thanks for the answer. I think the first option with `css!` is better if it can be applied directly inside the RSX macro, like this: ```rust view! { cx, }...
> what do you think about using style attribute? in that case we don't need any class name. For example > > ``` > style={css!{ > color:blue; > text-align:center >...
I'm new too and seems like `nixos-install --flake .#hostname` does install nixos from custom flake, not from itself. I found that parameter after hashbang `--flake /mnt/etc/nixos#HOSTNAME` is likely read as...
Not sure if it's related to Intel. When running Zed even on external nvidia gpu it starts lagging on cpu-intensive task (Zed log confirms that it runs on external Nvidia...
> See [#2551 (comment)](https://github.com/sublimelsp/LSP/issues/2551#issuecomment-2467382633) > > Here it looks like the config would be something like > > ```js > { > "clients": { > "UnoCSS": { > "enabled": true,...