Gal Aharoni

Results 10 issues of Gal Aharoni

## I'm submitting a... [ ] Regression (a behavior that used to work and stopped working in a new release) [ ] Bug report [ ] Performance issue [x] Feature...

Feature Request
Status: Backlog

Say I'm using the Terminal in fullscreen (by pressing F11). Then pressing Ctrl+Space does open the app-menu because when I type something and press Enter that app does get open,...

Priority: Low
Status: Confirmed

### Is your feature request related to a problem? Please describe. I'm using RabbitMQ as MQTT Broker with the `rabbitmq_mqtt` plugin. I'm deploying RabbitMQ over Kubernetes with the Kubernetes Operator....

enhancement
rabbitmq-mqtt

**What happened?** Installed both `main` & `v0.12.0` versions, in both of them Grafana dashboards not showing data. **How to reproduce it (as minimally and precisely as possible)**: Go through the...

kind/bug

I'm using the CLI as follows: > json2ts -i './*.json' --output -o ../contracts Where in my current directory there are multiple JSON Schema files. In the `contracts` directory I'm getting...

duplicate
enhancement

### A note for the community * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request...

type: enhancement
sink: gcp_pubsub

Consider the following: ``` uv add gpjax --optional jax × No solution found when resolving dependencies: ╰─▶ Because gpjax==0.9.1 depends on numpy

enhancement
no-stale

Hi guys, this is a feature request. I have some `.proto` files (Protobuf) I'd like to generate Python code for, at some point in time before the code runs. A...

needs-design

Macbook Air M1. ``` ➜ ~ brew tap thliebig/openems https://github.com/thliebig/openEMS-Project.git ➜ ~ brew install --HEAD openems ==> Fetching thliebig/openems/openems ==> Cloning https://github.com/thliebig/openEMS-Project.git Updating /Users/galah92/Library/Caches/Homebrew/openems--git ==> Checking out branch master Already...

Consider the following: ```python import asyncio import asyncpg async def main() -> int: connection_string = "postgresql://postgres:[email protected]:5432/postgres" conn = await asyncpg.connect(connection_string) result = await conn.fetch("SELECT 1 + 1 AS num", record_class=Row)...