Zander Hill

Results 15 issues of Zander Hill

This spike is to transpile makefiles to replace include statements with their file contents. This will solve 2 issues: - Wanting a way to export Makefile into transpiled Makefile that...

Priority: Low

Implements https://github.com/gjaldon/ecto_enum/issues/87 This patch allows using enum variants as you would use a constant in some languages or a full featured Enum in others. When variants are defined on an...

I was experimenting with building a shared library from Golang and using `crystal_lib` to generate the bindings. It failed on `_Complex` type from the Golang generated header file (https://gist.github.com/zph/002dddd6e639ed55583968ddfa306431#file-nautilus-h-L47). After...

Hello! Thank you for Briefly, it solves some problems I'm seeing with handling tempfiles in Elixir. The issue I saw is that the readme cites `0.4` as version, but the...

Closes: https://github.com/denoland/deno/issues/20744 Adds ability to specify the kernelspec location for deno's jupyter kernel during install with --directory flag without the requirement of having Jupyter binary on the PATH. Advanced installs...

Solves: https://github.com/denoland/deno/issues/22633 Supports `confirm` and `prompt` with custom versions used when inside a Jupyter Notebook with Deno kernel. The desired behavior (per python reference and docs): * confirm or prompt...

Follow up from closed [Issue #1](https://github.com/harvesthq/simple_xlsx_writer/issues/1) Thank you all for creating such an easy to use library. I wanted to follow up on this thread to report current findings on...

We can do that also. People want/expect the ability to compile if desired. What we could do is setup homebrew to either get most recent release, OR compile from scratch...

Yes. Which will require keeping version synchronized in two place. I could break out a task to make a `version_bump` helper script that updates the version in both places 🤔...

Use case: - When including data files or non executables in the project - I want them to not show up in the auto-completion nor in the bulk help text...