Adam Dry
Adam Dry
When I have a PHPStorm window active, active-win gives me the id of `96469000` but if I try to use that with `navigator.webkitGetUserMedia` it fails. If I use `desktopCapturer.getSources({ types:['window']...
I did these steps: - I added the code as per usage example - I ran my app, moved the window to the left screen (I have 3 24" screens)...
This line: `const slack = SlackNotify(MY_SLACK_WEBHOOK_URL)` Gives the error `TypeError: (0 , slack_notify_1.default) is not a function` This is the full class, inside a nestjs app: ```ts import { Injectable...
Thanks for writing this abstraction layer! Added an example callback param to the dbWrapper.connect() function in the examples to show how to handle errors and to show that the call...
**Describe the solution you'd like** I would love to be able to put in my OpenAI credentials and have a chatbot style interface that ultimately produces and executes SQL queries...