Michael Xavier

Results 30 issues of Michael Xavier

I came across this while browsing the docs from the python redis library. It looks like there's actually a [provisional registration](https://www.iana.org/assignments/uri-schemes/prov/rediss) of `rediss://` with the iana as a scheme used...

I was wondering why you didn't remove this repo? It always comes up first in my search results. I can't see why you keep it around.

This MR updates the repo to be compatible with the current `develop` branch of amazonka. Amazonka has not been getting releases to hackage with any kind of regularity so at...

The parser will fail to parse a query like `select "id" from table`. This is DBMS specific, so this may actually be a parse error for other databases, but its...

I've run across a use case that I thought would be good for beacon mode but I can't get it to work. Here's the before and after: ``` (oneTwo threeFour...

enhancement

I notice that `dhall-buffer-type-compute-timer`is run after every change to set a variable that is used in the header line. This seems like it isn't needed when `dhall-use-header-line` is nil because...

Hi! I've been using and enjoying dhall-mode but I was wondering if it would be possible to add an option that when toggled on would suppress the dhall error buffer....

This is for #24 @ozataman @bitemyapp please weigh in. Relevant explanation from the commit log: I decided to scrap the idea at least in this first attempt of preserving the...

I notice that the instance for CSV eats errors on parse. It first parses rows into `NamedRecord` and then parses to an `Either String a`, discards the error message and...