T. Almroth
T. Almroth
Hi I would like to propose a change to proper HTML markup. To turn this: `...` Into: ``` ... ... ``` No sloppy coding like `` and ``, but instead...
I discovered something unusal. The `tbwchange` event acts like the input event and fires upon every `input` event rather than `change`. Is that by design? Thinking it should have been...
A bunch of fixes, adjustments, and improvements to CSS. See list of commits
The dark modal is defined under the class `.trumbowyg-dark` but is output in the code at the end of ``. Therefore the `.trumbowyg-dark .trumbowyg-modal-box` have no effect. You could move...
Thanks for this lovely script that saved me tons of hours and seems to make no mistakes. Here is a fix for windows users: FOR /f "tokens=*" %a in ('dir...
.editorconfig is a well supported file fr defining code styles. I could not find any info of WinMerge supporting it as I am missing it in the list of all...
When reformatting/pretty printing the SQL, I think indentation is critical. This:  Is more useful like this:  Instead of HeidiSQL 12.0.0.6468:  I understand it can be tricky to...
**Preconditions** HeidiSQL 12.0.0.6468 Windows 11 64-bit **Describe the bug** Seting next auto increment value for SQLite table causes syntax error **To Reproduce** Assign a new auto increment value and click...
**Preconditions** HeidiSQL 12.0.0.6468 Windows 11 64-bit **Describe the bug** Syntax error while creating two or more columns. **To Reproduce** Create a new columns and save. This produces a query like:...
**Preconditions** HeidiSQL 12.0.0.6468 Windows 11 64-bit **Describe the bug** Syntax error while creating enum column. **To Reproduce** Create a new column by type enum. This produces the query: ``` ALTER...