Pascal Pixel

Results 19 comments of Pascal Pixel

I am experiencing this issue also... any fix yet?

@marjisound's `npm i terser-webpack-plugin && npm remove terser-webpack-plugin` fixed it for us ๐Ÿ‘

Aside from what @CCF100 said, I also had to update `NSExtension > NSExtensionAttributes > WKAppBundleIdentifier` in the WatchKit Extension's Info.plist

@hadeeb please fix these types, it just has to tell us that it returns a JSX.Element, at the moment it says it returns `{}`. ๐Ÿ™

I ended up using the standard select2 theme, and then reverse applying some bootstrap variables ```scss .select2-selection--multiple { @extend .form-control, .p-1; } .select2-container--default .select2-selection--multiple .select2-selection__choice { color: white; background-color: theme-color("secondary");...

@Axadiw could you have a look at releasing this? It's very nice not to have to restart whatever game can't handle reconnection at the moment.

@ozitvogel try to give it a shot with a PR anyway? ๐Ÿคž

The documentation shows how to add a marker in the first doc. It then proceeds to explain all other things through the use the more complex layers. Please add `marker.on()`...

@anonrig I'm having the same problem and copy-pasting the source code over doesn't fix it, can you make a PR for me?

In case anyone is interested, there is movement towards Manifest v3; https://github.com/electron/electron/pull/39395