jlp765

Results 13 comments of jlp765

``` import nimx / [ window, layout, button, text_field ] runApplication: let w = newWindow(newRect(50, 50, 500, 150)) w.makeLayout: # DSL follows - Label as greetingLabel: # Add a view...

typeof() and isarry() added in #12

The issue is the libawka library is not being found by the linker (or not matched to the x86_64 architecture).

Some of the tasks will require reversing and sorting of strings and collections of data (varrays?). Lists have a `rev()` function. **Is it planned to add this in the standard...

`mawk 'BEGIN { if ("aaa" ~ /^a{2,5}$/) print "ok" }'` fails as well

Before I commit a PR, is the following acceptable? If there are multiple lines of code (which I assume is unusal for an assert), the 2nd ... lines all indent...

(over a year later than first posted) I modified the dll spec in the three nim opencv files, for example, for core.nim ``` coredll* = "(lib|)opencv_(core|world)(|249|231|331)(|d).dll" ``` _Note: for windows,...

The png file was causing the conflict. I have separated that out into another PR. Conflicts resolved.

Fair enough. Is there already some standard collection that can be extended over time, gtk, sdl, iup, ssl, libui, .... Without these being provided, (maybe less for linux but definitely...