deelawn

Results 38 comments of deelawn

Nice catch. Fixed this one here: https://github.com/gnolang/gno/pull/2731/commits/69407141daef506c258b9087481ce195fb6678c2

> another one out of scope too: 😆 > > ```go > package main > > type MyInt int > > func main() { > > _ = &MyInt >...

We have this issue as well to do part of this #2253

Putting this here for reference. Here are the attempts to fix this that have not been merged: #1768, #1585, https://github.com/deelawn/gno/pull/3 This is the one currently in progress: https://github.com/gnolang/gno/pull/1780

@leohhhn so the flow to reproduce is just add a post and then call `ModRemovePost`? I tried this and wasn't able to reproduce the issue. I did this running gnodev...

This PR is the WIP for a both a github oracle realm and package to integrate generalized oracle functionality into realms. Wi need to clean it up a bit before...

> The tutorial is almost done. > > @zivkovicmilos I have two questions: > > 1. I would like this tutorial to live in the Gno Tooling section, either under...

I'll take a stab at solving the first issue listed here > 1. Crashing VM due to out-of-memory error by allocating a huge slice: