Tobias Bieniek
Tobias Bieniek
@rust-lang/website any thoughts on this? :)
renovate is a lot more flexible/configurable, feature-rich and open source :)
@Manishearth ?
we definitely can. question is whether we should… 😅 I personally prefer having updates visible as soon as they are available and my email client ignores all GitHub notifications from...
You can probably use https://docs.rs/reqwest/latest/reqwest/struct.ClientBuilder.html#method.user_agent which sets the user agent header for all requests using this `Client` Edit: Nevermind, I thought it was possible to pass a `Client` into `oauth2`...
while I agree that something like `depType=overrides` might be useful I don't think it should block the implementation of `pnpm.overrides` support. if yarn resolutions and npm overrides are already supported...
this vulnerability seems completely irrelevant here since svgo in this context is not used on arbitrary user data. it is only used on the SVG files that you add to...
yes, caching is used, but it should be using the regular HTTP caching semantics, so it seems somewhat unlikely to get into a situation where a stale cache exists 🤔
> Is it not possible to support Gitlab? it is, it's just not implemented (yet) > Also, why does it require Github or Gitlab, can't it just work as is...
@nathanhammond I believe it was removed because apps should be tested in the configuration that they are going to be deployed in, and testing with a different `rootURL` would defeat...