Bjorn Bringert
Bjorn Bringert
In Inkscape 1.1 on MacOS, this instead seems to show all the submenus greyed out. I worked around this by creating a symlink called boxes_proxy.py in the Inkscape extensions directory:...
I see the same issue where enabling the OnOff trait in the console still results in "power controls is not yet supported", but using googlesamples-assistant-devicetool to set the trait makes...
https://github.com/btubbs/sseclient/blob/master/sseclient.py doesn't seem to have this quadratic behavior, so one solution would be to change to that.
Changing it so that the search for end_of_field just searches the end of the buffer speeds it up a lot, but it's still a lot slower than https://github.com/btubbs/sseclient/blob/master/sseclient.py. It looks...
I see the same problem on Mac with libusb-1.0 installed by Homebrew, and changing the include to 'libusb.h' works around it successfully.
extractModels.pl seems to only work for some components, like 2N7000: ``` % perl Scripts/extractModels.pl 2N7000 * * 2N7000 - Extracted from 'Transistor/FET/MOS.lib' * .model 2N7000 VDMOS(Rg=3 Vto=1.6 Rd=0 Rs=.75 Rb=.14...
It looks like the regex can't handle components defined using .subckt, which is a lot of them
This change seems to fix the problem: ``` diff --git a/Scripts/extractModels.pl b/Scripts/extractModels.pl index e39bdab..bb0b050 100644 --- a/Scripts/extractModels.pl +++ b/Scripts/extractModels.pl @@ -23,7 +23,8 @@ our $continuedNoParenLines='(?:(?
I'm seeing this too. On an Arduino Nano 33 BLE, bonding with the EncryptedBatteryMonitor from nRF Connect on Android fails with "incorrect PIN or passkey". The exact same code running...
What additional information would you like? The idea is to be able to cancel generation before it completes.