Boris

Results 33 issues of Boris

Hello, I think I found a bug in the visualizer. I have a `key` property which is supposed to be a string in my `multipart/form-data` request body: ```yml info: version:...

p/medium
triaged
bug

Hi, I'm trying to use test-utils for a Nuxt project, I managed to test that my plugin was injected using the [example code from the documentation](https://test-utils.nuxtjs.org/examples/module), but then I'm stuck...

documentation
v0

I don't know if you heard about [Nerdle](https://nerdlegame.com/), but because of the repository name, I thought it was related, when in fact it is completely different. Just wanted to let...

I'm using `launch-editor` with webpack. When I try to open a component in Webstorm, the following message is displayed in the dev-server console: ``` Could not open App.vue in the...

Trying to know if [clutch ](https://www.npmjs.com/package/clutch) is a squatter throws an error in [recent-publish:5 ](https://github.com/sholladay/squatter/blob/master/lib/recent-publish.js#L5) > A modified time is required. Of course, because `meta.time` doesn't exist. I don't know...

enhancement

Hi, While running [npm-name-cli](https://github.com/sindresorhus/npm-name-cli), I got the following error: ```sh npm-name --version > 2.3.0 npm-name sunglasses > TypeError: Cannot read property 'latest' of undefined > at versionPkg (/usr/local/lib/node_modules/npm-name-cli/node_modules/squatter/lib/get->package.js:9:36) > at...

bug

Hello @amio :wave: It looks like all codecov badges show a 404.... https://badgen.net/codecov ![image](https://github.com/badgen/badgen.net/assets/17952318/1f8d7653-064c-4208-810a-a88ec7bbed55)

Hi, I have noticed that some "flat" badges are grey & round, such as "codeclimate" or "codecov" badges: [https://flat.badgen.net/codeclimate](https://flat.badgen.net/codeclimate) [https://flat.badgen.net/codecov](https://flat.badgen.net/codecov) ![Badge](https://flat.badgen.net/codeclimate/maintainability/codeclimate/codeclimate) ![Badge](https://flat.badgen.net/codecov/c/github/babel/babel) Correct flat badge for comparison: ![Badge](https://flat.badgen.net/badge/color/green/green)

Hey! I've been watching your videos a few times a week for almost a year now, and I just found out about the [Javascript Millionaire one](https://www.youtube.com/watch?v=_oHByo8tiEY) I'm the developer who...

Hello ! I tried your tool on following file ```yaml answers: no: Non yes: Oui ``` When I run `npx yaml-sort -w -1 -i ./fr.yml`, it's transformed into the following:...