Michał Moczulski

Results 16 issues of Michał Moczulski

`derive(sqlx::Type)` already can auto-implement `PgHasArrayType` for wrapper types, and I believe it should be fairly easy to add the same functionality for enums. Code illustration ```rust #[derive(sqlx::Type)] #[sqlx(type_name = "weekday",...

enhancement

It seems there is no support for lyrics embedded in music track. At minimum it should be shown in "Track info" panel, at best it would be nice to have...

enhancement

### Error ``` /usr/include/c++/13.1.1/optional:484: constexpr const _Tp& std::_Optional_base_impl::_M_get() const [with _Tp = LineNumber; _Dp = std::_Optional_base]: Assertion 'this->_M_is_engaged()' failed. ``` ### Steps to reproduce 1. open log file 2. select...

### Description There seems to be no entry in reference about special literals. Examples I know of: * true/false (at least mentioned in booleans) * none * auto ### Use...

docs
urgent

Send and sync are implemented by default only when all generic arguments are send/sync, which is not always necessary. To get them without bounds one needs to write ``` unsafe...

Bson version updated to 2.0.0 to make the crate compatible with new releases of mongodb.

Attempt at https://github.com/epoupon/lms/issues/461. I'm not sure about looks and the search engine is abysmal, but in general it works. When ready, I think the single searchers could be removed to...

It's not rare that after typing my query I find out I'm on wrong tab and therefore I won't find what I search for. I need to switch tab and...

Many albums contain separate tracks with commentaries about following pieces. It is good thing for active listening, provides context for understanding lyrics &c. But often I listen to music as...

## Description of the feature Uuid crate in 1.12 release introduced non-zero variant `NonNilUuid`, which should be supported by `async-graphql = { features = ["uuid"] }`. ## Code example (if...

enhancement