rgpublic

Results 49 comments of rgpublic
trafficstars

PS: Is it just me or aren't the buttons on the inline widget still wrong somehow? I don't want to insert a new paragraph before or after, of course, but...

@Witoso : Thank you. Yeah, that's what I figured. In the meantime I'm using sth. like this in the editing downcast: ``` const viewElement = conversionApi.writer.createContainerElement( 'span', {class:'forms' ); const...

Yes, I still think this is a valid feature request. The docs for the inline widget should be more in line with the block widget - just "inline". The docs...

I don't know about esbuild etc - I'm only using lightningcss for minification so disabling it would render it useless for me... What I found interesting though (see my comment...

@mitcoding : The media mixin should be in the ZIP (file sass/index.scss line 14). Sorry for the huge bundle of files, though. I would have loved to simplify the test-case...

@mitcoding : On our development system, I tried to move anyform_errors.scss to the very end of all files. No change. 63 is supposed to be the line. 76 would be...

@mitcoding : Ugh. Currently I cannot reproduce it even when I delete the anyform_errors.scss file. The line number is still off. This bug is driving me nuts. I'm doubling down...

@mitcoding : I don't use the CLI tool, but the API. See this gist: https://gist.github.com/rgpublic/2f877644c0ed8c45706382172c7cfa32 The script is very simple and basically only feeds the stuff into the API. The...

@mitcoding: I couldnt find a command-line option that allows to feed the input map, but maybe I missed sth. I have a strong feeling lightningcss is at fault here. This...