Nico

Results 12 comments of Nico

So, error message suggests you to install package 'python-gtk2' did you run `sudo apt install python-gtk2`?

Thank you so much for your effort, hope this will be merged. One question though: what about snapshots? It seems that /src/snapshot.py creates the snapshots folder next to itself in...

Would also be nice to add `BorderFocusColor` default value to styles.go, and use it in `NewBox` definition, so that it can be set for every primitive. if @icechen128 is no...

Actually, I can't get it working in gin. Auth middleware receives context.Context, which cannot be changed, and it can't be cast to gin.Context

@marianozunino Thankfully, yes Package gin-middleware contains value GinContextKey. ``` import ( ... gmw "github.com/deepmap/oapi-codegen/pkg/gin-middleware" ) func SomeHandler(ctx context.Context) error { ginCtx, ok := ctx.Value(gmw.GinContextKey).(*gin.Context) if !ok { return fmt.Errorf("couldn't get...

An example of how this looks with a *real* theme:

> I'm not sure we need to, can you elaborate on this? I've realized that forcing SHA-512 is viable. It won't work only if someone needs to create the User...

I've added unit and system tests, updated the documentation, regenerated the asciidoc and the CRD. Also the branch was rebased on top of main, to simplify the commit history.

Hi, @Zerpet, sorry to bother you. Could you please restart the CI workflow, there was a timeout starting the cluster operator, seems like a one-off issue.

I'm not sure whether this will be considered a separate issue, so I'll comment here. The same behavior is noticeable in the `transaction` view. We've noticed that, when the API...