Koen Hendriks

Results 12 issues of Koen Hendriks

I'm just trying out this package, it looks promising but i can't even get a simple window to work. Using basic code: ```js const {app, BrowserWindow} = require('electron'); const windowManager...

I'm trying to use this with google oauth 2.0 It works but for some reason the window doesn't close when authWindow.close() is called. I'm using a Nexus 6 running lollipop...

Currently the flatpickr component only get loaded when a mouse hovers the input. When using this with an empty value this doesn't have any issues. But when you're on the...

When trying to export I get the following error: ![image](https://github.com/jh3y/vincent-van-git/assets/4124579/3b940bd2-092d-4061-bfc6-efc6d7f14ad4)

I started importing a playlist, first few song went great. After that i got this error. ``` /home/koenbuntu/portify/portify/data/app.js:132 googleMusic.createPlaylist(item.name, null, false, function(playlist) { ^ TypeError: Cannot read property 'name' of...

I want to run the `analyzer.jar` against a file instead of a stream. Which wouldn't be to difficult using ffmpeg. But i would love to get the timestamps from where...

The light entities are currently removed from registering. The lights should be added back and be able to sync with the actual state of the Button+ device over MQTT. **Single...

enhancement

Documentation should be added how the integrations maps entities to button+ buttons, leds and screen labels. It should also document how the MQTT broker from Home Assistant is used and...

documentation

**Describe the bug** The display module has no default top label and regular label. They have dynamical labels that can be put on any x or y of the display....

bug

Currently there is a hardcoded check to see if the endpoint is `core-mosquitto`. This should be replaced by a better way of detecting if the broker configuration is externally available...