Matthew Brunelle

Results 9 issues of Matthew Brunelle

WinCompose Version: 0.9.4 OS: Windows 10 About a month ago WinCompose stopped working for me. The debug window repeats the following error: > Unable to install hook: System.ComponentModel.Win32Exception (0x80004005): The...

bug
can’t reproduce
keyboard hook

## Library version *What's the installed library version ? Check with `instalooter --version`*: ``` instalooter v2.0.1 ``` ## Environment *Describe here your environment, including:* * *OS* Linux kernel version –...

enhancement

I've been running crux over several sites and noticed the following bug. ### Problem Here is an example URL that displays the problem: https://www.bbc.com/news/world-europe-61691816 Test based off the README example...

Hello. Appreciate your work on this project so I can have a desktop version on Linux. Is it possible to publish a new release? The [last one](https://github.com/felicianotech/pocket-casts-desktop-app/releases/tag/v0.5.0) was in 2020....

I'm looking to build TLPUI ([most recent release](https://github.com/d4nj1/TLPUI/releases/tag/tlpui-1.3.1-5)) on NixOS. It seems the TLPUI build process tries to read your configuration from /etc/tlp.conf during build time (possibly in a test?)....

enhancement

I'm trying to use [system.defaults.CustomSystemPreferences](https://daiderd.com/nix-darwin/manual/index.html#opt-system.defaults.CustomSystemPreferences) to [disable](https://apple.stackexchange.com/a/303271) the Other Users login option. This should involve setting `com.apple.loginwindow.SHOWOTHERUSERS_MANAGED` to false: ```nix  system.defaults.CustomSystemPreferences = { com.apple.loginwindow = { com.apple.loginwindow.SHOWOTHERUSERS_MANAGED = true;...

With normal DRF serializers you can specify the `help_text` arg on a field. Then when using `drf-spectacular` the text is used to populate field descriptions on the OpenAPI spec. Is...

I followed the new instructions [added](https://github.com/vlinkz/nix-software-center/commit/44240311ca5787e1b980230a4e8557064bf049c0#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R28-R45) to the README for installing with flakes. Here is a [branch](https://github.com/ciferkey/NixOSConfig/commit/a2ac385212a3add336670c4ea74cf4fcfb1bc735) of my nix configuration where I tried to apply the changes. This is...

I want to use the [frontend-gradle-plugin](https://github.com/siouan/frontend-gradle-plugin) with this plugin. If I start with the [multi-project-war-application example](https://github.com/siouan/frontend-gradle-plugin/tree/master/examples/multi-projects-war-application) from the fronend-gradle-plugin everything builds fine. When I add the app-gradle-plugin using either the...