Manan Vaghasiya
Manan Vaghasiya
@xitij glad that you have found a solution. I have noticed that you are using transaction isolation level READ_UNCOMMITTED which behaves same as READ_COMMITTED in postgres.
I think it is better to link to the actual scan page where the error details can be viewed by hovering over the error icon. I have added the changes...
We'll be fixing this in priority
> Managed to fix it for myself by creating `~/.config/zed/settings.json` **on remote**, with `tab_size: 2`. Changing local `settings.json` file doesn't seem to have any effect. > > I suppose this...