Christopher Wells
Christopher Wells
I have a root command with subcommands (verbs). The subcommands accept 0 .. n strings as arguments -- they're command arguments, not option arguments. var root = new RootCommand() {...
**Describe the bug** When I run an example program -- for example https://react-dnd.github.io/react-dnd/examples/sortable/simple -- with the developer tools open, I see this warning logged to the console by React >...
May I suggest you add the following to the README (because I had to look beyond the README to discover this): - There are `intValue` and `value` properties - You...
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...
### Pre-flight checklist - [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [code of conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project uses. - [X]...
I'm viewing type information in two ways: - Using `IType` from the `ICSharpCode.Decompiler` APIs - Using `Type` from `MetaDataLoadContext.LoadFromAssemblyPath(path).GetTypes()` I notice the your `IType` API is very similar to the...
New server-ex package -- experimental support for server-side rendering
I'd like to have both, an image (e.g. `svg`) and image map (e.g. `cmapx`) -- so that the resulting image can have clickable areas. Graphviz's image map is useful because...