Bodo Graumann

Results 53 issues of Bodo Graumann

There is a `default_exchange` declared on the Channel: https://github.com/mosquito/aio-pika/blob/8080b903a53374a72a5c7db32a851baad4cbbabc/aio_pika/channel.py#L189-L198 It is also used in a lot of examples. However it is not included in the API docs or in the...

I had some edge cases where the traverse script did not work well, so I took some time and refactored it and added: - warp pointer to focused window -...

### Reproduction https://github.com/vuejs/router/blob/main/packages/router/__tests__/router.spec.ts#L300-L328 ### Steps to reproduce the bug - Route with an optional parameter - Set the parameter - Unset the parameter with `undefined` ### Expected behavior I would...

bug
has workaround

**Version info**: ``` qutebrowser v3.1.0 Git commit: Backend: QtWebEngine 6.7, based on Chromium 118.0.5993.220 (from api) Qt: 6.7.0 ``` **Does the bug happen if you start with `--temp-basedir`?**: Yes **Description**...

### Reproduction https://github.com/bodograumann/pinia-hmr-optional-attributes ### Steps to reproduce the bug 1. `git clone https://github.com/bodograumann/pinia-hmr-optional-attributes` 2. `cd pinia-hmr-optional-attributes` 3. `npm install` 4. `npm run dev` 5. `xdg-open http://localhost:5173` 6. Press the "Increment"...

discussion
HMR 🔥

In our application there are two independant places where the request body needs to be accessed. In one place we are reading it as json, in the other we are...

Currently, the script always activates the webcam the whole time and uses processing resources. Is it possible to pause the processing, while the output video device is not used? Or...

enhancement

I’m trying to use weffe on arch-linux. Honestly not sure which version was installed (with yay). It says it would install 1.0.0.r1.g449d0db-1, but now says 1.0.1.r4.gf0418fb-1 is installed :shrug: ....

Currently it is not possible to sort properties, schemas or responses by name, because any order defined for them is applied to the nested objects instead. In order to distinguish...

**Describe the bug** When opening a new window, e.g. with `v` or `:Git blame`, the content of window are scrolled from 0,0 to the intended initial position, instead of starting...

bug