sandorvasas
sandorvasas
Trying to connect to my DVR's RTSP server using the provided example node code. when I hit / and check the network tab, I see it makes a request to...
Or at least I think it does nothing. How can I verify IPv6 is actually enabled? Executing `nginx -V` inside the container lists the configuration arguments, but `--with-ipv6` is not...
e.g. ``` change(FORM_NAME, { fieldName1: value1, fieldName2: value2 }) ``` I find it that this would be useful many times when manual tweaking of values is required. Doing it with...
We use your library in our project and have been worrying about the newly detected zero-day vulnerability of Log4j. see: https://www.lunasec.io/docs/blog/log4j-zero-day/ I see that the log4j lib you use is...
We are still occasionally and nowadays more frequently getting AggregateErrors from the xero api. xero-node is v4.11.3. Connections to all of our client accounts usually break when we get those....
[JS] I wonder if you are planning to make an npm package of the library and provide typescript type definitions to it? In 2020, it feels timely, and would greatly...
Is there a way to get this working with babel-loader? Want to use it in a Create-React-App project which depends on babel-preset-react-app, which in turn depends on babel-typescript
Upon saving a file containing ``` .SomeClass { & :global(.SomeGlobalClass) { } } ``` it removes the space between the and sign and the colon, and moves it to between...
Seemingly no reason, cron schedule is */10 * * * *. Runs for half a day, then no more.