Martin W
Martin W
Hi @JoshEngebretson, Yes, I have that package installed. I'm on Arch Linux with these packages installed: mono, 5.0.0.100-2 mono-addins, 1.1-1 mono-tools, 4.2-1 monodevelop, 6.2.0.1778-2 referenceassemblies-pcl, 4.6-1 Here is the full...
@BrainBlasted are you able to compile successfully by cloning and compiling manually? It's not working for me. Same error with both AUR package and manual compiling.
Yes, would be really nice to be able to set minimum 1% on lamps as well, so you can just swipe fast without turning off the light completely.
@TheBasedDoge https://github.com/thomasloven/lovelace-slider-entity-row has min/max
Hi @RobDangerous, Made a correction above, it's ogg-files not wav-files. It's an Armory project, and the wav-files are encoded upon exporting the project. The sound issues are present in both...
Created a minimal Kha project with this Project.hx: ```haxe package; import kha.Framebuffer; import kha.Scheduler; import kha.System; import kha.input.Keyboard; import kha.input.KeyCode; import kha.Sound; class Project { var s:Sound; public function new()...
In self-compiled Krom still no sound issues, both debug or release version of Krom work fine. I compiled only the Krom executable, and took rest of the files from Deployment...
Did some more testing on the minimal Kha project with native C++ build. Don't think it's related to the compiling, but rather seem to be related to starting/running the executable....
I made a pull request to add support for pass phrase. Please review pull request #30.