Emik

Results 29 issues of Emik

When deleting charts, even if the file or directory cannot be trashed, and cannot be deleted, it will just remove it from the database and call it a day.

### Describe the bug Copying notes, copying text from ImGui editor plugins, or using `imgui.SetClipboardText` causes an unexpected null byte to be copied alongside the text. This causes dialogs that...

Bug

### Is your feature request related to a problem? Please describe. In Linux (pipewire), it is common to see people raise this number, including me. However this setting isn't ideal...

New Feature

### Describe the bug \- ### To Reproduce 1. Download this plugin [crash.zip](https://github.com/Quaver/Quaver/files/15443964/crash.zip). - Alternatively, create a plugin with the following snippet: ```lua function draw() imgui.Button(nil) end ``` 2. Install...

Bug

This fixes the edgecase brought up here https://github.com/Quaver/Quaver/issues/4149#issuecomment-2132941850. Ideally we would migrate to the latest version, however this library introduces many breaking changes, making that difficult.

The `Qua` has an invariance relating to its collections: It is always sorted by `StartTime`. Knowing this, we can use this property to use a binary search implementation instead for...

### Version C# REPL 0.6.7+d2955f13e744320cd6331c484e1286c3ed4f8612 ### What happened? ### MRE ```cs #define DEBUG System.Diagnostics.Debug.Assert(false) ``` ### STDOUT ```cs Writing trace log to /home/emik/csharprepl-tracelog-2024-07-27.txt Welcome to the C# REPL (Read Eval...

bug

### Feature Description It would be incredible to have this working with source generators, both the native ones such as injecting [`System.Text.RegularExpressions.GeneratedRegexAttribute`](https://learn.microsoft.com/en-us/dotnet/api/system.text.regularexpressions.generatedregexattribute?view=net-7.0), as well as third-party ones like my [`Emik.ChoiceAttribute`](https://www.nuget.org/packages/Emik.SourceGenerators.Choices)....

enhancement