Manuel Mazzuola
Manuel Mazzuola
The components' CSS should be added to the HTML that the server renders otherwise the user view an unstyled version of the app, very awful :D
Seems that universal support is broken ``` warning.js:44 Warning: React attempted to reuse markup in a container but the checksum was invalid. This generally means that you are using server...
For dynamic modals the return type is a Promise The returned typescript type is void https://github.com/vue-final/vue-final-modal/blob/fc0b938838710cac475f1de6587175c74c41722c/types/index.d.ts#L72
- There is no direct way to disable some named style in the state down the chain - Named styles construct is too bulky - What if we could advance...
The quota-set api is not fully implemented (https://github.com/ContainX/openstack4j/blob/a3558400c9fb1c1ff231864e2548321e8c91ee1c/core/src/main/java/org/openstack4j/openstack/storage/block/domain/CinderBlockQuotaSet.java) I need to limit the gigabytes per volume type. api reference: https://docs.openstack.org/api-ref/block-storage/v3/index.html?expanded=freeze-a-cinder-backend-host-detail,thaw-a-cinder-backend-host-detail,update-quotas-for-a-project-detail#quota-sets-extension-os-quota-sets
I've met a problem when I try to retrieve the project limits by calling `client.compute().quotaSets().limits()`. The exception I get is `MismatchedInputException: Root name 'links' does not match expected ('limits') for...
Creating an any to any firewall rule leads to the following error: ``` File "/home/originof/.local/share/virtualenvs/deployer-pyvcloud-3MfCQHxU/lib/python3.7/site-packages/pyvcloud/vcd/firewall_rule.py", line 87, in edit FirewallRule.__SOURCE) File "/home/originof/.local/share/virtualenvs/deployer-pyvcloud-3MfCQHxU/lib/python3.7/site-packages/pyvcloud/vcd/firewall_rule.py", line 157, in _populate_objects_info object_type = values_arr[1] IndexError:...
I cannot filter user roles after vcloud upgrade from `9.7` to `10.1.2`. The following snippet does work on vcloud `9.7`, it doesn't on vcloud `10.1.2`. I'm using pyvcloud `22.0.1` and...
Once configured an organization with a custom or system LDAP, is it possible to import users/groups via API?
Hello, I had a lot of troubles to run together `fluxxor` `react-router 1.x` and `ES6` This is my solution, hoping will help someone. With the new react router the `Handler`...