Sören Nils Kuklau
Sören Nils Kuklau
It has various export as code options, including "Hex List". What would be nice is if I could simply launch Color Studio with those as a parameter. Something like `https://bernaferrari.github.io/color-studio/#primary=abcdef&secondary=abcdef…`
Someone wrote me an issue because my Mastodon client fetches a list of instances without the user's consent. I imagine you don't collect a lot of data, but I'd like...
If I publish a .NET 6 app with `PublishSingleFile` enabled (`PublishReadyToRun` and `PublishTrimmed` don't seem to be related to the issue), it hangs as soon as I call `Build()`. For...
I had a scheme like so: ```yaml schemes: MyApp: build: targets: MyApp: all MyAppTests: test ``` However, the generated Xcode project showed it (in Xcode) with _all_ build types enabled...
In my setup, the environment was set as follows (I'm not sure why): ``` ChocolateyInstall=C:\ProgramData\chocolatey // machine-level ChocolateyPath=C:\Chocolatey // user-level ``` However, Chocolatey was always in `%programdata%`, so the second...
I've started using Chocolatey combined with Icinga (a Nagios fork) as a way to monitor which applications need updating on remote machines. Much of the time, this results in interesting,...
- SQL Operations Studio Version: 0.24.1 Steps to Reproduce: 1. Create a new server connection 2. As **Server name**, specify one that isn't directly reachable from your client I've seen...
**Is your feature request related to a problem? Please describe.** I have a particulate matter sensor that gives measured values in µg/m^3 (so I can use `Density`), but then also...
I'm not sure how feasible this is, given that Meilisearch's [query language isn't quite SQL](https://www.meilisearch.com/docs/learn/fine_tuning_results/filtering#filter-operators), but [the examples](https://sqlkata.com) on the front page look a lot like things that could be...
### Describe the bug I have a bunch of navigation items: ```xaml ``` The navigation items work; if I click something in the sidebar, a page gets instantiated and shown,...