Fred
Fred
The reason behind this request is because of [hacks we're doing with grunt that we're not proud of](https://github.com/ckeditor/ckeditor-boilerplate/blob/1e25caa88f2ef05937450c7b3b7e3f8a86deded7/dev/tasks/res/tools.js#L16-L26) :D
And interesting aspect of this feature is that the `queue` property should be "live". For example: ``` js // When running `grunt` grunt.task.queue; // ['default'] grunt.registerTask('default', ['jscs', 'jshint']); // `default`...
> keep inside limiter bounds +1
Thanks to @kylekatarnls, I was able to find the line in my code with the unreported branch missing: ```plaintext constructor( options = { direction: 'forward' } ) { ``` I've...
Additionally, I was undecided whether this is a `turndown-plugin-gfm` or `turndown` issue. Decided to start here but please correct me if I'm wrong and I can move it to `turndown`.
To add to this discussion, let me just point you guys to the solution (hack) we implemented to workaround for this problem: https://github.com/ckeditor/ckeditor5/blob/92aa0b3c999397c8f87cd29595fe4d9ad9d4c376/packages/ckeditor5-markdown-gfm/src/html2markdown/html2markdown.js#L12-L54
> @fredck Sorry for being such a bitch :-) @martincizek, I'm with you on that. As said, we implemented a "hack" to solve a very specific problem. As such, it...
I'm stuck with this error as well... on MacOS though... ``` tests/components/lightener/test_config_flow.py Error attempting to connect to extension communication socket[vscode-pytest]: A test tried to use socket.socket. If you are on...
I figured that if the following snap related settings are disabled then everything works well: 
As requested, the system information: --- ## System Information version | core-2023.6.1 -- | -- installation_type | Home Assistant Supervised dev | false hassio | true docker | true user...