-
we should do some error handling (or define exceptions to be thrown) so that the controller can tell create.js if something went wrong. creation of entity failed, update failed, no permissions, ...
-
Beef this up.
-
If the database is inaccessible it will still remove everything from the queue and just toss it away.
-
Transient network errors need to be dealt with. I'm not too sure how to approach this one yet, should `emit` have some retry mechanism for unexpected errors?
@nblumhardt do you have any suggestions f…
-
Proper error handling needs to be set up for:
- providing non-numeric inputs to the models.
- providing inputs to the predict function that do not match the dimensions of the training data.
- pro…
kb211 updated
6 years ago
-
-
- [ ] Handle ```400``` errors on Get Started (bad facebook requests)
-
### Description
I often have non-text content lingering in my clipboard. This could be image data or elements from Figma/Sketch etc. I think the behavior for an empty clipboard already changed since …
-
**Description:**
We need to enhance the user interface of our existing search functionality to make it more attractive, user-friendly, and efficient. The current React component is integrated with …
-
When a license string has something other that WITH for the middle word, we get the following
```julia
julia> SpdxSimpleLicenseExpressionV2("MIT IS AWESOME")
WARNING: Unable to parse License Exc…