Ramon Brullo

Results 12 issues of Ramon Brullo

## Feature request #### Feature category Website: improve the way to browse or discover packages. #### What problem does this feature solve? ![image](https://user-images.githubusercontent.com/31240807/189495320-b8b94c9a-4438-4fb5-9656-d4d22d9c947c.png) As you can see in this example...

Let's say I have the following result: ```ts const result: Result = someOperation(); ``` and I want to chain like this: ```ts // Assuming ErrorA and ErrorB are structurally different....

While working on more complex packument resolving logic, I came upon an open question, that I would like to open to discussion. That is concerning, which errors/infos should be printed...

The auto-generated portions of the Readme, namely the contributors section, contains deprecated HTML elements. The resulting warnings were suppressed in a PR (#108), but since the HTML code is regenerated...

Hey there. I've looked the documentation up and wanted to ask if the following is possible: I want to install **Package A** from a private GitLab registry. I have setup...

enhancement

Currently most functions in the project use `Result` based return types. When I started to implement this I was of the opinion that all functions should use the `Result` based...

This PR will refactor the dependency fetching logic and also change the output format as discussed in #366.

BREAKING CHANGE: As part of ac31f01cced0acc1994e3a8d16f3be103b10afe1 global options which are only relevant to some commands have been moved to those specific commands. This left some users confused, because this was...

The guide for setting up [dynamic linking in VS Code](https://bevy-cheatbook.github.io/setup/editor/vscode.html#cargo_manifest_dir) states that the following env var should be set: ```json "LD_LIBRARY_PATH": "${workspaceFolder}/target/debug/deps:${env:HOME}/.rustup/toolchains/stable-x86_64-unknown-linux-gnu/lib" ``` In my case the path actually needed...

Currently when I install a package into a Unity 6000 project, I get the warning ```sh WARN editor.version 6000.0.26f1 is unknown, the editor version check is disabled ``` The package...

enhancement
good first issue