Christian Zommerfelds

Results 22 comments of Christian Zommerfelds

Had the same issue today in vscode when working on macros. Restarting the language server fixed the issue, so can't repro anymore.

I was having the same problem. Lacking a better methodology, I manually went through all dependencies installed by the main packages in @thisredone's Dockerfile, and removed them by hand one...

Is there a workaround for this? I don't need any styling, but just calling `showShortBottom` is making my app crash once I touch on the screen after a toast. `E...

Maybe we can go with https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin/pull/140 first before this PR is ready?

See also https://github.com/EddyVerbruggen/Toast-PhoneGap-Plugin/issues/136 It seems Android 11 doesn't support custom toasts.

This may be related https://github.com/eventOneHQ/apkup/issues/49

I started ignoring ocasional failures since the test is rather flaky. I'm not 100% sure if the problem is still around. I'll post here if I get another failed test.

I had the problem again. Instead of fixing the root cause which I couldn't find I made my screenshot comparison less strict: ``` def image_compare(image_1, image_2): arr1 = np.array(image_1, np.int16)...

I just hit the same issue. I haven't looked into how either library is implemented, but if you say that Bluebird removes parts of the stack trace, would it be...

My 2 cents: I agree with @Gama11, I don't think I ever wanted it to become fillLine. I prefer slightly longer files that are easier to visually parse and are...