Fredrik Adelöw

Results 620 comments of Fredrik Adelöw

@eperper thanks for those pointers - interesting. One thing to take into account here is convenience of copy+paste as mentioned by @Rugvip above. Having to form a custom url might...

Sorry but this is still a current issue. There's some discussion in the comments above. Having unencoded slashes in the URL makes it super problematic to parse and understand GitHub...

@FilipPyrek Yeah that's probably the most viable way forward that we have seen so far, at least. We could make sure to implement support for the alternative form _as well...

And to answer your question, we'd appreciate help with it.

Unfortunately I think it can't. The problem is that the branch part is unencoded, and there is no way to - even theoretically - be sure where the branch ends...

@alexef You register a custom rootHttpRouter service, and pass in a `configure` callback to it that adds what you want. Something along the lines of (not tested ...) ```ts backend.add(rootHttpRouterServiceFactory({...

Cross linking to https://github.com/backstage/backstage/issues/12844

Hm, I am slightly unclear on what it is that you want to do. Am I reading you correctly that you want to point many credentials at one single bucket...

Borderline feature request rather than bug - it was never properly implemented to reestablish a connection pool when credentials changed :) I put a help wanted label on it for...

@jgrumboe Note how [this function](https://github.com/backstage/backstage/blob/master/packages/backend-common/src/database/connectors/sqlite3.ts#LL65C44-L65C44) is passed in as the connection, instead of a string or `{}` literal. I think the idea is that that function is called when requesting...