Andreas Herd

Results 11 issues of Andreas Herd

even though IE9 has the support for transforms "-ms-transform: rotate(45deg);", they don't work with transitions, but it would be cool if morpheus could step in on that.

Would it be possible to add to each function a _super() method in "this" context. Could be also used in the constructor. Now it's a bit cumbersome to go via...

would be great if one could add custom plugins where to fetch the variables from. there is a built-in 'env' property, but it would be great if one could fetch...

The reformatted imports always end with a semi-colon, regardless what prettier has been configured with. So there is a brief state where all imports end with semi-colons, then after another...

investigation

I think the lib should highlight the elements based on the hash and only if not present, on the scroll position. right now I have a few navigation items on...

Improves upon the `object` type in renameKeys. Not sure if this can be merged as is, but maybe it can be extended by someone who knows the project better than...

in here: ``` function copy(a: T): T { return JSON.parse(JSON.stringify(a)); } ``` This breaks if objects are not serializable. I have a tree nodes, which reference their parents and logging...

**What is the current behavior?** current typing for `useMediatedState` expects the mediated state to be the same as the initial/incoming value **What is the expected behavior?** it should allow to...

### Describe the bug C:\Desk\mendrik\gridmail [(master)]> pnpm tauri dev > [email protected] tauri C:\Desk\mendrik\gridmail > tauri "dev" Running BeforeDevCommand (`pnpm dev`) > [email protected] dev C:\Desk\mendrik\gridmail > vite VITE v4.5.0 ready in...

type: bug
platform: Windows
status: needs triage

**Describe the bug** `export function allP(iterable: Iterable): Promise;` should most likely be: `export function allP(iterable: Iterable): Promise;`