Jacob Lauritzen
Jacob Lauritzen
We've done something like that in https://github.com/FirmNav/jest-code-coverage-commenter/blob/master/src/code-coverage.ts which may work for inspiration
Great suggestion. Would be great to have a way of declaring custom enums regardless of actual implementation like a @typedef for enums. That would also enable one to do the...
This also applies to `node:webpack`. We have an app that uses `type-graphql` and also has `pg` installed to use postgres, but Nx isn't able to infer the usage and I...
Great work, @Moreno97 👍 Hope to see this merged soon and `0.11.0` released.
I am getting the following error quite often, though. Don't know if I'm missing something? ```bash * What went wrong: Execution failed for task ':app:installRelease'. > com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: Failed to...
Great! Yes, my `release` and `debug` versions are two different apps so I can tell the difference 😄
I think you have to use `RNFetchBlob.dirs.DocumentDir`
@lll000111 any chance you could merge this? I know @wkh237 is inactive, could you take over or maintain a fork?
@lll000111 thanks for the quick reply! Completely understandable. That's probably what I'll end up doing, I was just hoping to see the library maintained.
Any update on this?