apennamen

Results 10 comments of apennamen

Hello! I've not run into the issue myself, but is this library the only webcomponent library you have a problem with on Edge ? (Meaning is there something to be...

OK I found the root cause 5 minutes after posting this issue... It's because of this: ```javascript window.addEventListener('load', () => { initRouter(); }); ``` In incognito mode and on mobile,...

Hello, I ran a quick and dirty experiment with [wmi](https://docs.rs/wmi/0.7.0/wmi) crate. I found that WMI has Pre-formatted counters that are easier to use than rawdata counter. Especially this property on...

Hi again :) I think it could be worth it to integrate WMI in heim for windows, as you could use it for more than just CPU Frequency. If we...

Hello there! Happy new year ;) All the best for 2021! I'm struggling on a AddRef/Release problem when [adding async support to WMI crate](https://github.com/ohadravid/wmi-rs/pull/30). I think I won't wait until...

Hello, As the work for adding async queries is reaching the end in the wmi crate (waiting for final reviews and minor adjustments), I started looking into the conception for...

Hello @svartalf ! It's okay I tested [an implementation with the strategy](https://github.com/apennamen/heim/blob/feat/wmi/heim-cpu/src/sys/windows/freq.rs), we can have both winternl and WMI. > I don't know much about Windows, but what are chances...

Hello @pshihn I noticed this bug in version 4 of roughjs, while building the wired icon generator So there's a real use case for icons which uses complex paths. I...

If it can ease your tests, I made a version of the wired icon generator with rough 4.3.0, available here: https://deploy-preview-17--wired-icon-generator.netlify.app/ You can compare with the rough 3.1.0: https://wired-icon-generator.netlify.app/ For...

Hello, Starting with a fresh install of picroft, and switching to french, I stumbled upon the same issue. The weather skill was pointing to the 20.08 branch instead of the...