Klemen Slavič
Klemen Slavič
**Describe the bug** When using the `on:event` syntax on HTML elements in JSX in TypeScript the props are considered invalid: ```typescript null} /> ``` ``` (JSX attribute) on:click: () =>...
I've recently posted a bug in the base library for `mysql`, but I'm not sure if this library shares the same problem: https://github.com/mysqljs/mysql/issues/2391 When using `mysql2` as our library, column...
After a brief conversation with @developit we came to the conclusion that this might be a good way to kick off a discussion about setting up community guidelines to help...
### Describe the bug When using SSL with a self-signed certificate to run the development server, the test runner (with at least the Chromium browser) will reject the SSL connection,...
`storybook-addon-themes` installs its own version of `@storybook/[email protected]` which is incompatible with Storybook v6.2.x. It should define `@storybook/*` dependencies as `devDependencies` and `peerDependencies` in order to avoid breaking for future versions....
I'm experimenting with a fork of this repository and considering migrating the toolchain to the following configuration: 1. Converting all files to fully typed TypeScript and emit TypeScript type definitions...
Benchmarking functions that mutate their operands is currently impossible to measure without also including the setup portion of the run in the measurement. This will cause the benchmarks to give...
**Describe the bug** When browsing particular packages (say, `@krofdrakula/drop`), the page briefly shows the package size chart, but there is an error response from Algolia which then hides the chart....
I've been using VSCode to debug Deno programs and I've tried to use the debug visualizer to help with debugging, but I've been unable to get any expression to show...
**Describe the bug** Version: 17.0.1 When trying to extract JSDocs for a property assignment, the underlying compiler node provides the documentation, but `ts-morph` does not provide an accessor method, and...