Alexis Svinartchouk

Results 9 issues of Alexis Svinartchouk

Hello @jorangreef There's been no activity on https://github.com/jorangreef/sudo-prompt/issues/97 or https://github.com/microsoft/terminal/issues/2419 for a year so I came up with a (quite ugly) workaround. Since the issue is with escaping the `execute.bat`...

If the username contains a `&` (like `Alice & Bob's Laptop`), sudo-prompt fails on windows. Most probably because the temporary file is in the user's folder and `&`s are not...

Here https://github.com/resin-io/resin-sdk/blob/master/lib/resin.coffee#L77 The sdk sets a default value for `apiUrl` and `imageMakerUrl` instead of getting these from settings. This means that if you run a script that uses resin-sdk with...

Hello! When using `CreatableSelect` outside of a form passing it a `form` prop, this prop is not passed to the created `input` resulting in the field not being submitted as...

Seems to be related to https://bugzilla.kernel.org/show_bug.cgi?id=200779 Updating the kernel to 4.19 or reverting https://github.com/torvalds/linux/commit/e31f6456c01c76f154e1b25cd54df97809a49edb should fix it. [Front conversations](https://app.frontapp.com/open/top_ji3f)

### Describe the bug and the expected behavior `parseWithZod` will report an error if the output of the schema is falsy. This seems to be happening because `createSubmission` checks for...