Alexander Mordvinov

Results 15 issues of Alexander Mordvinov

Hi! Great tool guys, thanks for your work! I have a problem with security validations in cli-client right now. I get in every response: "Your request does not fulfill the...

t/enhancement
p/longterm
team/platinum-falcons
triaged

Initially, I expected this to work: `waitUntilExit().then(clear);` but it doesn't, since `unmount()` [calls log.done()](https://github.com/vadimdemedes/ink/blob/d9b356aadbe5570682716e069e0656dce969a631/src/ink.tsx#L254) I can hack that and use ```ts export const { clear } = render() ... const...

question

Hi! Thanks for this amazing library! I often use `{x: not(__.nullish)}` pattern so I wonder can we add `__.valued` wildcard? Which would look like this ```ts const isValued = (val?:...

enhancement

Thanks for this tool, very useful! ❤ Is there a way to add a border radius for the crop tool?

🔷Enhancement

- `three` version: 0.134.0 - `three-stdlib` version: 2.5.10 ### Problem description: GLTFExporter from `three-stdlib` results in empty export. ### Relevant code: https://codesandbox.io/s/exporter-9zlzn?file=/src/index.js:575-703

bug

I think it would be nice to have an optional keyboard shortcut for boolean values out of the box. For example: ``` wireframe: { value: false, shortcut: 'KeyW' } ```...

enhancement

By far my understanding is that, during middleware chain, Context type is only changed through filters and all middleware must explicitly flavor Context type globally. But what if I have...

I don't have "Flash firmware" in the menu. ![](https://github.com/user-attachments/assets/a14b22a9-93ad-4303-b9f5-8420a280175f) The "getting started" part of docs is focused on simulator. The only info about hardware connection I've found - is in...

bug

### Contact details _No response_ ### What the essence of your feature request The way obsidian deals with file formats is really frustrating. This plugin solves almost everything, but I...

enhancement ✨
repository/other
status/considered
priority/low
feature request
backlog

### Please describe the feature that you want to propose For those working with Immer, it would be helpful to have [this](https://github.com/xyflow/xyflow/blob/93d083f56d0043ca4f9051d508717d02d8c17da5/packages/react/src/utils/changes.ts#L107) method available. Consider this example: ```ts update: (changes:...

feature request