Geferon

Results 11 issues of Geferon

**Describe the bug** I have a file which has a value with two continuous colons, which is a valid YAML value, yet whenever parsing it with this library, it's giving...

bug

**Feature Description:** Currently the PaperMC dev team is working on a Paper fork called [Folia](https://github.com/PaperMC/Folia) which adds support for Multi-threaded minecraft. The issue with this is that, this obviously breaks...

Feature Request

Whenever WaveFileWriter is Disposed it's disposing the output stream attached to it, when it shouldn't, as seen here: https://github.com/naudio/NAudio/blob/master/NAudio.Core/Wave/WaveOutputs/WaveFileWriter.cs#L388 I'm currently using a memory stream to save data to the...

### Describe the functionality desired 🐞 Currently the ToObservableChangeSet will only emit an initial value if there are any values in the collection, if the collection is empty nothing will...

enhancement

OpenLayers got updated to ESM modules, and no longer exports everything as a base namespace that can be used for everything. Even though you can work around this, with the...

With ESBuild becoming the new standard for compiling/packing web-apps, would it be possible to get a native guess plugin made for ESBuild in the likes of the Webpack guess plugin?

This module is using a quite old version of tween.js (17.4.0) whereas the newest is 25.0.0. I know the old versions were just CJS, but the new ones have ESM...

### Details Running a Dedicated Server for development in Windows 11, GMod version 2025.03.28. Currently I have a single dedicated server which I use for all of the different servers...

Platform: Windows

``` node_modules/nuxt-authorization/dist/runtime/components/Can.vue:10:48 - error TS2345: Argument of type 'Ability extends { original: (user: any, ...args: infer Args) => import("D:/Trabajo/NFC/website-public-nuxt/node_modules/nuxt-authorization/dist/utils/index").AuthorizerResponse; } ? Args : never' is not assignable to parameter of...

help wanted

### Describe the feature Currently if you're creating a module with `defineNuxtModule` and add a module under `moduleDependencies`, the types of that module will be automatically imported in `plugins.d.ts`, but...

pending triage