George Lemon

Results 22 issues of George Lemon

First off, thanks for this library! Using `spans()` instead of `spanSlices()` ```zsh diff.nim(112, 21) Error: type mismatch: got # first type mismatch at position: 3 # unknown named parameter: skipEqual...

```zsh Downloading https://github.com/nim-lang/c2nim using git Verifying dependencies for [email protected] Installing [email protected] Building c2nim/c2nim using c backend githubcom_nimlangc2nim/c2nim.nim(12, 16) Warning: Number of spaces around '/' is not consistent [Spacing] githubcom_nimlangc2nim/compiler/pathutils.nim(14, 12)...

Getting file contents from a single directory table (without root dir name) ```nim echo assetsfile.getAsset("index.html") ``` Getting file contents from a multi directory table (for multiple `-d` case) ```nim echo...

Hey, I'm using your awesome package to pack/unpack big AST (ref nodes) in [Bro package](https://github.com/openpeeps/bro), a wip stylesheet language (alternative to SASSC / DartSass, SassJS.) Unpacking 114mb with `v0.3.1`: `0.734594596`...

- Autoprefixer - Deduplication ```bass .btn color: blue .btn font-size: 14px ``` should output a single `.btn` selector ```css .btn{color: blue; font-size: 14px} ``` Other cool features: - CSS alphabetize...

and make compiler smarter

Bro needs a cool website, with playground (via WASM) and docs. Will be available at bro-lang.com