Rodrigo Fernandes

Results 29 issues of Rodrigo Fernandes

Fixes #405 * Adds `lazy` option that will make initial render to only have the file list and no contents * Allows to click file names and this will render...

hacktoberfest-accepted

As described in https://github.com/rtfpessoa/diff2html-cli/issues/113 we should probably [use spawn instead of exec](https://stackoverflow.com/questions/48698234/node-js-spawn-vs-execute) and parse the input as a stream.

When using this invalid swagger guardrail generates an empty 404 response instead of failing. ```yaml swagger: "2.0" info: title: "Example API" version: "1.0.0" host: "example.com" basePath: "/api" schemes: - "http"...

bug
core

When a request has a parameter that does not have the right type, the server returns an error of type string and the client is not able to parse the...

question

Recently we started using Kamon for traces and it has been working great with very low effort. One thing has created some confusion. We have a `/health` endpoint that simply...

Try to see if it is easy to integrate electron to draw the diff instead of the browser. Check: https://github.com/dominictarr/electro

enhancement
help wanted

While querying the data in OSV I noticed that `Packagist`, `Go`, `NPM` and `Crates.io` have mostly affected ranges and no affected versions. Is there a plan to support affected versions...

I am thinking about start using [pass](https://www.passwordstore.org/) and I was wondering if it would be possible to use it with kr? If not atm do you have any ideas if...

wishlist

I started getting this errors some time ago but now krypton is not usable. I get this error everytime I pull/fetch in git or even when I am doing ssh...

Hi, I started using this library to perform oauth1 with [Bitbucket Server (previously Stash)](https://www.atlassian.com/software/bitbucket/enterprise/data-center) The code I needed was pretty much the same you have but with some slight changes...