Name

Results 31 comments of Name

I have more feedback from the Yubikey tests: I was able to get further without crashing by adding `--login-type so` to `$EASYRSA_PKCS11TOOL` in the easyrsa source code. Yubikey needs this,...

@robpower That sounds great! I have been testing with Yubikey5 Nanos so far, with the PIV applet. They also support openpgp card emulation, which I have not been testing yet....

I have the same issue. `freq_list` option in `wpa_supplicant.conf` seems to be ignored.

Please let me know if this is too off topic: I have a fully updated Raspbian with kernel `5.15.56-v8+ #1575 SMP PREEMPT Fri Jul 22 20:31:26 BST 2022 aarch64 GNU/Linux`...

Thank you that was super helpful! Especially knowing about the additional `/sys/` variables in `thermal_zone` and `cooling device` directory: ``` /sys/class/thermal/thermal_zone0/temp:43816 /sys/class/thermal/thermal_zone0/trip_point_0_hyst:2000 /sys/class/thermal/thermal_zone0/trip_point_0_temp:70000 /sys/class/thermal/thermal_zone0/trip_point_0_type:active /sys/class/thermal/thermal_zone0/trip_point_1_hyst:2000 /sys/class/thermal/thermal_zone0/trip_point_1_temp:60000 /sys/class/thermal/thermal_zone0/trip_point_1_type:active /sys/class/thermal/thermal_zone0/type:cpu-thermal /sys/class/thermal/cooling_device0/cur_state:0 /sys/class/thermal/cooling_device0/max_state:10...

To add to the freedom to use the IP question: Patent rights are not licensed under the current license. Did you apply for one or more patents before releasing this?...

https://github.com/angulartics/angulartics-google-analytics/issues/102

It works here. Only the events are tracked if I want. I have ``` angular.module('starter',[...]).run(.... }).config(function ($analyticsProvider) { $analyticsProvider.firstPageview(false); $analyticsProvider.virtualPageviews(false); }); ; ```

I tried to install the extension on Firefox Mobile, but apperently the mobile extension store on Firefox is separate from the desktop one? Can you please add the extension to...

I am not sure when it was fixed exactly, but I just retested with v. 5.4.25 and I can confirm that the issue is gone. Thanks for your support!