Ian Rash
Ian Rash
I was pulling my hair trying to figure out why sslstrip wasn't striping even though I was spoofing. After trying for a while I started getting these when loading new...
I need a `.lib` file for Windows. It would be really nice to have make support for this.
Add luce
## Link [luce](https://codeberg.org/supercell/luce) ## Checklist * [X] - Shard is at least 30 days old. * [ ] - Shard has CI implemented. * [ ] - Shard has daily/weekly...
## Heroku build fails but continues and succeeds anyways. (Bug Report) `crystal -v = 1.10.1` Building on Heroku gracefully fails but still succeeds at compilation. Happens between `shards install` and...
## Bug Report It seems when assigning to an ivar and using a block at the same time any module references must use a FQN to be findable. The below...
We can "stack" (not sure what else to call it) certain macro hooks like `finished` but something like `method_missing` will override previous macro hooks in the same context. Feel free...
**Describe the bug** For some reason the following code creates a visual bug with the highlighting. **To Reproduce** Steps to reproduce the behavior: 1. Type `ty = (tile.index/width).to_i * tile_height`...