Julien Richard

Results 26 issues of Julien Richard

- Add `ShowOnlyRenderable` on picker control which allows to hide emojis that can't be rendered - Tweak `CanRender` to accept emoji with at least one valid glyph. Closes #40

For https://github.com/greenshot/greenshot/pull/358 I need to tweak a bit the picker control. The changes so far are very simple, I'm keeping the PR as draft as it's not finished yet.

It would be really cool to deploy the tool as a NuGet package on chocolatey.org or nuget.org (or both!) If you don't know much about it I can help 😄

enhancement

Tests declared like that: ```csharp [TestFixtureSource("Data")] [Parallelizable(ParallelScope.All)] public class TestFixtureSourceWithParallelizableAttribute ``` were no longer run in parallel since that change: https://github.com/nunit/nunit/commit/247ede8aab1f75a99218bcabbe1eae4692b99215 Similar to #3715 I explicitely apply `ParallelizableAttribute` to children...

Randomly the UI freezes when selecting an item after doing a search. When breaking in the code it seems to be stuck while measuring items in the `VirtualizingStackPanel`: ``` PresentationCore.dll!System.Windows.Media.Visual.GetDpi()...

WPF

Git status can return 'T' status code which stands for "typechange". I can't document more the behavior but it would have helped me a lot to see that line in...

This allows to quickly insert emojis in the editor. - Emoji editor is based on [Emoji.WPF](https://github.com/samhocevar/emoji.wpf) so a bit of interop is needed to get it working in the Winforms...

Hello @nmklotas, In my company, we've been maintaining an internal fork of NGitLab for a few years now and we finally open sourced it. => https://github.com/ubisoft/NGitLab and it's now the...

Add `MergeRequestsCount` property on the `Issue` response (see https://docs.gitlab.com/ee/api/issues.html#list-issues ).

### Environment Sentry.io / NuGet package 3.12.0 / .NET 6.0 ### Steps to Reproduce 1. Create a sample project with ```csharp using (SentrySdk.Init(o => { o.Dsn = ""; o.AutoSessionTracking =...

bug
Impact: Small
Effort: Small
Platform: .NET