Nicolas Musset

Results 53 issues of Nicolas Musset

According to [Clojure.sublime-syntax](https://github.com/sublimehq/Packages/blob/master/Clojure/Clojure.sublime-syntax), 3 file extensions are supported: `clj`, `cljc` and `edn`. However, it looks like only `clj` is recognized by syntect. ```rust let ss = SyntaxSet::load_defaults_newlines(); if let Some(clj)...

Sometimes pull-requests contain unecessary changes (e.g #147). It could be a good idea to help contributors what is expected of them by adding a clear contribution guidelines document. I always...

enhancement
PR Welcome!

`Markdig` supports (Unicode) Emojis through an extension (see https://github.com/lunet-io/markdig/tree/master/src/Markdig/Extensions/Emoji) - [ ] Ensure we can also do it properly in WPF. - [ ] (Bonus) Add a unit test with...

enhancement
task

When an extension to the pipeline is not selected, the corresponding renderers should not be included. Additional styles should also live separately from the common styles. So for example `TaskList`...

enhancement
task
up for grab

Following #2155, we use other kind of annotations for instance for serialization. Some annotations have the same name as ones existing in the .NET standard libraries (such as `[DataContract]`) which...

enhancement
Epic
work-estimate-XL
priority-Low

**Is your feature request related to a problem? Please describe.** Currently the nullable feature is not enabled on most projects. Instead we have some old custom attributes (such as `[NoNull]`)...

enhancement
Epic
work-estimate-XL
priority-Low

# PR Details ## Description Skip looking for asset compilers in an assembly if its types can't be loaded. ## Related Issue Fixes #2140. ## Motivation and Context ## Types...

bug
area-Build

# PR Details This PR contains the initial work on a new cross-platform editor using [Avalonia](https://github.com/AvaloniaUI/Avalonia) for the UI framework. ## Description In order to keep the changes separate from...

# PR Details Update some packages dependencies. ## Description [Avalonia.Diagnostics 11.0.x](https://www.nuget.org/packages/Avalonia.Diagnostics/11.0.4#dependencies-body-tab) depends on that minimum version. Note that the same package version was already referenced in `Stride.Core.CompilerServices` (commit 9f96ca3f99800d1468339e9dc2f497321d8dfb48), but...

Remove support for out-of-support (i.e. obsolete) runtimes: - .NET Framework 4.5.2 reached end-of-life on January 10th 2023 - upgrade to .NET Framework 4.6.2 - .NET Core 3.1 reached end-of-life on...