Kira NT

Results 12 issues of Kira NT

### Description At the moment this package messes with the `TypeConverter` attribute of `DateOnly` and `TimeOnly`: https://github.com/maxkoshevoi/DateOnlyTimeOnly.AspNet/blob/ee1b2bd9b37ec13268f2e35428337a887083bdb0/DateOnlyTimeOnly.AspNet/Extensions/MvcOptionsExtensions.cs#L11-L12 Such approach should be avoided, because it unintentionally changes documented behavior of the...

wontfix

I maintain a GitHub Action that publishes Minecraft mods to different modding platforms (including Modrinth) - [Kir-Antipov/mc-publish](https://github.com/Kir-Antipov/mc-publish). The problem is that some of my users experience strange behavior of your...

bug

At the moment there's no standardized way to describe dependencies that are included in a mod/library, therefore I suggest adding a new dependency kind called `includes`, which can be very...

At the moment there is only one way to declare dependencies: ```json "depends": { "fabric": ">=0.41.0" }, "recommends": { "foo": "*" } ``` I see a few problems with this...

The script fulfilled its main purpose and gave us back the old GitHub layout, but should we stop there? Or should we go further and implement some features that GitHub...

help wanted
discussion

### Discussed in https://github.com/Kir-Antipov/mc-publish/discussions/110 Originally posted by **fayer3** March 1, 2024 I have a speciffic old sodium version marked as breaking in my mod.json, and mc-publish takes that and marks...

enhancement

### Discussed in https://github.com/Kir-Antipov/mc-publish/discussions/103 Originally posted by **MattiDragon** January 20, 2024 I'm using this action, wrapped in a [custom workflow](https://github.com/MattiDragon/MattiDragon/blob/main/.github/workflows/publish-mc-mod.yaml) that does other things. I recently updated my version from...

bug

### Description This small change allows windows that extend slightly beyond the defined viewport to be properly detected as fullscreen ones. While, in general, one should not assume that `bottom...

Bug Fix
Enhancement

## Description I would love to discuss the current state of generic hooks and the path towards their improvement. ## Current behavior Currently, for a generic hook to work, the...

enhancement

## Description `HotAvalonia.Extensions` is distributed as source code instead of as a set of pre-compiled binaries. Thanks to this, the main `HotAvalonia` package doesn't need to be referenced whenever `ENABLE_XAML_HOT_RELOAD`...

enhancement