zazos
zazos
If I annotate the super class with @JsonTypeInfo(use = JsonTypeInfo.Id.NAME, property = "test", defaultImpl = Test.class) the test property is always required in jsonschema. In my opinion should not be...
I have a situation explaned in: https://stackoverflow.com/questions/24263904/deserializing-polymorphic-types-with-jackson/55333395#55333395 Which is the way for generate schema for Foo and Bar? Now not produce a schema. example: **Deserializer** ``` public class PresentPropertyPolymorphicDeserializer extends...
# Bug report **What is the current behavior?** according with documentation https://webpack.js.org/plugins/eval-source-map-dev-tool-plugin/#options append = false the sourceURL should be not be appended instead in the dist/main.js is added sourceURL //#...
You plan to use virtualization in a MessageList component?
Hi, Could you upgrade react version in a peerDependencies? Thx
Exists some way for press ':' and go to next mask section? Example ``` const maskFormat = [ { str: '#', regexp: /[0-9]/, }, { str: '*', regexp: /[0-5]/, },...
I have this case import(`./extensions/${extension}.tsx`) in the extensions folders I have: extensions/Test.tsx extensions/subfolder/Test1.tsx the plugin consider only a files in extensions folder. Webpack instead consider also all subfolders with the...
Hi, Is it possible to have a callback when a new WindowPanel is opened with a window reference? I need to set attributes in an HTML tag in a popup...
he current peerDependencies configuration for React in this project is outdated and does not support the latest version of React (18.3.1). This is causing warnings and potential compatibility issues when...
Hi, I am experiencing a performance issue related to the getMatchedCSSRules method. During split operations, this method takes approximately 800ms to execute, causing noticeable slowdowns. In the image attached you...