Jeff Pihach
Jeff Pihach
After running `sudo snap install charm`, the first time you run `charm` it appears to hang for a considerable amount of time. Subsequent runs do not have this delay. I...
In the UI for jaas.ai we display a link to the latest revision in the active channel (stable) if you're viewing an old revision. This is determined by us requesting...
This request takes about 160ms because I only have a few bundles and charms. https://api.jujucharms.com/charmstore/v5/list?owner=hatch However this one takes over 3s and they have about 40 charms and bundles. https://api.jujucharms.com/charmstore/v5/list?owner=openstack-charmers-next...
The request in question: https://api.jujucharms.com/charmstore/v4/trusty/mariadb/meta/any?include=bundle-metadata&include=charm-metadata&include=charm-config&include=manifest&include=stats&include=charm-related&include=extra-info&include=tags Takes almost 14s to respond and is ~200kb
When a user is logged into the charmstore in the gui then logs out we open up a new tab directed to the charmstore /logout endpoint to clear any cookies....
https://github.com/plotly/notebook-to-app/actions/runs/8974757424/job/24647808759#step:9:1283 We've reverted to 2.16.1 for the time being.
It would be nice if the Modal didn't require a title when you want to use it to display something like an image.
If you type in a custom input value then refresh the page the pill has a prefix `CUSTOM` vs no prefix when initially entered.  After implementing the above it would be easier to test if we could select rows based on some criteria, a `data-test` prop so that...