Luca Weiss

Results 71 issues of Luca Weiss

added "-old" to cd onedrive-d

There are still many TODOs such as: - [ ] Fix the isValid function as it returns true for some files (why?) - [ ] Implement a GUI for KERN_VALIDFILES...

Hi, I've noticed that in recent versions the ACR support was removed, `gp -acr-add`, `gp -acr-delete`, `gp -acr-list-aram` and friends. I've found commit https://github.com/martinpaljak/GlobalPlatformPro/commit/e41c8e9e54eb59ae190ea0525228e865b10f017d but the repository linked there (https://github.com/martinpaljak/seac)...

```node var config = require('config'); var asterisk_manager = require('asterisk-manager'); var aConfig = config.get('asterisk'); var ami = new asterisk_manager( aConfig.port, aConfig.host, aConfig.username, aConfig.password, true); ``` When this is run and something...

Documentation: http://mesonbuild.com/Wrap-dependency-system-manual.html Basically, it's a part of the meson build system that can download (and build) missing dependencies which is pretty convenient especially on platforms without native package managers (so...

enhancement
build system/CI

OpenBSD currently have a patchset on hidapi in their repos but it was pretty unusable for upstream. This is proper support for OpenBSD and it compiles: https://builds.sr.ht/~z3ntu/job/70849 . Should be...

bsd