Thomas Schranz
Thomas Schranz
I haven't (camera) but @sido378 & @allanberger might know if camera access is already supported in webviews
Getting the same result w/ 0.1.32: garbled response w/ hashtags on macOS with Wizard maybe something about the template? 👋 @sebastiandeutsch
I also just ran into this on a slow connection. Unable to complete the push.
I also ran into this just now, is there a way to make it work?
https://jam.systems/img/jam-app-icon-512.png
not sure if Twitter Spaces has an icon this is their Twitter account: https://twitter.com/TwitterSpaces might make sense to use a Twitter icon instead
yes, Twitter Spaces is similar to Clubhouse
What do you think of the syntax/API that clean's react wrapper exposes: (using functions for components and 'native' tags) see: https://github.com/cleandart/react-dart ``` dart div({"className": "somehing"}, [ h1({"style": {"height": "20px"}}, "Headline"),...
Some thoughts/observations on API from playing with clean's react wrapper: (sorry if they don't make sense, I'm a bit jet-lagged atm) :) 1) **Maps vs JS Objects**: It felt a...
I just saw how you expose/use streams in liquid via the component's `element` in the constructor: http://localvoid.github.io/liquid/tutorial.html