Patrik Šimunič

Results 9 issues of Patrik Šimunič

I've installed the Sidekick app in hopes of having FVM GUI, but something seems to be wrong. I have tried twice to install a flutter version using Sidekick and both...

bug
MacOS
platform-specific

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: x64 Version: Darwin...

template: bug
area: I18n

## Issue description The implementation of method `Array.prototype.join()` diverts from the official [ECMAScript (ES) version 6.0](https://262.ecma-international.org/6.0/) documentation. ECMAScript treats `undefined` and `null` elements as empty strings, while this custom proprietary...

pending triage

When: - no `Query` is defined in the GQL schema, deployment fails with error `There is no top level schema object defined.`AppSync does not pickup the `Mutation`, nor `Subscription` operations...

Hey, I'm having a weird error in regenerator lib on compiling async/await with rollup and babel. Looks like rollup missed something. Error in terminal: ``` module.js:471 throw err; ^ Error:...

- Added the Czech stemming algorithm in SBL, copied from [https://snowballstem.org](https://snowballstem.org/algorithms/czech/stemmer.html) - Compiled Czech SBL into Rust, added support for Czech - Updated the README file

PR opened: https://github.com/CurrySoftware/rust-stemmers/pull/22

Fix issue: https://github.com/moonrepo/dev/issues/80 I also increased the `vscode-extension` patch version from `0.14.0` to `0.14.1`. Ideally I'd do that in a separate PR, but as this repo seems relatively quiet, I...

When the VS Code setting `moon.binPath` starts with a tilde (`~`), then `Workspace.findMoonBin` method mishandles this path as it treats it as a "regular" relative path and prepends a root...