n9
n9
### Is your feature request related to a problem? OpenSearchClient does not support a [Wildcard field type](https://opensearch.org/docs/latest/field-types/supported-field-types/wildcard/). ### What solution would you like? Add support for this field type. ###...
Common parts from ReadablePropertiesTypeInspector and WritablePropertiesTypeInspector are extracted to PropertiesTypeInspector and more changes to support #984: - virtual method PropertiesTypeInspector.CreateProperty - public property ReflectionPropertyDescriptor.PropertyInfo
### Description `Imaging.CreateBitmapSourceFromHIcon`, when called with `BitmapSizeOptions.FromHeight(16)`, throws ArgumentException: Value does not fall within the expected range. ### Reproduction Steps ```C# // just create a hIcon var hIcon = new...
WPF uses the `ValueChangedEventManager` to track .NET objects that do not implement the `INotifyPropertyChanged` interface. There is already an issue to add a runtime switch option to disable the `ValueChangedEventManager`...
I am trying to build dosemu2 on Debian 12 i386 (following [the instructions](https://github.com/dosemu2/dosemu2/wiki/Building-packages-for-Debian)). The build fails: ``` $ make deb debuild -i -us -uc -b dpkg-buildpackage -us -uc -ui -i...
PL/SQL atom currently allows `subquery` to be followed by `subquery_operation_part` after `)`: https://github.com/antlr/grammars-v4/blob/3f8074f7730c272ddfd2d77df0ae83b46422fd98/sql/plsql/PlSqlParser.g4#L6509 Is this correct? If so, where is it documented? This "addition" comes from this commit: https://github.com/porcelli/plsql-parser/commit/1b9a348df07c05cbb4927b928b7b0d522e19e5e1. And...
**Is your feature request related to a problem? Please describe.** It is related to https://github.com/aaubry/YamlDotNet/issues/637. That issue was solved by changing the format from `G17` to `G` in https://github.com/aaubry/YamlDotNet/pull/695. But,...
**_Bug report_** - [x] I've checked documentation and searched for existing issues [and discussions](https://github.com/mobxjs/mobx-state-tree/discussions) - [x] I've made sure my project is based on the latest MST version - [x]...
### Suggestion The documentation for `useServerData` is currently empty. @manucorporat mentions in https://github.com/QwikDev/qwik/issues/4506#issuecomment-1597801559: > it's a very low level API, that most developers should never have to use Should it...