jerryseigle
jerryseigle
I like to edit the layout for sample-hellocharge to make it more simple. Is there a way to talk out the text Tender Type, and all of the other components...
building
FAILURE: Build failed with an exception. * Where: Build file 'C:\Users\mrsst\Downloads\point-of-sale-android-sdk-master\point-of-sale-sdk\build.gradle' line: 23 * What went wrong: A problem occurred evaluating project ':point-of-sale-sdk'. > Cannot run program "git": CreateProcess error=2,...
Added addresses dictionary with keys. returns the follow ```` "port": 52968, "addresses": [ "127.0.0.1", "::1", "re20::1", "192.168.1.10", "fe82::fh9c:4a3R:fed2:79e1", ], "fullName": "the real full name._tcp.", "host": "the real local name.local.", "addressesDict":...
I added a hook that supports dynamic data. Currently there is a hook called useSimpleTree which keeps everything simple. It manages the tree data and provides all of the controller...
### Initial checklist - [X] I understand this is a feature request and questions should be posted in the [Community Forum](https://community.transloadit.com/) - [X] I searched [issues](https://github.com/transloadit/uppy/issues?q=is%3Aissue) and couldn’t find anything...
In most cases, you don't need to update Uppy via state. It's better to use useMemo to ensure that Uppy is initialized only once.