Jameson Little

Results 46 issues of Jameson Little

Add some way to add a prefix to log lines. The idea is to know which package a log came from (like python's `logging.getLogger`).

It would be nice to have log levels start at 1 and have the default log level be 0. The meaning of the default log level could be user-configurable (e.g....

The API listed in the README is misleading. It says that I can do: > bean.undelegate(selector); But calling this does absolutely nothing. On tracking it down, I found that delegate...

From what I can tell, this requires nightly due to use of feature flags in `wlc`. This should be noted in the README. If `fireplace` doesn't need that feature (can...

C-binary
T-documentation
I-Invalid

- allows us to generate session-specific ids I basically rewrote `dealer.go` on a rereading of the spec. I was getting errors with AutobahnPython saying that the INVOCATION ID was reused...

This seems to work, but needs a bit of review. I've implemented a client in Go (in the examples) and I have a working example in C that I'll publish...

Cancel an issued _Call_

enhancement

Often it's useful to not have to wait for the next publish before receiving data, but to receive a packet just after subscribing. This is useful if you're subscribing to...

enhancement

I'd like to be able to set hooks to do stuff like rate limiting the execution of Lua code. Production use cases: - running untrusted code submitted from users (stop...