Pavel Nedrigailov

Results 28 issues of Pavel Nedrigailov

`elevation` classes has incorrect values, for example: ```css .elevation-0 { box-shadow: var(--md-sys-elevation-level0); } ``` will not work because there is no `--md-sys-elevation-level0` defined in the repo. It makes all the...

Hi there! I am making an email template for the first time and I want to thank everybody who contributed to this project! Could be great to know if it...

Data request

This comment is a joke =) ### Reported Comment - question: Vitest - comment ID: 63a3f63ddeab057e52c83cb2 - comment: > // File Name: cla8b.cc 2 // This program prints a series...

**Describe the bug** [URLSearchParams](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) should have its [size](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/size) property which indicates the total number of search parameter entries. However, happy-dom implementation always returns `undefined` when trying to access it. **To...

bug

Since many of books are being issued in different languages, it could be hard to find an author if their name stored in just one language. Could be great to...

entities

Prettier plugin hangs on svelte file containing `` tag with particular set of attributes. This issue seems to be quite important, because it hangs everywhere -- on CI/CD systems, on...

It crashes if any yaml key named as "on": ``` on: 'hi' ``` -- causing crash. To avoid the crash, the name of the key should be changed: ``` one:...

### Steps to reproduce 1. Open a [message](https://matrix.to/#/!ppWIVhhqgxBReHcvfZ:intelfx.name/$shCfE2Qp_sk8Ylw06TWQQ5-P9_XBRRdWuhE9x80qcYI) containing user mention. User ID should have slash "/" in it, for example `@s/ash:matrix.org`. 2. Tap on user ID ### Outcome ####...

S-Minor
T-Defect
O-Uncommon
A-Rich-Text-Editor
A-Event Rendering

### Page URL: https://lea.verou.me/tag/state-of-css/ ### Old URL: https://lea0.verou.me/tag/state-of-css/ ### Did this page work in the previous website? Yes ### What issues do you see? Broken URLs ### Description of issues...

broken-page

### Describe the bug If the content of a store is optional (e. g. is `Something | undefined`), the derived type of the store does not keep it. As a...

types / typescript