Daniel Hritzkiv
Daniel Hritzkiv
The same occurs here on 3.0.6. This wasn't an issue in ~~3.0.4.~~ 3.0.2 (Cocoapods) The relevant stack trace: ``` Crashed: com.apple.main-thread 0x105871868 BaseNotificationBanner.show(placeOnQueue:queuePosition:bannerPosition:) + 380 (BaseNotificationBanner.swift:380) 0x10587aa6c NotificationBannerQueue.addBanner(_:bannerPosition:queuePosition:) + 69...
As far as I can tell, this is still an issue.
After a few weeks of using this in production, I can confirm that no more crashes have occurred.
Bump. Ideally, all 4.x versions of MarqueeLabel would be allowed
Another breaking behaviour change to add to the list: Remove backwards compatibility of `json` option accepting a `body`-like value. Instead, have it only accept a boolean. So ```js if ("json"...
Another: Remove some dependencies that are overkill. Namely `xtend` and `is-function` xtend is used in one place: ```js //L39... else { params = xtend(options, {uri: uri}) } //... ``` Where...
We use sharp to convert and resize PNGs/JPEGs into bitmaps for use in a webgl context on a headless instance.
See #305
I also experience this (in the v1 branch), where my 'left' offset is 5px. This only happens at specific widths (not necessarily related to breakpoints). For example, for me this...
What might be the solution for defining `openssl_fips` in gyp when not running `npm install`? Is there a `node script.js` equivalent? Passing in --openssl_fips='' does nothing (nor did I expect...