-
If time, we can explore creating custom model validations for User name and e-mail, and handling customized error message displays upon attempted object creation (users#create action).
See docs [here…
-
I was just wondering if there is a specific reason to not use custom errors here.
If not, can I implement it and raise a PR?
-
# Environment
Running inside a docker container on `ros:jazzy-ros-base`.
# Observed issue
I use `colcon lcov-result` to help compute coverage data for some packages in a ROS2 stack. When I migrat…
-
Hi,
I see that the reports are completely random.
Would be possible to use the same logic to have different messages for different errors?
UptimeRobot separates the Error 504 vs Error 503 or Conecti…
-
### Is this a unique feature?
- [X] I have checked "open" AND "closed" issues and this is not a duplicate
### Is your feature request related to a problem/unavailable functionality? Please descr…
-
**Is your feature request related to a problem? Please describe.**
I'm not able to throw custom errors in `validateSecurity` and handle them after that.
I can see you are mapping the errors from the…
-
Example
```javascript
$.RULE("formalParameterList", () => {
let foundRestArg = false
$.MANY_SEP({
SEP: tokens.Comma,
DEF: () => {
$.MANY2(() => {
…
-
### Problem description
I recently bought new Avatto TRV06 that ZHA had trouble identifying. I got the _TZE200_yqgbrdy0. I have added this model number to the custom quirk ts0601_trv_me167.py as spec…
-
One nice feature of golang's most popular error library [pkg/errors](https://github.com/pkg/errors) is [custom formatting](https://pkg.go.dev/github.com/pkg/errors#hdr-Formatted_printing_of_errors) fo…
fmoor updated
3 years ago
-
I thought we had already fixed this, but I guess not:
With a custom problem like:
```
def grader(expect, answer):
raise ValueError("It's not working again!")
```
The response is:
![scree…