Lenz Weber-Tronic

Results 1283 comments of Lenz Weber-Tronic

I just added the posibility to zoom using the pinch gesture. Hope you like it!

Afaik in next-redux-wrapper 7, you should be using `createWrapper(makeStore, {debug: true});`, (where `Store` is `ReturnType`) not `createWrapper(makeStore, {debug: true});`

As for the "control of the UI" part: The [TwoSlashOptions](https://github.com/shikijs/twoslash/blob/main/packages/shiki-twoslash/README.md#user-settings) could just take an additional option ```ts export interface TwoSlashOptions { //... jsBlockRenderer(jsCode: string, tsCode: string): string } ``` That...

For anyone with a similar problem: For now, I'm falling back to ```ts export const stringOrObjectWithKey = unknown.transform((input: any | string | { key: string }) => { if (typeof...

Sure :+1: I have a type of input that can either be of the form `{ key: "something" }` from a dropdown, or just a string from an input field....

My idea was to convert both parts of that `either` to a string (because I definitely want the output to be transformed to a string in the end, I just...

> TypeScript making it very hard to mange that. This library always feels as we pushing TypeScript to it limits. Maybe on the new 4.1 version it will be much...

I don't really have the time for that as I have tons of open issues to work on myself :/ But if I find one or two hours I'll dig...

What is the status of this? I would be very happy about something like in your screenshot above - currently it is only available for logged in users (in personal)...

I have forked this and made it run with webpack 5 - you can find the fork here: https://github.com/phryneas/electron-webpack Please note that I only did this as part of a...