viaSeunghyun

Results 8 comments of viaSeunghyun

For me 1.12.0, too. But Speedtest-Tracker's Alarm isn't working. I have experience developing bots for Telegram and can distinguish between each ID and token. My bot works fine, but this...

The notification feature itself is working. However, I think that something is broken in the process of calling this API from a button event in the web UI. Here's how...

As of 1.12.0, "Test Notification" links to this API. https://github.com/henrywhitaker3/Speedtest-Tracker/blob/219c5d6b7a7d91ba479646e93b6aa22a7e29ea5f/public/js/app.js#L148304-L148310 ``` { type: 'btn-get', url: 'api/settings/test-notification?token=' + window.token, btnType: 'primary', obj: { id: Math.floor(Math.random() * 10000) + 1, name: 'Test...

No, This Library is work. I tested DWM1000 and Atmega328p. Are you test DW1000Ranging_ANCHOR to DW1000Ranging_Tag or RangingAnchor to RangingTag?

Same Issue. I was install node-abi 3.5.0 but electron-rebuild could not detect.

I agree. The `exec()` method of Session allows Executable as a parameter for the statement, as shown in the code block below. Yes, `Session`'s method `exec()` has `Executable` as its...

@sandangel Unofficially, don't use exec, ignore the warning, use execute. This is the cleanest way to do it without customising the FastAPI, otherwise a new `@overload` would need to be...

Wow. Hi, @Unthrottled The video you attached in your comment on this issue is of a plugin you developed yourself, not a publicly available one, right? If it's not publicly...