Caelan
Caelan
I have implemented the requested changes. Before doing so, I noticed some tests on ubuntu had failed with: > error: implicit declaration of function ‘posix_spawn_file_actions_addchdir_np’; I assume this is because...
I'm attempting to replace rcedit in [Velopack](https://github.com/velopack/velopack) so I can set PE resources while running on Linux, I think this should be classified as a bug rather than an enhancement....
No worries, I am doing rich editing (eg. setting a new icon, re-creating custom version tables) and I managed to [find a workaround](https://github.com/velopack/velopack/blob/develop/src/Velopack.Packaging.Windows/ResourceEdit.cs#L43) in the meantime. Thanks for your work...
My vote would be to statically link everything that's required on Linux (if that's even possible). If we try to rely on installed webkit version it will always be broken...
It's only stale because it hasn't been commented on by a maintainer
@RandomEngy I was just searching for a nice NamedPipeServerStream wrapper and stumbled on your library. Would you accept a PR which adds a `PipeServerMultiClient` which has a `TcpListener`-like interface? Imagine...
Thanks for that link! I ended up with a suitable solution with just a few lines of code, so leaving this here in case anyone else needs an example. ```cs...
Hi, thanks for your kind comments, I am glad you like it! Since Clowd has no support for localisation currently, we would need to decide on a localisation architecture before...
Just leaving here a suggested implementation. Move all hard-coded strings into a `resx` file, with separate keys for plurals. Example: English: - **TimeStampDay_One** {0} day - **TimeStampDay_Other** {0} days Polish...
Adding here since also related to DPI rounding, the color dialog has a layout rounding error in the circle selector 