Dmitry Burnyshev
Dmitry Burnyshev
You can set up the asset name of the build with placeholders, like this: ``` "build": { "artifactName": "${productName}-${version}-${os}-${arch}.${ext}" } ``` and set the whenever you like name in the...
Try to set the My-Software as the build.productName and put the placeholder in the artifact as ${productName}. In my build it works fine. All Cap letters are still Capitalized in...
` "electron-builder": "^24.12.0"` this is my Actions output: https://github.com/kashamalasha/nightscout-widget-electron/actions/runs/7697577426/job/20974885587 ``` • notarizing finished successfully for the Owlet.app • building target=macOS zip arch=arm64 file=dist/Owlet-0.8.2-beta-mac-arm64.zip • building target=DMG arch=arm64 file=dist/Owlet-0.8.2-beta-mac-arm64.dmg • building...
It has the same behavior in 23.0.0 release as well.
On Windows behavior is the same. You can not handle mouse events without explicitly setting -webkit-app-region: drag in CSS on the element.
I found a workaround for this problem. At first, define the schema before creating a store: ``` const schema = { "options": { "type": "object", "properties": { "items": { "type":...
Hi! Thank you for the feedback. Could you specify the following attributes: - Operating system (might be MS Windows, MacOS, Linux) - Operating system version and distributive (for Linux) -...
Thank you for the investigation. I chose the v3 API because it is well-structured and returns much less data when using path params filtering compared to v1 and v2. An...
I can not reproduce the bug with the `limit=6` param on my NS. But I got the previous version on my site ``` { "status": 200, "result": { "version": "14.2.6",...
@j-kaltes Could you check the functionality with the latest release, please? https://github.com/kashamalasha/nightscout-widget-electron/releases/tag/v0.8.2-beta Thanks in advance