Mark Thomson
Mark Thomson
**Describe the bug** The following command works as expected, but always terminates with an error "end of file reached" after precisely 5 minutes: ``` twurl -j -t -d follow=783214 -H...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Example public repository coolify ### Description I was eager to try Coolify but...
Hi, How can I customize the font face, font weight and anti-aliasing of the rendered markdown text? None of the following seem to have any effect in RunMe: `editor.fontFamily`,`markdown.preview.fontFamily`,`notebook.output.fontFamily`. Those...
# Bug report - [ x] I confirm this is a bug with Supabase, not with my own application. - [ x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub...
### Describe the bug A simple select statement fails when one of the columns is an enum. ### To reproduce 1) Create a Postgres enum type. 2) Attempt to create...
**Describe the bug** The SQL import fails when encountering postgres 'CREATE FUNCTION' syntax. **Expected behavior** Functions should be ignored on import. **Screenshots**  **Desktop (please complete the...
**Describe the bug** A Postgres SQL import fails at the location shown in the screenshot. **Screenshots**  **Desktop (please complete the following information):** - OS: MacOS -...
**Describe the bug** Importing a Postgres SQL file fails on import with the message shown in the screenshot.  **Desktop (please complete the following information):** -...
### Describe the bug I attempted to implement a dynamic select and found that I could not do so when also using a relative import. After removing the import (and...