Brian Guarraci

Results 18 issues of 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,...

bug

## Summary - ensure .timer caches a callable fallback and reuses it when the callback symbol stops being callable - keep dynamic lookup for redefinitions while preventing runtime errors when...

codex

## Summary - propagate `SystemExit` from the Klong event loop back to the console task and record the resulting exit code - stop the REPL task without raising so the...

codex

## Summary - introduce an `AutodiffNotSupported` exception and expand the Dual number implementation with richer ufunc coverage and Python operator support - narrow the autodiff fallback logic and exercise it...

codex

## Summary - make timer callback look up the function symbol each tick - allow fractional timer intervals - mention dynamic lookup and fractional intervals in timer docs - add...

codex