Daniel Wolf

Results 30 issues of Daniel Wolf

This package is great for creating debug output! I just compared it to a number of similar packages (`eyes`, `jsenc`, `js-stringify`, `javascript-stringify`, and `stringify-object`), and the output of `object-inspect` was...

enhancement
question

The original Node implementation of `rmdirSync` throws an error if the directory is not empty. The implementation in `memory-fs` quietly deletes the directory an all its contents. `rmdirSync` effectively behaves...

I'm trying to create an empty file. So I'm calling `fs.writeFileSync('/foo.txt', '');`. However, this throws an exception with the message "No content". I don't see any reason why it shouldn't...

### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Other (Next.js, Gatsby, vue-cli, ...) ### Input code This issue is...

When I visit the website at https://jubianchi.github.io/semver-check/#/, the initial values for "Constraint" and "Version" are "^1.0.0" and "1.0.0", respectively. Both are valid. But both are displayed as invalid.

enhancement

In [component-feature-table.csv](https://github.com/phoible/dev/blob/master/raw-data/FEATURES/component-feature-table.csv), the segments ə (mid central vowel) and ɜ (open-mid central unrounded vowel) have the exact same features: ```csv ə,0259,0,-,+,-,-,-,+,+,0,+,-,-,-,-,-,0,0,-,0,0,0,+,-,-,-,-,-,-,-,+,-,-,-,0,-,-,0 ɜ,025C,0,-,+,-,-,-,+,+,0,+,-,-,-,-,-,0,0,-,0,0,0,+,-,-,-,-,-,-,-,+,-,-,-,0,-,-,0 ``` I assume that's not on purpose, given...

IPA | feature vector issue

**Is your feature request related to a problem? Please describe.** I'd like to write an egui application with a typical master-detail interface: On the left-hand side, there is a table...

feature-request

**TypeScript Version:** 3.8.3 I understand the idea behind weak type detection. But there are cases where I *want* an interface with all-optional members, and I want to implement it without...

Needs More Info

This issue tracks the steps toward an [MVP version](https://en.wikipedia.org/wiki/Minimum_viable_product) of Rhubarb 2. The goal is to have a first working version based on the new architecture, but without any non-essential...

I'm writing a native application (Rust, C/C++) that needs to perform forced alignment. Not training, just the alignment part. So I'm wondering how best to integrate MFA into an application....