Abreuvoir
Abreuvoir
I can confirm the issue on my side. Component A (`AbstractFormElementComponent`) is abstract and defines an input `readOnly`, component B (`SelectSimpleComponent`) inherits from A and overrides the input without changing...
We had the exact same use case than @JusuVh and the workaround we used to get children options inputs was to move the effect creation inside afterContentInit instead of the...
A way to get a json object containing every public api information would be great (inputs, outputs, components, public methods, default values, jsdoc comments and tags, etc). Given that we...
I don't have anything set for `gitlens.proxy.*`. `http.proxySupport` is still to its default value `override`, but I tried the other options and it doesn't change anything sadly. Here is the...
This is still an issue. Is it being looked at? Is it on vscode side? More recent log: ``` 2024-05-24 14:25:39.951 [error] FetchError: request to https://api.gitkraken.com/user failed, reason: unable to...
@akornet **Thank you**. Our execution time went back to around 1 min with this. Should this configuration be made available more cleanly through the builder ?
I have the same issue, my overrides are not working. Here's my config file: ```json { "printWidth": 80, "tabWidth": 2, "useTabs": false, "semi": true, "singleQuote": true, "quoteProps": "as-needed", "jsxSingleQuote": false,...
3.6.1 did not change anything for me
It seems I have a very similar issue (or the same ?) For example, I release a 20.0.0 and the generated changelog from the version hook script currently being created...