Guilhem Fanton
Guilhem Fanton
_PS: This PR is still in draft, but I would welcome any feedback on it_ This PR has two main objectives. The first is to add a `TypeDesc` method implementation...
Add back coverage support for `txtar`, which was removed during the CI rework. This only includes `txtar` test files from `gnovm` package (not those for gnoland, I will do that...
Depends on: - #2393 This PR improves the `gnoland config get/set` and `gnoland secrets get` commands by adding a description for each subcommand dynamically based on the config tags `name`...
Following and closing #384 This PR adds a user check when adding a new package. The check is based on the first part of the realm path: `gno.land/(r|p)/`. It calls...
This PR slightly reorganizes gnoweb to maintain cleanliness due to cumulative changes in the package: - Use package.json for versioning and keep it in the tools folder. - Separate the...
STILL WIP - need testing Following: #2949 This implementation is the most advanced JSON implementation I have made so far. It tries to follow @jaekwon's specs https://github.com/gnolang/gno/pull/2949#discussion_r2043715727 while taking some...
Deprecate `-resolver` flags in favor of the latest native package loader of gnovm. Adds a new -load flag to gnodev with three loading modes to give users control over package...
This is a draft PR aimed at improving SVG handling by creating a dedicated Markdown extension. It will specifically enable the handling of links within the SVG. Unfortunately, in it's...