Andre von Houck
Andre von Houck
I also want an nim based UI library that can work cross platform on osx, win, linux, ios, js and android. My wish list: * I want it to be...
There are so many: * native (win32, osx, linux) https://github.com/yglukhov/nimx * native (win32, linux) https://github.com/trustable-code/NiGui * wxWidgets https://github.com/Araq/wxnim * QT https://github.com/filcuc/nimqml * SDL2 https://github.com/nim-lang/sdl2 * SDL1 https://github.com/nim-lang/sdl1 * GLFW https://github.com/ephja/nim-glfw...
@ajusa we can add it if its grows some Nim bindings.
I have the same issue with IE8
fix here: ``` @@ -126,10 +126,12 @@ skeleton = (data = {}) -> classes = [] for i in str.split '.' - if '#' in i - id = i.replace...
The code uses "." as a split, so #id.class becomes "#id" "class", and then things with "#" in them become ids I bet '.class.#id' would work as expected
Can you add an example of embedding a single icon file into a single go file? Does that require a manifest file or not?
I have changed my lib version to use your cairo: https://github.com/treeform/cairo It has way more things fixed then the cairo from: https://github.com/ngtk3/nim-cairo
I also ran into this.
I tried this work around by adding `req.client.close()` to end of requests, but I get this error after some requests: ``` Error: unhandled exception: ioselectors_epoll.nim(147, 11) `s.fds[fdi].ident == InvalidIdent` Descriptor...