Dean Levinson

Results 12 issues of Dean Levinson

`cordova-plugin-whitelist` has been deprecated and integrated into Cordova Android 10, and it is therefore no longer necessary to validate its existence. https://github.com/apache/cordova-plugin-whitelist#deprecation-notice

This allows you to scale the font size with the size of the chart, like so: ``` fontSize: ({ chart }) => { const { bottom, left, right, top }...

Are there any plans to support [ember-template-imports](https://github.com/ember-template-imports/ember-template-imports)? We were planning to switch our new components over to that but unfortunately it appears ember-css-modules is incompatible. The outputted HTML simply includes...

Fixes https://github.com/ember-cli/ember-cli/issues/10442

Due to this check: https://github.com/glimmerjs/glimmer-vm/blob/10eae7429b702b1e7f5434b91802d5767ff7ad9a/packages/%40glimmer/util/lib/simple-cast.ts#L85 while appending an element [like this](https://developer.chrome.com/docs/web-platform/document-picture-in-picture#open_a_picture-in-picture_window) and then updating a tracked variable it relies on. Wondering why that check exists in the first place, and...

In the Apollo settings you can choose what app to open Tweets in but this has been broken since Twitter's URL changed to x.com. Not sure if stuff like that...

Ever since we adopted Glint a couple of years ago we have dealt with the VS Code extension crashing due to running of memory. Is there an easy way to...

Closes https://github.com/VLprojects/mediasoup-client-swift/issues/33, https://github.com/VLprojects/mediasoup-client-swift/issues/28 and https://github.com/VLprojects/mediasoup-client-swift/issues/35 The official Google WebRTC SDK does not have support for tvOS so I have switched over to the m125 release of https://github.com/webrtc-sdk/webrtc and updated the...

Now that the WebRTC SDK has tvOS support https://github.com/webrtc-sdk/webrtc/pull/139 How hard would it be to adapt this lib to work on tvOS?

## Is your feature request related to a problem? Please describe. A common mistake made in our Rails codebase is: ``` ActiveRecord::Base.transaction do # create a few records rescue StandardError...