Bartosz Gościński

Results 15 issues of Bartosz Gościński

**I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check...

pending-review

**I'm submitting a ...** (check one with "x") ``` [x] bug report => Search github for a similar issue or PR before submitting [ ] feature request => Please check...

pending-review

### Description Fixes #9967 by normalizing asset URLs to full absolute URLs with origin and comparing them to `link.href` properties of all links in the document to find duplicates. ###...

### Describe the bug When `base` is set to relative (empty string or `'./'`) then in prod build when dynamically importing a module that has some CSS dependencies these dependencies...

bug
feat: css
p3-minor-bug :hammer:

```reason let test1 = str => [str.[0]]; let test2 = "'let' should be violet and 'test2' orange"; ``` Screenshot on Monokai Dimmed theme but it is reproducible on any built-in...

C-client-bug
E-medium
P-medium
S-investigating
A-highlighting

### What happened? The path syntax that works with form errors generated by validation schemas is rejected by `form.setFieldValue` typechecking. This only affects TS usage because if I silence the...

🐛 bug
👕 TypeScript

### Reproduction https://github.com/bgoscinski/repro-vue-compat-reactivity ### Steps to reproduce the bug 1. Run `npm install` 1. Run `npm test`. Test fails 1. Remove `'vue': '@vue/compat'` alias from `./vite.config.js` 1. Run `npm test`...

help wanted

This test currently fails: ```js objects(`should ${verb} null values`, () => { let { input } = prepare({ hello: null }); dset(input, ['hello', 'a'], 123); assert.equal(input, { hello: { a:...

This test currently fails: ```js objects(`should ${verb} empty string property`, () => { let { input } = prepare({}); dset(input, ["hello", ""], 123); assert.equal(input, { hello: { "": 123 },...

### Background As described in https://github.com/stryker-mutator/stryker-js/issues/3019 in my case we have a lot of uncovered code so the report is full of uncovered mutants. My feeling (based on very limited...