Atticus White
Atticus White
Interesting, I notice `angular-translate` [uses `append`, which is essentially the same](https://github.com/angular-translate/angular-translate/blob/cc6d122e6f34e15806d30eef6b7886172e3a31e7/src/directive/translate.js#L289-L292). From what I can tell, when the translation key [fails to be found in the resource dictionary, the `translationId`...
I would imagine so! If we look at [how the `translate` directive accesses `translateNamespace`](https://github.com/angular-translate/angular-translate/blob/7db9e45a1e33aa295e40c91b020b4c8e78a8d317/src/directive/translate.js#L136), we can see that it's [relatively simple](https://github.com/angular-translate/angular-translate/blob/7db9e45a1e33aa295e40c91b020b4c8e78a8d317/src/directive/translate.js#L340-L354). It would require isolating the `scope` on `translate-once` directives,...
`translate-once` receives values as attribute strings, so expressions will not work unless they're part of an interpolation string. Give this a try with ``` html ``` The big hint is...
Can confirm `3.4.1` resolved the issue for me as well.
@carlosperate this contribution stands out to me in that diff, https://github.com/wulkano/Kap/pull/1051 -- upgrading electron & supporting different build target architectures @codetheweb @sindresorhus can you see that impacting this behavior?
Cross referencing similar thread https://github.com/wulkano/Kap/issues/1088
Hi folks, we narrowed down some improvements in a duplicate thread https://github.com/wulkano/Kap/issues/1125#issuecomment-1168714981 It was discovered that `v3.4.1` restores the performance
If you look closely, you'll see that the buttons do appear on mine as well  This needs to be handled natively on...
AFAIK there are some issues when running React Native on Windows. I'm currently on a Mac so I can't be too helpful, but there are some issues out there on...
Since that part has already been done, I don't think I'll be making a video. However, I did _write_ a tutorial on how to construct everything - http://atticuswhite.com/blog/react-native-smart-mirror-lab/ If you've...