-
I'm working on using ExecuteAsync and I see in the logs that I'm getting an error, in my case a 409 conflict error, but its not coming back in any of the responses. I may be using it wrong but i think…
-
# Bug
When svg view is placed over other elements, touch events on it behave differently for ios and android. On ios it goes through to the underlying element, which is very useful. On android it d…
-
When trying to copy/cut code from codeblock widgets the paste is empty.
Steps to reproduce the behavior.
1. Go to https://demo.decapcms.org/#/collections/posts/entries/2024-03-14-post-number-20…
-
I'm not sure if it is an issue with the addon or with bugsnag-js itself, but when I'm in my development environment bugsnag swallows my errors and I can't see them in the Chrome Inspector. Any ideas o…
-
When setting an invalid Xmp key name with a unicode character like this...
`xmpData["Xmp.xmp.Rating↕"] = 69;`
No exception is thrown at the above line, but the subsequent `image->writeMetadata();` i…
-
What happens is when, in my test case, I put this:
```
httpBackend.expectGET('SOME-URL').respond(someResponse);
httpBackend.expectGET('ANOTHER-URL').respond(anotherResponse);
```
... and the order i…
-
I would like to have a whitelist mode for the window swallowing filter. My use case is that I only want window swallowing in a few applications so it would be easier to maintain a small whitelist than…
-
I was testing with a new AWS key pair and I kept getting an empty list back with the list command. I finally figured out I had fat fingered the secret key. Once fixed, I got the list of stacks back.
…
ghost updated
8 years ago
-
As discussed in micro-manager/pymmcore#90 there seems to be unexpected behaviour in `waitForConfig()`, where errors are logged but ignored:
```c++
void CMMCore::waitForConfig(const char* group, co…
-
There are 2 (IMO) deficiencies with the current window swallowing behavior:
1) When you swallow a window, upon closing the window that swallows it, focus is not restored to the swallowed window - …