Bruno Meneguele

Results 71 comments of Bruno Meneguele

Hi @temp ! Thanks for the contribution! And don't worry about your Go-fu level :)) I'll check the feature pretty soon (this week) and give you a feedback.

I'm currently facing somewhat the same issue: some time ago I created my MetaCPAN user but I didn't have a PAUSE account at the time, few hours ago I got...

Ah, ok.. found something: entering in `MetaCPAN > "user image" > Identities` lead me to these options: ![image](https://github.com/metacpan/metacpan-web/assets/453611/be652510-c7be-4e53-9701-3a50fa5a625d) But, if I click to connect PAUSE it redirects me to the...

Ahh.. ok, cookies were messing things up for sure. I disconnected my MetaCPAN user connected to PAUSE ID from PAUSE, logged in with my GitHub/Google account in a browser private...

@prarit, the code rearrangement seems odd. Only `func init()` is left as the final function, the command creation has been the first bit after lib imports and global var declaration,...

I can confirm I'm seeing this behavior when using prepared requests and `sessions.send()`, being forced to set `session.verify = os.environ['REQUESTS_CA_BUNDLE']` before `send()`.

> Also pasted the contents to https://l.perl.bot/ You pasted the direct link to the perlbot instead of your pasted content :P Can you try it again? The coc-perl.log file worked...

> Perhaps this one helps: https://l.perl.bot/p/leamif ? Yes!! This data! :-D @bukephalos, I should've explained better, sorry. It's indeed the content I was expecting :) Also, to avoid the Perl...

Things are really odd. > is it possible that the whole call is ignored for whatever reason when logging is enabled??? No, the logging has no effect on the results...

> After all the syntax check works and it also has to call run, doesn't it? :facepalm: Yeap, you're right. I would even ask if you don't have anything in...