Baptiste Girardeau

Results 17 issues of Baptiste Girardeau

# Feature request ### Context According to the [documentation](https://art049.github.io/odmantic/fields/#pydantic-fields) : > Only naive datetime objects will be allowed as MongoDB doesn't store the timezone information. Also, the microsecond information will...

enhancement

I plan to work on a new major release (with breaking changes) soon. - [ ] Support [`cargo-binstall`](https://github.com/ryankurte/cargo-binstall) for even faster crates installation. :rocket: - Add a `binstall` input to...

enhancement

Detecting user preferred language from environment variable or system configuration seems to be a common use case, so it could be great to provide a ready-to-use function to do that....

enhancement

The library actually uses ISO 693-1 languages identifiers, which are very simple languages identifiers (2-letters code), but does allow for precise identifiers. For example, `en-US` is not a valid ISO...

enhancement

Hello ! :wave: I installed Pyre on one of my projects in order to test it, but **it is unable to find the modules I import**, even native Python modules....

triage-needed

I think it might be interesting to add benchmarks to get an idea of `remoc` performance and avoid regressions. This could be done with [criterion](https://lib.rs/crates/criterion) since it supports [async benchmarks](https://bheisler.github.io/criterion.rs/book/user_guide/benchmarking_async.html)....

enhancement

Hello! While using Remoc in my application, I realized that some connection logic was duplicated: - I need to implement some basic connection logic each time I create a server/client...

enhancement

The new [`GuildForum`](https://docs.rs/twilight-model/latest/twilight_model/channel/enum.ChannelType.html#variant.GuildForum) channel type is not cached by the bot. Since it's different from other channel types, it should be cached in a new variant of `CachedChannel`.

t-fix
c-cache
good first issue

The new version of RaidProtect will focus more on moderation features, with an advanced dashboard to manage sanction of a server. The first step is to implement the basic moderation...

Before adding new features to the bot, we need to completely rewrite existing features (at least the most used ones) **before August 31th** (the deadline is mid-August to allow time...

help wanted
t-tracking