Ryan Linton
Ryan Linton
Adds support for configurable alternate unique identifiers e.g. username or mobile_phone. Could be extended to remove dependency on email field if desired.
The current editor doesn't allow editing source which can be quite a hassle. I suggests we switch to using Trumbowyg which has been working well for us in some other...
Hi! I'm working on adding React Native Windows support to the React Native target. So far I've ported react-native-view-shot to Windows and updated the target code the best I can...
I've noticed we have a bunch of projects using the latest bourbon and neat. That's great but if we're on the latest we need to include postcss for autoprefixing.
I think it would be reasonable to include Thesis in the template. It seems to me the only use cases where Thesis would be inappropriate would be a pure JSON...
There are a few options out there for performance monitoring in Elixir: https://appsignal.com/elixir/ https://pryin.io/ We should support monitoring in mithril. How should that look though? Should we just have another...
There's been some confusion because the examples don't include this. Could tie in with #35.
## Summary: I've noticed that a lot of RN projects have something along the lines of the following in them: ```ts export const isAndroid = Platform.OS === 'android' export const...