supbish

Results 6 issues of supbish

Is there any way to completely disable the `put_kind_first` behavior through config.ld? If not, could we add a dedicated option for that?

Two spaces appear in paragraphs with a single line break (the first being an NBSP). In other words, ``` /* blah blah */ ``` renders as: `blahblah`

Feature suggestion -- you know "openonstart?" > filemanager-openonstart | Automatically open the file tree when starting Micro | false Take it to the next level: > filemanager-openontab | Automatically open...

Under MySQL, `increments` and `bigIncrements` create UNSIGNED columns. This creates a situation where foreign keys cannot be created under MySQL without explicitly marking each foreign key column as unsigned. These...

`bigIncrements` uses `integer` under sqlite3 rather than `bigint`. https://github.com/knex/knex/blob/176151d8048b2a7feeb89a3d649a5580786d4f4e/lib/dialects/sqlite3/schema/sqlite-columncompiler.js#L47-L48 Seems this is by design, as "AUTOINCREMENT is only allowed on an INTEGER PRIMARY KEY." From the docs on `bigInteger`: >...

See comments on affected tickets for details... - make Search a method of View; fixes #1134 - expand captures during replace; fixes #1115 - Add replace in selection; fixes #1098...