Tobias Bieniek
Tobias Bieniek
I've received the following email from JetBrains: > Dear Tobias, > > The latest updates of [your plugin](https://plugins.jetbrains.com/plugin/8049) use the API annotated with `org.jetbrains.annotations.ApiStatus.Internal`. Private APIs like these should not...
Some time last year we introduced optional expiration periods for API tokens. One caveat of the existing system is that users don't get notified when their tokens expire and they...
This job "fixes" the `features2` entries by moving all `features` into `feature2` if `feature2` already has content. This should avoid a mismatch of `features` pointing to `features2` for older cargo...
Resolves https://github.com/rust-lang/crates.io/issues/6135
Heroku allows us to perform one-off tasks directly on the server, and we have the `crates-admin` binary in this project which allows this. This tool locks us into platforms that...
### Current Behavior According to https://www.reddit.com/r/rust/comments/11348jp/comment/j8o4nn6/ `ripgrep` can no longer be built by older cargo versions (e.g. 1.13). ### Expected Behavior Older cargo versions should be able to still build...
When you see https://github.com/rust-highfive comment on a PR you can visit the user profile page to get more information, but https://github.com/rust-lang/highfive is not mentioned anywhere. It would be beneficial to...
It seems that `ember-engines` is currently not supported by this project, but it would be great if lazy engines could also take advantage of the automatic bundling.
In the default configuration the generated sourcemaps for production builds with webpack 5 and ember-auto-import 2 don't seem to contain the `sourcesContent` key. This causes bug tracking services like Sentry...
This Ember Octane the default will be to use ES6 classes for models. The README of this project will have to be adjusted to show how to use this addon...