Daniel Nordström

Results 27 comments of Daniel Nordström

Just tested it with using nvarchar instead if int and that works, so it seems to be a problem with Flags and Enums as int.

Something weird is going on I think, if I just change the database column from int to nvarchar then i works without doing anything else, `RepoDb.Converter.EnumDefaultDatabaseType = DbType.Int32;` is still...

No blocker, the NVARCHAR works for now :) and nothing that is going to production anytime soon.

@mikependon I might have to bump this to a bit more critical, we are now having problems with BulkInsertAsync and this. When we do our normal insert we don't insert...

Yes that is how I would like for it to work as well, but I think it needs to respect the DbType set by Fluent, Attribut, Default etc as well.

You still can't choose output, greyed out for me at least. This might not matter to most, but since I want to have HDMI for default and passthrough to S/PDIF...

I have tested the code you wrote for SetNativeResolution and it allows me to change between 1920x1080p and 1920x1080i. I can change to other resolutions as well but then the...

I'm checking for what might control the auto refresh rate for movies and why it's not possible to choose a lower refresh rate from the settings. For me the refresh...

Aha that explains it :)

I din't either expect it to work but to start working on it I wanted the options for it in the settings. @devilstrike you are more than welcome to check...