xanderio

Results 8 comments of xanderio

Is it currently possible to implement this behavior on the consumer side? When simply trying to decode a column to serde_json::Value i somethings get errors like on VARCHAR columns ```...

After #335 and #337 have been merged, cloud we get a new prerelease?

> `tokio::sync::Mutex` can be just replaced with `std::sync::Mutex`. They do not live across any await. It's not just that the tokio mutex can live across an await, but also that...

Well I added them to the dependencies because you list them in `README.md`. I will do some testing and report my finding back to you.

I did some testing and it appears the GNU grep/awk are not needed for `rofi-pass` to work. https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236225

fyi: >Hi, > >I did a pass over this to make sure it wasn't using grep features >that >we don't quite support but don't treat as errors -- that turned...

Support for package-lock v2 and v3 in dream2nix would remove a major hurdle for me in adopting dream2nix. Is there anything that I can help with to get this merged?

After some poking around a highlight group for just `@punctuation` is missing. Temporary workaround ```lua local colors = require("dracula").colors() require("dracula").setup({ overrides = { ['@punctuation'] = { fg = colors.fg },...