Sam Hocevar

Results 69 issues of Sam Hocevar

The current `isPointInsidePath()` implementation launches an horizontal ray and counts how many times it intersects the path. However it relies on `interHelper()` which has trouble finding intersections lying exactly at...

I would like to copy files across NTFS partitions using `rsync -X` (which is supposed to preserve xattrs). I expect the plugin to decompress files on the source partition, so...

This thread tracks usage of Emoji.Wpf. Please feel free to post your work!

help wanted

The user should be able to add their own emoji. A few thoughts: - should use arbitrary character sequences (from private Unicode planes or elsewhere) - should allow standard `:colon:`...

enhancement

`emoji:RichTextBox` already has a `Text` property that makes it an acceptable emoji-aware replacement for standard `TextBox`. However an `emoji:TextBox` class may make things less confusing for users. Here is a...

The `EmojiData` constructor is a bit too naïve; in particular, `Emoji.Wpf.EmojiData.MatchOne` and `MatchMultiple` do not understand variation selectors. This whole code should probably be rewritten, as I am not sure...

bug

Make sure positional arguments (not preceded by a flag) cannot be interpreted as flags. Insert `--` if necessary.

bug

As reported in [Debian bug #173801](https://bugs.debian.org/173801): ``` rinetd should really resolve IP addresses on each connection instead of only once during the config read. It's not a short-lived process and...

enhancement
help wanted

Maybe this would be more stable than using a low level keyboard hook. See [Using Raw Input from C# to handle multiple keyboards](https://www.codeproject.com/Articles/17123/Using-Raw-Input-from-C-to-handle-multiple-keyboard) for instance.

keyboard hook
task