Jens Reimann

Results 241 issues of Jens Reimann

The function `execute_cypher` of `Client` requires `&mut self`, which doesn't seem to be required. However, having it `mut` seems to make it impossible to use transactions, as that would also...

bug

The underlying client can work with `&self` and concurrent requests. Having if `&mut self`, will cause an issue when creating a transaction, as the transaction will borrow the client, and...

### Description The previous operator provided YAML files, which could be referenced directly via Kustomize, that installed the operator in the provided namespace. This repository again provides such YAML files,...

### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar request - [ ] This feature could be solved with a [custom image](https://github.com/cross-rs/cross/blob/main/docs/custom_images.md#custom-images) (optional) ### Describe...

feature-request

This originally comes from here: https://github.com/rust-lang/git2-rs/issues/1057 The reproducer is here: https://github.com/ctron/git2-repro The summary is: if you compile some application which uses `git2-rs`, for `aarch64-unknown-linux-gnu`, it produces a binary which segfaults...

Right now there's a layer of configurations (order of priority, former will override latter): * CLI (clap) * Environment variables (mapped to serde with envy) * `Trunk.toml` config (serde) The...

help wanted

Coming from a discussion on https://github.com/trunk-rs/trunk/issues/710 this issue tracks the idea of using [manganis](https://github.com/DioxusLabs/collect-assets) for assets. I think there are three levels of integration possible: 1. Through trunk's hook system...

enhancement
help wanted

There is a way to expand a vertice/node. But once that's done, there seems to be no way to close/collapse it again.

enhancement

I am not sure what the exact condition is, as the code works in some cases. It fails on aarch64. ``` [Current thread is 1 (Thread 0xffff8e7b7c00 (LWP 5))] Missing...