Anders Steiner
Anders Steiner
@wcurrie yeah this was the far best decoder out there. Do you have any instructions on how to run in locally? Unfotunately it does not use spring boot =( Any...
Type `npm link` in the root folder of the project to install it locally
@davestewart sorry for the late response. been super busy. > You say you're running the script from another folder. Can you give some more context as to where everything is...
please add support for this! A real pain on laptops screens to have 3 columns shown [before | after | files changed] files changed => codestream tool window this makes...
Another point here to support this is because this is how github shows PR diffs and that is what people are used to when switching to code stream and merging...
@manueliglesias can any maintainer please look into this? `aws-appsync` dependency uses `"@react-native-community/async-storage": "^1.11.0"` while `@aws-amplify/core` dependency uses `@react-native-async-storage/async-storage` Getting the following error since I am forced to use `@react-native-community/async-storage` because...
> You can try adding > > ``` > "resolutions": { > "aws-appsync/@react-native-community/async-storage": "npm:@react-native-async-storage/async-storage@^1.15.6", > "aws-appsync/@redux-offline": "npm:@redux-offline/[email protected]" > } > ``` > > to your `package.json` then `rm -rf node_modules/`...
Can someone from AWS at least please comment? AppSync is a paid service. Tell us why we should use it if you just keep ignoring bugs like this? Upgrading react...
@jamesaucode superthanks! However there is actually another similar breaking dependency update needed. If you guys fix this too my hope for the future of development will come back 😂 There...
This is cause crypto is a core node module which is not available in react native.