rostamiani
rostamiani
When using Bootstrap invalid fields are green instead of red. The problem is that the "ng-invalid" class is added to the field but ":valid" is still applied. This is the...
Pressure detection is not working using FIrefox 75 I just tested official example page with Firefox 75 + Genius i405X tablet in Windows 10. It runs as polyfill.
When using *dom.watch()* icon, sizing and *fa-fw* does not apply. This is my main.js: ``` javascript import { dom } from "@fortawesome/fontawesome-svg-core"; import { library } from "@fortawesome/fontawesome-svg-core"; import {...
The value of selected items is empty when a parent node is selected. When the parent is decoupled, it should be independent in any way. For example in [this page](https://leovo2708.github.io/ngx-treeview/#/components)...
I have several modules and want to commit `chat` module from one on actions of the `user` module. **The problem:** i cannot use rootCommit. There is no Type error but...
I'm trying to pass interface to createMock using a generic parameter and it raises a weird error on a weird place! For example this is my test: ```ts describe('Channel Service',...
I cannot disable uploadOnSave. The file always get uploaded after saving. This is the configuration: { "remotePath": "/public_html/charge/", "host": "ftp.clicktocall.net", "username": "profilet", "password": "7o4Yv4iVo2", "port": 21, "secure": false, "protocol": "ftp",...
I have a component that uses vue-i18n and works as a normal vue component. When creating web component I had `TypeError: this is undefined` error with typescript, then created the...
I don't know WSDL but there is an ArrayOfstring fields that generates `string` instead of `string[]`. Isn't it wrong? ```xml ... ``` And this is the generated field: ```ts /**...
It seems that this node fills 1,8GB of vRam on ComfyUI even when it's not in use. I didn't know the issue and I had to disable custom nodes one...