agrath
agrath
Note: https://github.com/pololu/vl53l1x-st-api-arduino/blob/master/vl53l1x-st-api/vl53l1x-st-api.ino provides a way to directly call the API functions rather than using this wrapper, however that looks like a lot of pain that could be avoided
I will just add another needed SQL feature is that credential replacement would be nice. We team-share our RDP connections but for some servers we share logins and for other...
@jochem4207 without your full code it's a bit hard to diagnose your issue... I haven't used this library in about 2 years, so I'm a bit rusty on the details!...
I was just implementing this, I need PassThrough as well though, so I'll work in my local copy until this is merged in, then I'll update, add my passthrough, and...
Just ran into this problem myself, accessing HttpContext.Current (even if you modify the INotificationReceiver to contain it) is not threadsafe I think, since if the original processing thread goes away,...
I think I encountered a similar issue but I had the error page hosted in a controller. Not sure if something similar is happening in razor pages routing. In my...
@tekmunkey as your pull request was not merged with the original project, I'm trying to build from your fork so I have a working extension. But I've never built a...
How I've just implemented this, because I need my files uploaded to be associated back to a primary record, is I return the filename in the upload complete, store this...
PR here: https://github.com/abandonware/bleno/pull/54
Also see https://github.com/abandonware/node-bluetooth-hci-socket/issues/60#issuecomment-2197545245 for the background