The Wayback Machine - https://web.archive.org/web/20220522033100/https://github.com/topics/trunk
Skip to content
#

trunk

Here are 35 public repositories matching this topic...

systemcrash
systemcrash commented Jun 2, 2020

I want to reduce the amount of log-spam in the DB logs. Is there a better way of executing the CREATE DATABASE queries? Postgres doesn't have the WHERE NOT EXISTS clause - but it's still possible to check if tables are already present.

I'm not sure where these originate from - heplify-server, homer-app, or some other script.

2020-05-29 04:54:15.076 UTC [1] LOG:  received sm
good first issue
brancobruyneel
brancobruyneel commented May 21, 2022

Currently the way of adding a new code snippet is very tedious.
The way it works now, is to first convert a code snippet into a single line with the parser tool. The parser tool will replace the newlines and tabs respectively with \n and \t.
Then you can add it to the snippets database by making a POST request via/api/snippets.

There should be an easier way of doing this, if you have a

help wanted good first issue

Improve this page

Add a description, image, and links to the trunk topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the trunk topic, visit your repo's landing page and select "manage topics."

Learn more