Grégoire Geis

Results 34 issues of Grégoire Geis

This sample isn't very useful, but does bring some nice features.

enhancement
docs

The `Cometary.IL` sample brings the ability to print any IL code, and modify an assembly through `Mono.Cecil`. These features are not vital, but still extremely useful.

enhancement
extension

The point of the `CleanUpVisitor` is to remove every single dependency to Cometary. That means namespaces, classes, attributes, metadata references, etc. It currently only removes usings that start with `Cometary`,...

bug
enhancement
feature

It's currently rather hard to do anything with Cometary without making many huge methods. For example, removing an attribute or keyword isn't a very satisfying experience. Many helpers will be...

enhancement
feature

More tests need to be added, especially for edge cases. Generics haven't been tested, and many features aren't even used in the tests yet. Also, it would be nice to...

enhancement
tests

The safety checks ensure that types are part of the same inheritance, but interfaces aren't checked, leading to the following exception. This has to be fixed. ``` Expected parameters 'System.IO.Stream...

bug

I often multitask on my Galaxy phone, but I don't like the default One UI-way of picking apps from the side launcher and then dropping them for split screen. Ideally,...

### Is your feature request related to a problem? I would like to add events from a calendar to Niagara; unfortunately, that calendar comes from Google and also contains automatically-created...

awaiting-response
in review

Does this issue occur when all extensions are disabled?: Yes - VS Code Version: 1.74.2 - OS Version: Windows 11 Steps to Reproduce (on Windows): 1. Have an `npm` task...

bug
tasks

This change makes the esbuild plugin emit source maps inline (if enabled). esbuild can recognize inline source maps and uses them for the rest of the build. `build.initialOptions.sourcemap` can have...