Senya

Results 16 comments of Senya

```js Object.getOwnPropertyNames(json) Object.keys(json) for(let key in json) { // ... } ``` will do the thing - no need for changing the structure

+1 Large json + 4k lines - freeze and crash

Probably you should remove add-on-enter="false" and add type?

You did not set `content-type` - probably it is the problem. But anyway it is not an issue of the extention.....

This is a browser security issue. You cant access cookies from another origin - for example look at here https://stackoverflow.com/questions/3342140/cross-domain-cookies

This repo seems to be dead,

Works for me. Would be nice if you could give the link to the existing source(best if it would be codesandbox or similar)

The vue-i18n-extract is missing in this repository... If I run your command `npx vue-i18n-extract report --remove --vueFiles './src/components/**/*.?(js|vue)' --languageFiles './i18n/*.json'` then I hav an output "The unused keys have been...

As I said, they are - problem on your side.

I already deleted the repo. But here what I did: * added a new key into the `about.vue`. * executed `npx...` * It landed in the `en.json` file. * removed...