Franz Heinzmann

Results 98 issues of Franz Heinzmann

This fixes a bug and adds a small feature, both related to ListTables: - The auto scrolling in ListTables does not take into account the fixed header row, thus alwas...

Hi, if I read the code and docs correctly, there's no way at the moment for a worker/client to wait or poll for new jobs. `queue/{queue}/job` always returns immediately, either...

I started to work on node bindings for tantivy: [tantivy-node](/Frando/tantivy-node) Very basic still, but works. I'm new to rust and writing bindings, so if anyone wants to follow along or...

This PR implements an optional feature to sync groups from an OIDC provider. I'm using this with Keycloak, which supports a "groups" claim that contains an array of group names....

Hi, this PR adds a `browser` field to `package.json`, with a `browser.js` that re-exports `window.EventSource` in CommonJS format. This makes the package easily compatible with CommonJS based bundlers (e.g. vite).

This adds feature flags `broker_redis` and `broker_amqp` to only compile code and dependencies for the brokers being used. Witt this patch, you can disable the default features and then only...

Hi, I want to use rusty-celery with the Redis backend. When trying a minimal example (like the one in `/examples` with a Redis broker instead of RabbitMQ), a Python worker...

I, and I presume others too, use postcss mode for sailwind css files, with language support via [PostCSS syntax](https://marketplace.visualstudio.com/items?itemName=ricard.PostCSS). This adds autocompletion for tailwind classes in postcss files (#131).

[Vite](https://github.com/vitejs/vite) looks like a much leaner tool that could replace both webpack and the ui dev server nicely. It also gives us native ESM support, which will be very good...

A tracking issue for the new Schema API. High-level overview: * Add a schema module in sonar-common that is available to both the client and the schema * In the...