Daniel Latimer

Results 10 comments of Daniel Latimer

I would love this too. For now as I don't need an exact orthogonal range (I'm only using this to reduce the set of items I need to process for...

After beating my head against the same problem I see the issue. The project uses AVAudioSessionCategoryPlayAndRecord which is controlled by the silent switch to either play or not play. What...

I just spent a week reading source code and making assumptions to try to work with the new google maps library due to lack of documentation. Thought I'd post a...

This is an issue for my company too, when changing from normal ember `{{input}}` it can cause issues to no longer be able to use DDAU. Especially for us where...

Could you point me to where in the code you're using `on-change` and `on-click`. I don't see it.

Manually editing dependencies downloaded into the node_modules folder isn't a great solution. It's not going to work with my CI/CD workflow :( I'm going to keep looking for a work...

@NathanaelA here's a repo that reproduces the error, just check out the repo, you can use the latest nativescript cli (currently 8.2.3) and run `ns debug android` https://github.com/DanLatimer/nativescript-permissions-error To create...

To flesh out @geoffbullen's answer, I got his code working by replacing ImageSourceFromData which doesn't seem to be a function I can find like so: ``` const imageData: any =...

Interesting, I'll try that. I'd love to avoid the observer. Thanks!

As you suspected it didn't trigger the lifecycle method :(