shelvacu

Results 18 issues of shelvacu

Could you please add some documentation as to how to get this up and running? All the commands from cloning the repo (I already figured that part out :P but...

``` arr = Array(UInt8).new(2147483647,1u8) arr -2147483648 ``` This could be a very surprising behaviour to run across. Ideally an error should be raised or the limit removed entirely (hopefully). A...

status:discussion
topic:stdlib:collection

### The problem I am trying to setup (the zigbee portion of) a [z-station](https://z-wave.me/products/z-station/) and migrate my old zigbee network to it. Previously I was using a SONOFF coordinator. When...

integration: zha

I understand that to implement `If/else` functionality, it may seem like we must grasp for language constructs as old and broken as `var` and `with`. Fortunately, I've figured out a...

To test: Put this in a buffer with crystal-mode: ``` class Foo abstract def bar(args) : Array(Int32) def baz dostuff end end ``` Then select all and press tab. The...

Mostly a convenience thing, the `--flake` option doesn't seem to support relative paths, so `nix run github:nix-community/disko -- --flake .#my-machine` doesn't work.

## What am I asking for An option (non-default) to let me choose when updates are installed. ## Why There are times, usually when I'm travelling abroad, when having my...

enhancement