iTrooz

Results 306 comments of iTrooz

@nao1215 Hey I saw your recent comments that you were busy working on other projects. Just a heads-up that I'm ready to step up and become a maintainer of this...

> or for projects to have their own Recent Projects in the file menu. This is already a feature. But maybe you didn't notice it yet because of https://github.com/WerWolv/ImHex/pull/2492

For those wondering, you can also apply `#[serde(default = "default_addr")]` on individual fields of the struct

@netadr I'd be open to help testing it/developing it, but I don't have time to fully dive in the codebase myself rn

It is unfortunately not feasible for me to review everything properly, but it seems good We can ship the proposed translation as-is, and wait for users to potentially point out...

Another case where this could be useful: github CLI: https://github.com/cli/cli/blob/1a102edb52153bd90a3d339af4686d8d1af84bbf/pkg/cmd/root/root.go#L123-L139 Their package names (e.g. `versionCmd`) do not satisfy ST1003, but they still seem like a good choice in this case

I found a workaround with golangci-lint by adding this to the configuration: ```yml issues: exclude: - "should not use MixedCaps in package name" ``` I wonder if there is a...

Would you accept a PR for this ? Or will the current bin/manage_users tool be fully replaced by https://github.com/hedgedoc/hedgedoc/issues/1003 when done ?

Ok ! Thanks for your work