Vincent Rubinetti

Results 264 comments of Vincent Rubinetti
trafficstars

Sorry for the delay. It seems like it worked: https://github.com/vincerubinetti/word4word/runs/1295010202?check_suite_focus=true

Can this just be merged into the repo? In my (admittedly limited) TS experience, that module definition seems to be fine. Would be nice to not have to add a...

Ah nevermind, it seems like the types are available in this `@types/body-scroll-lock` package. In that case this issue can probably be closed.

Hopefully this helps someone stumbling upon this issue. I'm using Vue 3 and Typescript, and just wanted some simple markdown rendering (no need for remark/rehype plugins). I looked into the...

Actually I should mention that I was able to solve my issue simply with the use of the `defaultValue` option which I didn't see before. Though I could still see...

Fairly big shortcoming for what is supposed to be the go-to form management library. Formik might be "very flexible" and allow you to implement this on your own. But so...

Unfortunately not. Fwiw I migrated away from this library to [MSW](https://mswjs.io/) and haven't looked back. Seems to be a more robust and "correct" way to do mocking.

This is too bad. This means I can't use FlexASIO as a replacement for ASIO4ALL, which can do multiple outputs. But I also can't use ASIO4ALL because it isn't multi-client,...

For now, I've done this dirty hack (Vue 3, composition api): ```vue import { ref, watch } from "vue"; import VueJsonPretty from "vue-json-pretty"; import "vue-json-pretty/lib/styles.css"; import { useMutationObserver } from...

The part about adding the carets via a CSS pseudo element I think is a good idea, but the rest of the code is a hack. Shouldn't need to use...