cyril
cyril
Hey, Thanks for reporting that. Unfortunately I don't have the time at the moment to look into it. Feel free to open a PR if you (or anyone) find a...
Hey @mittalyashu I ran into the same issue. I can't find the genreated file when doing `npm run serve`. However, if you run `npm run build` or `gridsome build` you'll...
Same issue here.. In the [method getLineNum](https://github.com/justcaliturner/simple-code-editor/blob/master/npm-package/CodeEditor.vue#L319C5-L319C15) If the `height` is not set to auto then: ``` const singleLineHeight = this.$refs.lineNums.firstChild.offsetHeight; const heightNum = parseInt(this.textareaHeight / singleLineHeight) - 1;` ```...
Yes, you're right. It should be: ```diff - v-if="!this.disabled" + v-if="!disabled" ``` ping @justcaliturner
Hey @jessespears, Is the `dsn=True` parameter still available? In the mailgun edition route admin page, the option `match_recipient` doesn't show that a second parameter is available. Thanks!
This issue is still active.. I keep having my TS linter complaining.
@kachkaev I think you meant [this playground example](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAVAFgSwM4AIe7YQC2cu8AHjADS4BmEANoxAO5wAmuARgJ64BDXJGIAHaAhgA6ADpQ5SJGAEAnDnIC0WuaJURRSXAHIAbgMYBXOEc3aoAZRYxcAYWjxYCpHLkYCBIlJcYggVMkppEGoQfRhMaGxkUFU9VgAFVQRElHNWAV5E6O4VATAAazgYewFSABlMKDhkOnNsOCKS8sr7UVKGgHNkGBUraLhibk4OTlqBKH6LAX64ADFQ4gEYOPnkEAELGAgokHQYYkYAdSx4bF6wOHsszDiTZ95dsGxCkAa2lRg0iV+htmq12iAAFbYCj2AaMOAARQsEHgoMYbWivRUf12GxUZQ4bCgx10DRgF0wHBg6GQAA4AAyYvRtC4lUS7XRwP4mJrRACOyPggP02T22A0jU4nGOYQFmDCgKWIKQLXR4LaxEwQxG6rhcAAglsVJhuAc4Gk4Cp6o00RiQNg9UiUU0VWDojABNwKVSaUgAEzukqYRgDNzEZUgLkAVmOFjaqE92VVdpMVgAklBprB7GBjaIYPrM-YYLx4ba4ABfCtAA) from this issue #13963
We could add test cases for `0` but I believe that currently everything behave correctly with `0`. If I give an empty array, I'm used to the fact that the...
Got it! Thanks for taking the time to clarify, I appreciate it. I've updated the tests accordingly and pushed my changes.
Or maybe this [prefix configuration option](https://content.nuxt.com/docs/collections/sources#prefix) from Nuxt content docs is another solution?