Brian J. Cardiff

Results 130 comments of Brian J. Cardiff

Adding specific exceptions sounds good. Feel free to send a PR or explain what use cases you have in mind.

If you use a connection pool instead of a direct connection you should be resilient to connection errors. I'm not sure how you are setting up/executing queries

If credentials are wrong I would expect you to get a DB::ConnectionRefused. Isn't that the case?

The `flake-utils.lib.eachSystem [ "x86_64-linux" ]` is also in - https://gitlab.homotopic.tech/horizon/horizon-platform/-/blob/master/flake.nix#L12 - https://gitlab.homotopic.tech/horizon/horizon-gen-nix/-/blob/master/flake.nix#L34 Including `aarch64-darwin` in this repo's flake.nix and in those locations lead to ``` error: attribute 'BNFC' missing at...

I am not exactly sure what patch should be applied to try things. Specially since it seems to involve multiple repos. I can test things in x86 and M1 in...

Turns out souffle package is broken in darwin. I've just sent https://github.com/NixOS/nixpkgs/pull/208373 in case it turns out useful.

Thanks @locallycompact . This is the error I got from 51ae96830785feafb5053c6f987c9e0a69f4d204 in aarch64-darwin ``` % make nix-shell ... No uhc found building Preprocessing library for OneTuple-0.3.1.. Building library for OneTuple-0.3.1.....

Hi, I worked on a fork of the gem at https://github.com/instedd/recurring_select/tree/recurring_link in order to support a link with hidden input. I also did some other changes to show the dialog...

Should we move it to `.github/renovate.json` as in the crystal repo? is that location picked up directly or we need to setup something else?

Another dependency in the nix package is: ``` substituteInPlace src/crystal/system/unix/time.cr \ --replace /usr/share/zoneinfo ${tzdata}/share/zoneinfo ``` If we would like to offer that substitution directly the best way would be to...