Emik

Results 29 issues of Emik

https://docs.microsoft.com/en-us/dotnet/api/system.collections.immutable

Trying to import the managed library into the Plugins folder causes the following error. ![image](https://user-images.githubusercontent.com/14614115/130364826-a7a1fa05-62e7-4caf-b2ef-509ea840707d.png) This error is only present when attempting to load a compatible version of the library...

### Describe the bug Audio doesn't play when I change `Audio Output Device` in the game's settings to my Scarlett 2i2 3rd gen, which is an audio interface that I...

Bug

This PR allows users to quickly add multiple beat snaps by specifying a range with the syntax `x-y`, while still allowing the original syntax `x`. (where `x` and `y` are...

### Version C# REPL 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29 ### What happened? Clearing the clipboard made it stop crashing, possibly related to #325, but having `🏴󠁧󠁢󠁥󠁮󠁧󠁿` in the clipboard, or arbitrary large text doesn't...

bug

### Version 0.6.6+ba21d409af4dce77f8be07f6a61cdb24cd19bb29 ### What happened? Known workaround is to use escape characters. ```cs > "\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f" 🏴󠁧󠁢󠁿 └── 🟡 Length: 14 ``` Causes following log. ``` 2023-12-11T04:35:46 - Trace session...

bug

### Version 0.6.5 ### What happened? A *non-default* `Memory` doesn't produce the correct output on detailed mode. ## Expected Displays `.ToString()` properly, such as... ```cs > "foobar".AsMemory()[3..] "bar" └── 🟡...

bug

### Feature Description ## Proposal You can already use `F9` and `CTRL+F9` to see the generated `MSIL` in Debug and Release, respectively. However as of `C# REPL 0.6.3`, it is...

enhancement

### Feature Description Common use of REPLs is to experiment, so naturally it would be a nice addition to be able to choose a locally installed toolchain with a CLI...

enhancement

Used in https://github.com/Quaver/Quaver/pull/4078, see there for more details.