Alexander Baron
Alexander Baron
I am also experiencing this sisue with `node-hid` (as well as node-printer as others mentioned)
To better demonstrate the issue, I created a repo based on this boilerplate https://github.com/todbot/electron-hid-test-erb Here is a fairly minimal example that demonstrates the issue: https://github.com/rocksolidinternet/electron-odbc-mac-demo when I run `yarn start`...
I found a workaround that allows me to build while including node-odbc as a native dependency. I followed the steps here: https://stackoverflow.com/questions/71699960/signing-electron-build-for-m1-macs-causes-renderer-to-crash/71759691#71759691 Then I deleted both `node_module` directories, ran `yarn`...
To give a bit more context: I have a global session store which I look at to decide if the user is authenticated. Users should receive "authentication error" before they...
For some reason, I wasn't aware that I had access to the handshake. Now I'm doing something like: ``` io.on( 'connection', co.wrap( function *( ctx, data ) { // do...
Looks like support has since been added to node-odbc in version 2.4.6 https://github.com/markdirish/node-odbc/commit/286de6ec624e5da4a79b1d93dee003c1e123cd32
I am currently working out a solution to this issue. I will keep you updated with my progress and any questions I might have.
I have taken a simpler approach than MiYaGin scratch proposal. I am simply adding a column to the subscribers table. Do we want a separate column to the subscribers table...
Can I get some feedback on my proposal?
This reminds me. I developed a bounce parser called BounceHandler using Perl's Catalyst framework. I'm going to put it on GitHub soon - you could probably use a lot of...