Dominic Black

Results 18 comments of Dominic Black

I'm submitted it as a PR (antirez/linenoise#137) for line noise. Hopefully it gets merged as out of the box support would be nice. If I set the TERM environmental to...

Yes it turns true for `isatty(0)`

I'm going to close this PR for now as I'm not sure we need it anymore. We can re-open it if we needed it agian

My main annoyance was more the space which occurs in `=!=` between the first `=` and the `!=` If that was removed, that would resolve my main issue, and yes...

I think the main problem is visually being able to clearly separate the two types of equal as they have enough different meaning that bugs could be introduced easily. Sometimes...

An updated version of this is currently live, thanks for the contribution @wisdommatt

Hey @melkstam we've since added [sqlerr](https://pkg.go.dev/[email protected]/storage/sqldb/sqlerr) to the runtime, which provides this information without exposing driver specific data (Allowing Encore to upgrade it's driver without breaking your code). So I'm...

I think a better outcome here would be to report errors for 5xx style errors, and warnings for 4xx errors. I think we'd need to think through a design which...