Tomáš Čarnecký

Results 30 issues of Tomáš Čarnecký

This is needed for TypeScript 4.7, otherwise it can't find the declaration files.

**Describe the bug** https://bundlephobia.com/result?p=@timvir/[email protected] The size of the `fullWidth` and `extendedWidth` should be a few bytes, not 9kB! If you look at the source (https://unpkg.com/browse/@timvir/[email protected]/index.js), the `extendedWidth` export is essentially...

bug

## 🚀 Feature request ### Current Behavior The "module" file uses ES6 import/export syntax, however the code itself is downcompiled to ES5. This means the file does not use class...

fetch()-initiated requests can be aborted: `fetch(url).then(req => { req.cancel(); })`

When a variant property changes we need to return two operations, one to change the type and another one to change the content.

I consider it a bug in the parser if it crashes when it can't decode a variant property. It should instead set the property to null. `migrateObject` can then take...

Sometimes it's not clear from the string and its ID in what context it is used, especially if the strings are short and seem generic. Some file formats support comments...

enhancement

I tried to use markdown list syntax but that's being parsed as a normal string. What I originally wanted to do is use a list and then use `@link` inside...

general discussion
octogonz-parser-backlog

### Problem Statement All I want is to scrub certain (or all) cookies from the events sent to Sentry. Basic data scrubbing of sensitive fields. The `beforeSend` hook is never...

Misc: Help Wanted
Type: Improvement
Package: nextjs
Status: Backlog
Jira

The value "ordinal" is not standard, but some browsers treat unknown values as "decimal". Chrome does not, and hence numbered lists are not styled correctly. ![image](https://user-images.githubusercontent.com/34538/67561650-880a4f00-f71d-11e9-9e82-b7e75a0225db.png)

bug