Ramon Brullo

Results 7 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.