Michał Popek

Results 15 issues of Michał Popek

# What is it? - [x] Feature / enhancement - [ ] Bug - [x] Docs / tests # Description Dark mode for the docs. Added many new CSS variables...

### Command test ### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was...

type: bug/fix
freq1: low
severity3: broken
area: @angular-devkit/build-angular
devkit/build-angular:jest

### Suggestion We should add e2e tests for the docs to make sure everything is working and not broken after updates.

COMP: docs
STATUS-2: docs team is working on this

Implementation for RFC https://github.com/QwikDev/qwik-evolution/issues/249

VERSION: upcoming major

Problem: https://qwikdev-build-v2.qwik-8nx.pages.dev/playground/#f=Q0o0xoYG2BKNDij1OYIyMDwZg4XA5RuF7RRI4JQAS2Zg4GBYA1UILcj1oAWhhqGBJtDtQN3wyhthIMRIWKWvnpiUnKIOVAySANmiB8y0pakgfq0myAQqtJNwJ3xDS6SmHSkJHyUoR5M9LZI9AA ```ts const test = useAsyncComputed$(() => Promise.resolve(10)); useTask$(() => { console.log('abcd'); test.value; }) ``` The "abcd" will be logged twice, because test.value throws a promise to resolve it...

TYPE: bug
COMP: runtime
VERSION: upcoming major

### Which component is affected? Qwik Optimizer (rust) ### Describe the bug The optimizer should wrap module scoped variables in signal. ```ts /*#__PURE__*/ _jsxSorted(Cmp, { globalObj: globalObj[foo.value] }, { foo:...

TYPE: bug
COMP: optimizer
VERSION: upcoming major

Throw an error with better description what is failing example: ``` Error: Code(Q44): Materialization error: Expected a text or element after 1 + 2 = 3 at location /some/file/location.tsx:123:1 metadata:...

VERSION: upcoming major

Probably we should use some comments nodes for this ------ One of developer reported, that this code fixed problems with google translate in v2 (worth checking): ```ts export const fix...

TYPE: bug
VERSION: upcoming major