-
I ran the command
`find ./docs -name '*.md' | ./import.py`
The output was:
```
Import filenames from stdin stdin
Error occurred: Table doc_model does not exist.Please first call db.create_tabl…
-
Hi there thank you for your great work on this package.
I've successfully tested this package sending notifications in teams channel calling e.g.
`Log::channel('teams')->debug('This is an error m…
-
**Describe the problem**
Currently, when the upload process encounters an error, it immediately logs it to `STDERR`. Some errors can occur multiple times during the time span of the upload. In thos…
-
If a developer has errors in their GraphQL document, the errors should be included in the GraphQL response, if possible, and logged to an error log. The error log is available to the developer for re…
-
When the first board number paste is an empty string it crashes.
At some point I could reproduce it, later not.
When I could not reproduce - it correctly said "invalid hand"
These kind of bugs ar…
-
Used image for 1.22.0.
config:
```
verbosity: 5
log-queries: yes
log-replies: yes
logfile: /opt/unbound/etc/unbound/unbound.log
```
container logs:
```
[1729978862] unbound[1:0] debug: c…
T3rm1 updated
3 weeks ago
-
## Design principles
We need to handle errors in the system more gracefully. If there is any error whilst processing an application so that the data is never lost. The following approach aims to
…
-
Initial discussion:
peaMlT-Zl-p2
In various places in the codebase, `DotcomError` is used to log error. However, some users log in using site credentials, so `DotcomError` does not exist. Instead, w…
-
at the moment none of my code even handles errors (it just fails without even trying to explain why). I dont know how much every one else has focused on good logging and error handling.
-
### Describe the project you are working on
I've been learning Rust on the side for a while and probably the best thing about it is the compiler. Rust has very strict rules about how to structure you…