nimquery icon indicating copy to clipboard operation
nimquery copied to clipboard

Nim library for querying HTML using CSS-selectors (like JavaScripts document.querySelector)

Results 2 nimquery issues
Sort by recently updated
recently updated
newest added

I'm new to nim so I don't know much about this error, but shouldn't the `exec` func in nimquery be changed to proc? ```shellsession $ nim c --app:lib --gc:arc --experimental:strictFuncs...

ref https://github.com/nim-lang/Nim/pull/19380