Oskari Noppa

Results 7 issues of Oskari Noppa

First of all, thanks for Clapper! VLC and MPV both did not like it at all when I moved to Gnome 40+Wayland+Nvidia combo, but Clapper has been rock solid and...

enhancement

The title is a bit of a mouthful, but what I mean is this: ```javascript // @flow const foo = (): Foo number> => {} ``` fails to parse with...

Input ```typescript type A= {} ``` causes a crash with both TypeScript and Flow transforms. Error for the TS transform: ``` SyntaxError: Error transforming testdir/test.ts: Unexpectedly reached the end of...

The execution continued after version check was made, ending up in "cmd is unknown".

## Feature Request When you make code changes while developing handlers, it's pretty important that the server reliably uses the changed code when a request comes in. After v9, we...

## 🐛 Bug Report With option `sort: true`, the default sorting [uses `String.prototype.localeCompare`](https://github.com/i18next/i18next-parser/blob/3435168b8fb782ccea5c3cb7df526879902bf80d/src/helpers.js#L265) to compare the two keys, without specifying the locale to use. As a default, `localeCompare` will then...

Flow version: 0.159.0 ## Expected behavior ```javascript type A = {|foo: string, bar: string|} function addBar(val: T): T { return {...val, bar: 1} } const a: A = {foo: '',...

bug
Typing: spread
Typing: soundness