Brian Guarraci
Brian Guarraci
Hi, Thanks for your netty tools. I was looking at the file handler and converted it from using a memory buffer to a memory mapped file. Please take a look...
Fix issue where self._streams set is used as channels but cannot be serialized. When the websocket restarts due to closure, self._streams is used as channels but since it is a...
first fails to compile on Darwin. added -ldl to Makefile and it compiled, then failed to execute binary. `12:55 $ make docker run -v /Users/brian.guarraci/code/mjs:/Users/brian.guarraci/code/mjs -w /Users/brian.guarraci/code/mjs/mjs docker.cesanta.com/clang clang -lm...
running examples in README.md, and each one produces an error similar to: ``` > root@f2b8deabf964:/wac# ./wace examples_c/hello1.wasm > Error(platform_libc.c:47): could stat file 'examples_c/hello1.wasm' ```
Hi, I added calls/checks for isDebugEnabled before calling logger.debug. I've read that the cost of checking this flag is about 100x savings in non-debug environments. Cheers, Brian
running the following in the REPL doesn't launch the web server but it works if you run it via "kgpy web.kg" with this as the contents. ``` .py("klongpy.web") index::{x; "Hello,...