Constantin Piber

Results 23 comments of Constantin Piber

Sorry, forgot I still had this open. You need to add `coverage-comment: false`. Not sure why it worked without for me before, but this is probably the action searching for...

I found a similar problem on Ubuntu 18.04... ![Screenshot_2021-06-03_21-50-34](https://user-images.githubusercontent.com/59023762/120759246-21f9c680-c513-11eb-9e91-e98dd4e9e726.png) 3GB of memory

You need to pass in a valid validator, e.g. `ow.array.ofType(ow.string)`. It would be helpful to see your implementation of the callback if that isn't to your needs.

I have added something to help with this in #224. The problem why we can't simply write `asserts value is T` instead of `void` here is the same why the...

@afoxie I think you're looking at the wrong docs, if you start from https://discord.com/developers/docs/topics/rpc#setactivity (what is used internally), you land at https://discord.com/developers/docs/topics/gateway#activity-object-activity-types, which doesn't have this restriction.

It seems configurable mouse events have been added, any chance of 1) visual buttons (main request of this issue) 2) a mouse action that always displays the context menu (like...

Related: I think it would be nice to use source maps in general, I use a build step and addons-linter doesn't pick up on this

Note: A breaking change in `whatwg-url` caused a breaking change in `jsdom` as well, before TextEncode and TextDecoder were polyfilled from `util`, they aren't anymore now. Still works in 16.7.0.

I also use Node 14.7.5. Here is a minimal example: https://github.com/cpiber/jest-demo I can use jsdom just fine in normal code and in jest with test environment node, but in jest...

@brendonco It works for me to add the former to my setup file, linked via the `setupFiles` setting