Hariom Verma
Hariom Verma
Hey, I would like to work on this.
> I've tentatively mentioned the difficulty as "Medium" for the "Unify ref-filter" idea too. Hope that's fine. cc @chriscool @harry-hov Yep. It's "Medium". I'm not sure how to calculate "Expected...
@override void dispose() { _videoPlayerController.dispose(); _chewieController.dispose(); _animationController.dispose(); super.dispose(); }
> If we want to keep following semver, we have to change the first module release to v0.1.0: > > https://semver.org/spec/v2.0.0.html#how-should-i-deal-with-revisions-in-the-0yz-initial-development-phase I agree. changed it to `v0.1.0` 🙌 Thanks @ajnavarro
Initially, I envisioned this PR to serve as a proof of concept for versioning. I marked it as ready for review to draw attention to this topic and to receive...
> @harry-hov is this a breaking change? Trying to determine whether we can do this feature post test4 launch. @Kouteki Yes it's a breaking change. It changes how you publish...
Maybe consider adding `unicode/utf16` to the whitelist https://github.com/gnolang/gno/blob/6fb3317436a9d15eac460fd0cb68cfef091f4f1a/gnovm/pkg/gnolang/precompile.go#L31-L63
> Most of the parsing code was referenced from the [jasonparser](https://github.com/buger/jsonparser) package. Since most of the logic is taken from the [buger/jasonparser](https://github.com/buger/jsonparser). Please make sure the MIT License from original...
> @harry-hov do you think the same behavior should be applied for `gno test` ? That could help for #896. Yeah. I planned to do this in #682. But now...
> Catching up on old items in the queue. Sorry for the delay. Sorry for the delay in reply as well. > The changes LGTM though I personally think it...