Philip Borgström

Results 18 issues of Philip Borgström

Something with Tauri is causing the installer to demand administrator rights to install. It should just be user rights, as it is on Linux. This could be something that has...

enhancement
desktop

This was delayed due to https://github.com/tauri-apps/tauri/pull/3334 being unreleased at the time. Remove workaround in Github actions. This makes it much harder to develop CubeShuffle on Windows for Tauri as workarounds...

bug
desktop
build

Currently you have to remove and add a pile rather than modifying it directly. It would be significantly better if the fields could be just updated in-place without having to...

enhancement

For increased security CubeShuffle should have an explicitly set CSP configuration.

enhancement
desktop

Add publication to Google Play. I, @philipborg, have a partial setup that needs to be completed.

enhancement
android

There is no good logo for things like the Tauri nor Android application. This needs something created from scratch which can be AGPL 3.0 licensed. The current one was just...

enhancement
good first issue
external help wanted

On both the [site](https://www.questpdf.com/) and in the [readme](https://github.com/QuestPDF/QuestPDF/blob/main/README.md), QuestPDF is referred to as _open source_. But the [licensing](https://github.com/QuestPDF/QuestPDF/blob/main/LICENSE.md) doesn't fulfill the [open source definition](https://opensource.org/osd). It should be labeled as [source-available](https://en.wikipedia.org/wiki/Source-available_software).

### Background and motivation We are working a lot with sets, like [ImmutableHashSet](https://learn.microsoft.com/en-us/dotnet/api/system.collections.immutable.immutablehashset-1?view=net-8.0), and often want to assert the equivalent of [SetEquals](https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.ireadonlyset-1.setequals) between two sets. There is no offered API...

feature
api-suggestion