Ludovico Russo

Results 21 issues of Ludovico Russo

This is a trial to fix the case described here: https://github.com/nats-io/nats.go/discussions/965 Not sure how to reproduce the issue, I'll try later to create a kind environment for testing! /cc @wallyqs

Hi, I'm try to understand if there is a way to define a Route on a Resource equivalent to a filtered query. Here is an example: I've a reource `ExampleResource`...

Hi, when i generate from this proto definition ```protobuf message M1 { int32 number = 1; M2 message = 2; } message M2 { string name = 1; } ```...

This PR solves #24 If you are ok with my proposal I can updates internal code and example to use the new function

I'm not a fun of using panic inside a client library, this could lead to unexpected crashes of code using the library. https://github.com/VirusTotal/vt-go/blob/e010bf48aaee07eedebfa842258f1f6d1ec3bdd8/vt.go#L74-L79 What about creating a new method like...

🚨 **IMPORTANT: Please do not create a Pull Request without creating an issue first.** _Any change needs to be discussed before proceeding. Failure to do so may result in the...

If I try to create or update a TPC with a non existing minor version of kubernetes, the CRD API call succede but the tcp remain in an provisioning state....

needs-discussion

Put flask-nav element to the right of the navbar. Here is an example: ```python @nav.navigation() def main_nav(): navbar = Navbar('Blog') navbar.items.append(View('Home', 'main.index')) if current_user.is_authenticated: usergrp = [] usergrp.append(current_user.email) if current_user.has_role('admin'):...

- **chore: generate protobuf with connect** - **feat: refactor to buf connect** - **fix: linter config** **What this PR does / why we need it**: **Which issue(s) this PR fixes**...