moe
moe
Currently `DB::Database` does not recover from temporary connection failures. It does not seem to evict broken connections from the pool but continues to attempt to use them. This means just...
## Checklist for submitting a pull request to `Terminals Are Sexy`: - [x] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/terminals-are-sexy/blob/master/CONTRIBUTING.md) of this repo. - [x] I have...
Postgres has a handy feature called [generated columns](https://www.postgresql.org/docs/current/ddl-generated-columns.html). These are columns that can only be read but not be written. Unfortunately they don't seem to work with Jennifer at the...
## Client/server versioning I think we need a way for the client (browser) and server to recognize when they are running different code-versions. @catmando describes the problem [here](https://github.com/hyperstack-org/hyperstack/issues/235#issuecomment-526885469) in the...
## Bug Report Trying to `build` in docker with `latest-alpine`, `nightly-alpine` or `v1.2.*-alpine` gives me the following error: ```shell $ echo 'puts "Hello World!"' > hello-world.cr $ docker run --platform...
First off thanks for this very useful shard! 🙇 Would it be possible add the option to sneak in a sleep before the stubbed response is returned? I'm thinking along...
The endpoints list takes up too much vertical space in our dashboard. It would be nice if the big header area (including headline, `+ New Endpoint`-button and filter dropdown) could...
A pretty mean (and probably common) trap: ```crystal $ cat >test.cr
Allows to bypass caching, locking or both.
Please make it possible to specify a syntax for the aforementioned services (e.g. with a two-level dropdown menu).