Lauris BH
Lauris BH
Would be nice if it would be possible to provide custom language/some interface implementation that would be used than instead of chroma for converting code block content to html
It is used in many templates and is very usefull - http://themes.ghost.org/v0.6.4/docs/is
Would be great if Gitea icon could be added: https://github.com/go-gitea/gitea/blob/master/assets/logo.svg
Would be nice to have ability to specify some common functions in filters and default values. At least few I can think of: * Current date and time (current_timestamp, current_date,...
Currently looks like because of map usage for storing column data each time insert/update/select SQL statements are generated column order is different, that makes grouping of SQL statements for perf...
It would be nice to have support to provide multiple connections with role write or read-only so that it would possible to use for example with PostgreSQL cluster that has...
Currently there is no way at least for migrations to create/drop schemas for databases that support them like PostgreSQL
When restoring archive files created with `:latest` tag with `:master-ef42beb` version there is error when extracting archive file: ``` level=info name=drone-cache ts=2020-04-08T09:36:06.836811454Z caller=restorer.go:95 component=plugin component=restorer msg="extracting archived directory" remote=xxx_7f8f9564d852af06d95e5156aa50a2ed_f024307c4da35ea0c40eb17b8730c470/src/xxx/web/node_modules local=src/xxx/web/node_modules...
Currently when defining language there is no way to override how float/string/bool are handled and to override behavior for example to be more strict for operations not to allow autocasting...