Michael Keller

Results 6 issues of Michael Keller

If you have issues with edge not respecting the media queries - make sure you have no classes on the [deckgrid] element. Edge will return this: [deckgrid].classname::before as a selector...

When opening sublime text 2 with installed subversion I get the following error: 2012-04-10 13:34:10 Traceback (most recent call last): File "./sublimesvn/threads.py", line 18, in run_with_except_hook File "./sublimesvn/status.py", line 587,...

### Context / Scenario I changed the prompt to make sure the llm includes the source per paragraph of the answer. So I can more closly align the response with...

question

I have a very strange behavior. As soon as I am not on "Development" I get 404s on all static files ![image](https://github.com/edandersen/core-admin/assets/878151/fe66055c-63da-493f-aace-3002cb180cb9) I added app.UseCoreAdminCustomAuth((serviceProvider) => Task.FromResult(true)); to make sure...

Hi I have many-to-many connections done like this: ```public class ExampleA { [Key] public Guid ExampleAId { get; set; } public List ExampleB { get; set; } = new(); }...

I have a type that looks like this: ``` public class RateLimitSetting { [Key] public Guid RateLimitSettingId { get; set; } [Display(AutoGenerateField = false)] // prevent showing on the grid...