Dennis Skinner
Dennis Skinner
This should also satisfy part of #64
I'm unsure if you're looking for a Python SDK, but I've spent some time on it and figured I'd at least share. Please let me know what could be improved....
This works: ``` connect: { server: { options: { port: 8001, hostname: '*', keepalive: true, base: 'web-site' } } } ``` This fails: ``` connect: { server: { options: {...
### Versions ``` Pi-hole version is v5.14.2 (Latest: v5.14.2) AdminLTE version is v5.18 (Latest: v5.18) FTL version is v5.20 (Latest: v5.20) ``` ### Platform - OS and version: Ubuntu 22.04...
- Add updateURL tag so user scripts will auto update. - Add "imgres" url to support image viewing when not in image search. To reproduce, Google the word "Potato", click...
If a or tag in HTML already has its src/href base64 encoded, it should be skipped.
I know nothing of Ruby, but this project looks interesting to spin up. I've managed to kludge my way through getting bundler installed and pulled down all dependencies but how...
### Description, Motivation and Context Fixes #319. Progressive invocation handlers will no longer be called after they return an error. A Client could also deadlock if an invocation handler exits...
### Description, Motivation and Context Dealers now use [session-scoped IDs](https://wamp-proto.org/wamp_latest_ietf.html#section-2.1.2-11) for `INVOCATION.Request` Code in `session.go` and `idgen.go` overlaps with https://github.com/gammazero/nexus/pull/320 ### What is the current behavior? Currently, Dealers use Dealer-scoped...
**Describe the bug** If a progressive call `InvocationHandler` (callee) function returns an error before it receives the final progressive message from the caller: 1. The handler function is incorrectly called...