achea

Results 9 comments of achea

The above patch doesn't apply for `plasma-5.57` anymore so here is an update (that works for me): ```diff diff --git a/src/plasmaquick/dialog.cpp b/src/plasmaquick/dialog.cpp index c9f9cd87d..4fcf4faab 100644 --- a/src/plasmaquick/dialog.cpp +++ b/src/plasmaquick/dialog.cpp @@...

Hi, I'm getting the same sandbox violation errors, and after manually creating the folder, emerge was successful. Mono 3.2.8.0 NuGet 2.8.3 log: https://gist.github.com/achea/ca317970986a47653ac6

Had the same issue and figured it out! `config.sub` determines if a host is valid, and upstream only added support in v3.1.2.6 in this commit: https://github.com/haskell/network/commit/cb5362e31cb7c55075f2de0c6798d354402dbd03 The pesky thing is...

I also had this strange issue with Nix sandboxes and removing `/usr/lib` from the `LD_LIBRARY_PATH` worked.

Greetings, In lieu of official documentation, do you have any tips to get started using this module? What I'm hoping to accomplish is to set up 1 or more REST...

Thanks! After a bit of tinkering, I've started an instance of the servlet in a not-ideal way. ``` diff --git a/ontopia-rest/pom.xml b/ontopia-rest/pom.xml index 9475bcbc..189a902d 100644 --- a/ontopia-rest/pom.xml +++ b/ontopia-rest/pom.xml @@...

As a workaround on an Optimus system, I'm able to set `VK_ICD_FILENAMES=/path/to/nvidia_icd.json`. I don't know how Vulkan works, but what I think this does is override the list of available...

Many endpoints would be able to use it; in my usecase not only `.json` of various paths but `.png` is supported too, so it wouldn't be far to say other...

I figured out the compile issue! `ScopedTypeVariables` was missing to compile the base Capture, though I didn't figure out how to pass in the extra symbol. Instead I went with...