Delyan Haralanov
Delyan Haralanov
@opengraphica yeah, i agree there's no easy fix but this is quite a big regression IMO. (For example a datepicker filter that has a watcher doing a http request will...
Like @jcupitt i also get white squares/rectangles but on Linux (CentOS). Looks like the font/encoding is not working properly. ``` const watermark = new Buffer(` ${conf.watermarkText} `) ctx.body = sharp(image.path)...
Sorry @lovell I realized that a bit later. Saw the rectangles problem in google search. Anyways... my problem was there were no installed fonts on the linux server. I used...
Hi @alexandrsek. Sorry, this was an old project and unfortunately i can't really remember.
I also hit similar issue because of the CDP bug in Chromium. I'm using [Ky](https://github.com/sindresorhus/ky) which utilises `request.clone()` for immutability and hooks. Are you aware if there's any way around...
It looks like the problem is that when working with `vitest`, the project files and `@testing-library/vue` are importing different builds of `@vue/test-utils`: * `node_modules/@vue/test-utils/dist/vue-test-utils.esm-bundler.mjs` ESM imported in project files *...
I just found today this one for vue 2 and bootstrap 4 https://github.com/pi0/bootstrap-vue I haven't tested it properly yet cause it's tricky to run it with vueify and without scss.....
@ropeladder haven't tried it yet but might be a linux/mac/windows - uppercase/lowercase filesystem thing
Same problem. Having separate shortcuts for push-to-talk and hands-free mode could be a the solution to the current delay problem. (the double press also sounds good)
Hey, thank you for your incredible work! 🙇 Wanted to share few ideas/struggles I had along the way in hopes that maybe some of it lands in v2. Not necessary...