nigelsim
nigelsim
I can conform that if you create a subclass in `impl/__init__.py` it will get detected via some `__init_subclass__` hooks. The exact names below might be slightly wrong, I use a...
I think that you can probably achieve the desired outcome through CSS by virtue of the way the modals are being displayed. If you add a style like: ``` .modal-open...
It does however appear that mixing `ModalService` and `ModalDirective` modals causes issues, such as, if you have them as nested modals the inner one (ModalService) will clear the `.modal-open` class...
I'm encountering the same issue. If you bump up the logging you'll find it's sending a request like this: ``` DEBUG:atlassian.rest_client:curl --silent -X POST -H 'Content-Type: application/json' -H 'Accept: application/json'...
I just used the REST API directly. It's very straight forward. [API Ref](https://developer.atlassian.com/server/bitbucket/rest/v805/api-group-pull-requests/#api-api-latest-projects-projectkey-repos-repositoryslug-pull-requests-pullrequestid-comments-post) Regarding the PR I worry that if this one is out of date, then there may be...
Thanks. At least the incorrect error message makes sense. It is still somewhat counter intuitive be in 1.4.197 (which I was upgrading from) it didn't exist, so we had to...
Can I clarify what this feature is? Is it basically viewing the ActivityPub feed for a given site? If so, excellent. My current issue is that I think my Hugo...
I believe this if fixed in #35