hi2u

Results 23 comments of hi2u

@RamonUnch I wasn't aware of your fork until now. I've just tried it out, and looking good so far! I can usually intentionally trigger the issue by doing some violent...

Another person here who would love this feature. I'm currently using inquirer, but would switch over for this feature. > But what would happen if the input was "cleared"? I...

I've run into the same issue. After some experimentation, I discovered that the issue comes about when the regex contains anything not wrapped in `(capture group brackets)` To workaround the...

Is there a workaround that I can do in my code to get `CITEXT` (single) + `CITEXT[]` (arrays) columns working? I get an error like: ``` mismatched types; Rust type...

Is there a way to tell sqlx how to deal with CITEXT globally, without needing to manually cast in all of the actual SQL queries individually? The `PgTypeInfo::with_name()` thing seems...

@abonander ...seems sensible to me! :) I'd be very surprised if there is even a single person out there anywhere who has not only created their own custom type named...

Ah right, fair enough. But yeah still sounds like a great solution to me. I'd really love to see this solved once and for all, as I'm having to do...

It might be worth looking at how Kopia does its mounting on Windows. Looks like it does use webdav.

For anyone wanting to bind a key to the new `restartConnection` feature, this worked for me in my `settings.json` ```json { "$help": "https://aka.ms/terminal-documentation", "$schema": "https://aka.ms/terminal-profiles-schema", "actions": [ { "command": "restartConnection",...

I'm also in the same boat. I ran the "docker run" command, which downloaded the image etc. But no idea what to do after that. I haven't used docker before,...