Marcin

Results 11 issues of Marcin

When using `kotlin-multipatform` adding dependency to project this way: ``` kotlin { ... jsMain { dependencies { implementation project(':some-other-project') ... } } } ``` should result in adding proper path...

Having project `B` with a set of npm dependencies defined in gradle using the plugin syntax it's not possible to add project `B` as a dependency to project `A` without...

Development server returns `404` instead of `304` when URL is different then "/". Webpack dev server should contain configuration to always redirect to "/" (serve `index.html`). Otherwise it's impossible to...

When opening more than 1 tab, one file's content seems to override another file's content. https://github.com/BennyKok/novel-vscode/assets/11861292/f453a794-3957-4709-a3d9-775df53a7ab7 The probable issue is the extension does not reload the Novel's state on switching...

**What rule do you want to change?** `define-props-declaration` **Does this change cause the rule to produce more or fewer warnings?** Does not change the number of warnings. **How will the...

"iw" is the old ISO-639 language abbreviation for Hebrew and "he" is the new one e.g. JDK uses the old value in Locale class (https://stackoverflow.com/questions/13974169/jdk-locale-class-handling-of-iso-language-codes-for-hebrew-he-yiddish-yi-an) I've added this code to...

# Feature Request: Paste Multiple Clipboard Elements **Description:** I would like to request the ability to paste the last *n* elements from the clipboard history in a single action. This...

**What rule do you want to change?** vue/no-reserved-component-names **Does this change cause the rule to produce more or fewer warnings?** Fewer **How will the change be implemented? (New option, new...

When using the app, the links are open in some embedded browser inside of the application. There is no configuration option to open them in the default browser.