Brian J. Cardiff

Results 217 comments of Brian J. Cardiff

I'm not sure if flakes can be used for first class citizen languages in devenv. Yet I got errors in x86_64-darwin and aarch64-darwin so we are still blocked in the...

crystal package is no longer broken in nixpkgs :-) I rebased this on master. I would like to understand how in the future the multiple version of the compiler could...

Something I would like is to be able to track/share the devenv configuration with others until things mature enough to transition them to the project. I would be more than...

Hi @samsheff , did you know there is support for ECR in crystal? I think there are no samples in the repo other that in the specs, but you can...

My current workaround was to drop a some files in a folder like `/a/simple-name/index.html` with it's own manifest and icons. In my setup I use caddy. I instruct to serve...

I don't see a problem in allowing PG::Interval on prepared statements. Whether that's by calling to_span or directly encoding the value is an implementation detail. I think is valuable to...

I wanted to use https://revealjs.com/scroll-view/ feature but is only available since reveal 5.0.0. The breaking changes in 5.0 does not seem to be problematic https://github.com/hakimel/reveal.js/releases/tag/5.0.0 Are there any fragile parts...

The best that can be done is to have a tool that analyze the exception that a given method could potentially raise, but this will require an entry point +...

I prefer to keep them both with the same semantics. And make them (both) work across devices.

I found that there is an undocumented option `--delivery-token "$DELIVERY_API_TOKEN"` that when used will return the last published version of each entry. I would argue that is not ergonomic to...