PTwr

Results 12 comments of PTwr

I think you basically have same problem as I do here: https://github.com/DapperLib/Dapper.Contrib/issues/141 Key columns are always excluded from list of updateable/insertable fields. And you can't remove [Key] from TI_Stamp field...

It might be convenient to have default behavior of not updating fields that have value same as their default, with Expression list being an advanced version. It would be natural...

Because that's how EntityFramework does it by default and drop-in replacement had to follow this convention, regardless of our personal opinions :) We'd need something similar to [EF ModelBuilder Custom...

> I agree that if you are not told a key and have an ID column, ID is a reasonable guess. The main issue is ID persisting as a hard...

It appears Jellyfin API does not support sorting by things like Track/Episode Id (internally named IndexNumber). Currently available sorting fields are stated as "Album, AlbumArtist, Artist, Budget, CommunityRating, CriticRating, DateCreated,...

It appears that SortBy SortName does sort by IndexNumber, for whatever reason... So mopidy plugin would just have to include SortOrder = Ascending SortBy = SortName in query and everything...

> You'll find below a cursory review. You might want to check the [project coding style](https://github.com/dolphin-emu/dolphin/blob/master/Contributing.md) and the [lint bot result](https://dolphin.ci/#/builders/9/builds/2067/steps/3/logs/stdio) to address some of the issues. > > I'd...

> I've been waiting for something like this. Great job! Although I was wondering, could this be expanded to also support swapping tracks with your own audio files, preferrably with...

@javicalle I am up to test this bug as well, guess I keep making wrong purchases :) Without quirk: only On/Off works. With Quirk: partial dimming Channel 1: On/Off +...

> Replacing `LevelControl.cluster_id` with `F000LevelControlCluster` makes dimming work. Dimming behavior: Dimming is deeper than in https://github.com/home-assistant/core/issues/83832 I have deep dimming LED bulbs. With TS110 (this) they go all the way...