-
In [`e762ecc`](https://github.com/keviocastro/upptime/commit/e762ecc76e4ce768484e6b63d9ab49f7844964b2
), FX blog (kty) (https://foxter-blogeditor.konecty.com) was **down**:
- HTTP code: 0
- Response t…
-
In [`20d76f0`](https://github.com/inwage/status_page/commit/20d76f0e3dfb4379bc9bd242e5e99743d4f20b81
), Bitwage API (Sandbox) (https://api.sandbox.bitwage.com) was **down**:
- HTTP code: 403
- Respons…
-
### Aim
-
### Expected Behavior
-
### Bug
After this PR https://github.com/noir-lang/noir/pull/6513 in conjunction with this one https://github.com/noir-lang/noir/pull/6552 some functions of azte…
-
-
## Objective
Create form for configuring new Rails application options
## Tasks
- [ ] Create configuration form view
- [ ] Add core input fields:
- Application name
- Database selection
…
-
In [`09e7c73`](https://github.com/Fluff663/trackerstatus/commit/09e7c73d7f2115367f90ac01dfe67b08f5a993f6
), Blutopia ($BLU) experienced **degraded performance**:
- HTTP code: 200
- Response time: 8705…
-
As of now, the text padding inside the rectangle is way too small, so it's often necessary to manually add the spaces to achieve a more pleasant look.
Instead, we shall increase the padding, so that …
-
First off: nice package! seems to do most of the things I need out of the box, great work.
Sadly I have to ask the next questions:
1. Is it able to add columns for relations?
2. Can I mutate col…
-
Type: Bug
The Spectral VSCode extension reports an error in an OAS v3.0.1 OpenAPI description for the following security scheme:
```json
"Bearer": {
"type": "http",
"sch…
-
Let's say I want to apply arbitrary number of arguments into different set of variables under `$=`. So, I do this:
```
foo_test:
$=a,b
```
And I would expect this to do this:
```
foo_test 1…