Jonathan Heindl
Jonathan Heindl
ok usb devies also dont work on the laptoip (with the release version) - but i can use touchpad nad onboard keyboard
this one has absolute path btw https://github.com/vadimgrn/usbip-win2/blob/master/bin/di.bat 🤔 https://github.com/vadimgrn/usbip-win2/blob/master/bin/va.bat#L12 here as well considering i dont have a "D:\" drive this will probably not work
btw i found an easier path to get the "key" you can just use the normal api from @tuya/tuya-connector-nodejs set accessKEy and secretKey (which are easier available) and then const...
🤔 that broke a lot fewer code blocks than i expected - probablly because UnsafeString + "otherString" still returns a string type same for usage in template strings i tihnks...
> @jonnytest1 Actually, since we are moving to using Svelte for HTML templating, we could simply detect and forbid usage of ".innerHTML" in all the code. That would do the...
> Just found out this plugin: https://github.com/salesforce/eslint-plugin-lwc/blob/master/docs/rules/no-inner-html.md definitely a good idea - at least as a warning

i hope github leaves the metadata intact ^^ small addition , i think its only in the display logic , cause it did adjust the sensorwidth afer i did the...
i see no reason why not 🤔 should be a useful tool for every packet based rule creation
https://github.com/sibiraj-s/ngx-editor/blob/master/projects/ngx-editor/src/lib/defaultPlugins.ts#L42 the issue is here the regex declares the first group as "non-capturing" group with (?:) so match[1] returns undefined instead just using (\d) would declare it as a captured...