Joe Birch
Joe Birch
Awesome, thanks! I must have missed that. Would that be worth being added in these guidelines? Or is it enough being in the JetBrain ones alone I guess as well...
@pochadri Leak Canary is on my list of things to try out, I plan to look into it soon but feel free to create a pull request :+1:
The min SDK version is currently 21, that would be why 19 isn't supported. I plan to lower the supported version at some point when I have time :)
So within the generated `segment.ts` file, this error is shown: Adding the declaration file clears the error, but causes the following error in the generated `index.ts` I removed the declaration...
OK so after some digging, this looks like there is an issue with the types definition 🤔 Looking at DefinitelyTyped, I can see [a change was made ](https://github.com/DefinitelyTyped/DefinitelyTyped/commit/849d8328315c8d6986861a08aeb3bb3b2be7550c) to enforce...
Thanks for pointing this out, will take a look :)
hey @antonshilov :) We actually use Ktlint in our projects and have it enforced by Danger on our CI. We're currently writing up this in a blog post so will...
Sorry for the late reply on this one! Yea dispose() means that you will no longer be able to add disposables to that composite disposable, clear() means you can -...
Nice! :) Yea I planned on adding something to support this at some point this week - that looks like a good way of doing so
Hey @Dwite & @erluxman - the BufferooRemoteDataStore.kt in the data layer is not actually the implementation of the remote source, but more of an abstraction of this logic out of...