boblund

Results 8 issues of boblund

I'm using lambda-local for a local API gateway websocket server. I want to use clientContext to pass a local version of AWS.ApiGatewayManagementApi.postToConnection() to the lambda integration. I can do this...

Hi, I have an application where there may be duplicate event/data that are generated and the duplicates shouldn't be queued. It doesn't look like there is a way to examine...

Did (with node 13.6.0, npm 6.13.4, Mac OS 10.14.6): >sudo npm install -g solid-server >solid init And got: node-solid-server: solid init internal/modules/cjs/loader.js:628 throw e; ^ Error: No valid exports main...

**Describe the bug** Executing ``` showSaveDialog('Save as', {defaultPath: someFileName}) ``` on Mac Ventura (M1) doesn't show the dialog and returns a empty string response. Executing ``` showSaveDialog('Save as') ``` works...

bug

**The following DCG:** subject --> modifier, noun. modifier --> [the]. noun --> [cat]. noun --> [mouse]. **when queried with:** subject(X,[]). **produces:** X = [the|_5] X = [the|_5] **Whereas:** subject(L1, L3)...

dcg

I get the following message when launching code-oss version 1.14.0-1497990159 on the pi zero with Raspbian GNU/Linux 8 (jessie) and Node 4.2.1: /usr/bin/code-oss: line 35: 6672 Illegal instruction ELECTRON_RUN_AS_NODE=1 "$ELECTRON"...

I implemented [stopImmediatePropagation](https://nodejs.org/api/events.html#eventstopimmediatepropagation) with a really simple change. In the emit prototype loop that executes the listeners I check the ReflectApply return for the string 'stopImmediatePropagation'. To stop a event...

Setup: foo.c is c module named foo. Scenario 1: foo.c is statically linked with app.mjs to create ./app: ``` qjsc -e -M foo.so,foo -m -o app.c app.js gcc -I/opt/homebrew/Cellar/quickjs/2025-04-26/include/quickjs -c...