-
I'm running OrigamiBot as part of a multi thread server process.
From within the telegram communication thread, I run bot.start() (which starts more Origamibot threads in the background), then I use …
-
Hi jason,
I was taking a look at what we would need to do to make handling of exceptions possible in proto-repl and here are the points that I think are necessary to implement such behaviour.
- [x] jo…
-
**Description**
Occasionally, the application experiences client-side errors that result in unusual and unclear UI messages for the following reason.
> In your production application a client-…
-
How should we handle testing events or expected exceptions such as security or business rule violation?
-
The [`ExceptionConfig()` model/API](https://github.com/elixir-cloud-aai/foca/blob/f8699377c862d3d5479652207ec5f0419bf987a6/foca/models/config.py#L192-L440) is unnecessarily complicated.
Simplify wi…
-
improve exceptions handling.
try to find/parse/download songs more than one time, and if it fails multiple times - remove the part-downloaded file, and give the user the information, asking him if he…
-
**In android string xmls**
**1.** not every element is from type string()
*)check plurals
examples:
`false`
#Taked from input file
**2.** there are some Elements that have multiple att…
-
Add support for the ut-core handle and control the signals including segmental faults etc.
- `SIGBUS` - (signal 10) indicates an invalid physical address
- `SIGSEGV` - Dereferencing null pointer…
-
**Is your feature request related to a problem? Please describe.**
I often encounter unhandled exceptions across various Python files in the project, leading to crashes and difficulties in debuggin…
-
Hi,
instead of raising a proper Exception(), a string is thrown here https://github.com/fortinet-ansible-dev/ansible-galaxy-fortios-collection/blame/1aeb9fa6dfd24b3c9d9d8b95c29b8a6953854abe/plugins…