Leandro López

Results 49 comments of Leandro López

This is really odd, because the generator uses the current time and set the expiration to an hour later 🤔 I could understand a difference in seconds or even minutes,...

It seems gopher.rocks is responding with a 502, this is the result of the search request: ``` HTTP/2.0 502 Bad Gateway Content-Length: 16 Content-Type: text/plain; charset=utf-8 Date: Mon, 25 Sep...

@Dentrax I believe that what you're trying to achieve is what [`tea.Every`](https://pkg.go.dev/github.com/charmbracelet/bubbletea#Every) gives, and not `Tick`. Note that even the documentation says it only runs once: > Beginners' note: Tick...

I've found the https://github.com/cogcmd organization to hold a number of repositories that can be installed as bundles, and they seem official in many ways (e.g. the https://github.com/cogcmd/github bundle has @imbriaco...

``` === RUN TestAccTeam_basic --- PASS: TestAccTeam_basic (8.93s) PASS ok github.com/grafana/terraform-provider-grafana/grafana 8.945s ``` We're good to go! Thanks.

Thank you @coventry for the report. Yes, accessing private repos isn't available at the moment. I'll see to add this in a future release.

Sorry for the delay. Thank you for the interest in this little project. I'd definitely advocate using `gh.el` instead of this one. Not only is deprecated but was also more...

When I first created this repo my idea was to learn more about Emacs programming, particularly modes. The reason why I didn't use the `gh` was because I wanted to...

This is also happening for us, we were using 0.19.9 and recently upgraded to 0.24.2.

@carsonmcdonald has done an amazing work and already provided NPN TLS support to EventMachine, you might like to try using his branch until the guys at @eventmachine merge his changes:...