Tais P. Hansen
Tais P. Hansen
> I know and I would like to, but sadly I don't have access to pypi so I can't update the release there, sorry. (There is a similar issue with...
@graingert and @ZyX-I are listed as maintainers on pypi.org. If one of them could spare a few minutes to help you out and by extent powerline users, that would be...
I've been able to get around the black screen by disabling the splash screens by editing the `~/.steam/steamapps/common/Hardspace Shipbreaker/config.ini` and setting `SkipSplashScreen=true`. This allowed the game to continue to the...
I've found this repo immensely useful when structuring my own and my team's projects - even our non-go projects adhere to this structure. This issue should just be closed IMO.
> I'm new to Go, really new, and this repo confuses me. When I run `go test` or `go build` I'm getting this error > ``` > can't load package:...
It would be useful with common guideline for sql init and migration files. There are too many options. :laughing:
I'm leaning towards `/db` or `/sql`. The former to avoid assuming the database is always SQL.
> Just for the fun of it i'll add another option: `/api/db`. Those sql file represent the data model for your data store and the `/api` folder, in general, is...
Is this issue also why a tlsConfig with files in a scrape class is not applied to PodMonitors? The same scrape class works with ServiceMonitors.
I may be facing a similar issue with a maven build. Since 1.22 I can only have one exporter dependency added in a build. Ie. if my `pom.xml` has ```...