-
I had to add the env var `GRPC_ENABLE_FORK_SUPPORT=false` to the doc build CICD job to avoid the following errors:
```txt
I0000 00:00:1727451651.033756 11803 fork_posix.cc:77] Other threads are …
-
Hello everyone, this is not really an issue, but I'm having some troubles with the handlers.
I have one worker and two handlers doing completely different tasks.
I want to use Scribe-js to log what …
-
EDITED: clarifications added here and there...
I was trying to implement security handlers.
I found the example in the test:
```
swagger:
bagpipes:
_swagger_security:
…
osher updated
6 years ago
-
Hi! I have several different independent Kafka clusters. Is it possible to configure several message handlers for each cluster independently in one application?
-
## Precommit CI Run information
Logs can be found in the associated Github Actions run: https://github.com/ewlu/gcc-precommit-ci/actions/runs/11717975904
## Patch information
Applied patches: 1 -> 1
A…
-
I'd like to register a temporary error handler that decorates my global error handler. I usually do that this way:
```php
$previous = null;
$previous = set_error_handler(static function () use (&…
-
Dotkernel API needs to create handlers using its own factory and _inject_ dependencies (using setters) instead of getting them through the constructor.
This way handler constructors will not to be pu…
-
There are some ideas that I've got.
1. Handlers to change game settings
2. Maybe handlers to use mouse/keyboard?
-
I'm using Thaumic Bases Unofficial (`thaumicbases-3.6.011.0.jar`) with your mod (`tbmr-0.0.1.jar`) and see these errors in my logs where it looks like your mixin isn't applying correctly.
```
[10:…
-
```ruby
func (r *RouterSlices) AddHandler(msgId uint32, Handlers ...ziface.RouterHandler) {
// 1. Check if the API handler method bound to the current msg already exists
if _, ok := r.Apis[msgI…