Josef Kubíček

Results 13 issues of Josef Kubíček

Hi. What is the state state of affairs with the support of interface types? It seems like that as of now, those do not get `bpfrpt_proptype_${name}` propType validators. I can...

When the `ng-model` bound variable is undefined, it is said that the switch should be in indeterminate state - that however does not work. Below is link to plunker. http://plnkr.co/edit/1SaSvTIzOeyjqWCl4GLH?p=preview

bug

### Environment self-hosted (https://develop.sentry.dev/self-hosted/) ### Version 22.2.0 ### Steps to Reproduce 1. Use the latest official SDK with React & `tunnel` option 2. Enabled embedded feedback dialog in `ErrorBoundary` component...

Type: Improvement
Feature: Report Dialog

Hi. Did you ever encounter a behavior where the `create-symlinks` commands occasionaly miss-places symlinks from the root `node_modules` into the root, instead of `packages/*/node_modules/`? To possibly illustrate this more clearly:...

# 💬 RFC Is [the `exceptions` section of `css-modules` spec](https://github.com/css-modules/css-modules#exceptions) supposed to be implemented in the built-in implementation? I am getting many instances of the following error: > @parcel/transformer-css: Unsupported...

CSS

Here is a local scope dump from your function `onOpenResource`. ```javascript const local = { "resource": { "url": "file:///home/pepa/dev/xxx/yyy/web-ui/packages/yyy/admin/@modules/notifications/constants.tsx", "type": "script" }, "lineNumber": 1, "url": "file:///home/pepa/dev/xxx/yyy/web-ui/packages/yyy/admin/@modules/notifications/constants.tsx", "urlParse": { "anchor": "",...

## Expected Behavior `spinner` shouldn't throw errors ## Actual Behavior ``` /tmp/gitlab/builds/xrEFg3V1/0/pool/frontend/.yarn/cache/zx-npm-7.2.1-dc2fa8860f-372e9ef8fc.zip/node_modules/zx/build/goods.js:167 process.stderr.write(' '.repeat(process.stdout.columns - 1) + '\r'); ^ RangeError: Invalid count value: -1 at String.repeat () at (/tmp/gitlab/builds/xrEFg3V1/0/pool/frontend/.yarn/cache/zx-npm-7.2.1-dc2fa8860f-372e9ef8fc.zip/node_modules/zx/build/goods.js:167:38) at...

bug

### Environment information ## `biome rage` ``` CLI: Version: 1.6.0 Color support: true Platform: CPU Architecture: x86_64 OS: linux Environment: BIOME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" JS_RUNTIME_VERSION: "v20.5.0" JS_RUNTIME_NAME: "node"...

## Expected Behavior Valid SCSS file should not produce any errors ## Current Behavior ``` CssSyntaxError: /xxx/conf/storybook/styles/layout.scss:30:1: Unexpected '/'. Escaping special characters with \ may help. at /xxx/conf/storybook/styles/layout.scss:30:1 at Input.error...

I had to add the following for this module to work in a Yarn PnP context: ```yaml .yarnrc.yml packageExtensions: "esbuild-plugin-pino@*": dependencies: "pino": "*" "pino-pretty": "*" "thread-stream": "*" ```