Helmut K. C. Tessarek

Results 56 issues of Helmut K. C. Tessarek

### What did you expect to happen? The commands (keyboard shortcuts, like ctrl-c) should work and not produce an output. ### What happened? On a few machines I use preexec...

bug

## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are...

I have set `max_content_length = "50MB"`, but whenever I upload a file larger than 50MB, the entire file is uploaded and only then I get the error message that the...

bug
help wanted

The issue is that eza ignores the `--stdin` argument, unless there is data piped into it. This is not how stdin behavior is supposed to work. e.g. look at the...

Depending on the message the date and/or the delete button are either cut off but still there, if you make the gotify-tray window wider, or they are not there no...

### Discussed in https://github.com/orhun/rustypaste-cli/discussions/178 Originally posted by **tessus** March 8, 2025 Due to the errors in the CI pipeline for the recent PR (updating ring), I looked into upgrading ureq....

help wanted

```console $ ble summary GNU bash, version 5.2.32(1)-release (x86_64-redhat-linux-gnu) [Fedora Linux 41 (KDE Plasma)] ble.sh, version 0.4.0-devel4+3d8f626 (noarch) [git 2.47.1, GNU Make 4.4.1, GNU Awk 5.3.0, API 4.0, PMA Avon...

bug

## Expected Behavior `total_limit` should be honored. ```rust App::new() .app_data(Data::clone(&config)) .app_data(Data::new(http_client)) .app_data( MultipartFormConfig::default() .total_limit( Byte::parse_str(server_config.max_content_length.to_string(), true) .expect("cannot parse byte") .as_u64() .try_into() .unwrap(), ) .memory_limit(10 * 1024 * 1024) .error_handler(handle_multipart_error), )...

needs-investigation
A-multipart

pkg_version:1.23.0 branch: commit_hash: build_time:2025-04-27 18:07:43 -04:00 build_env:rustc 1.86.0 (05f9846f8 2025-03-31),stable-x86_64-apple-darwin Generated bug report: #### Current Behavior When I am in a git directory (which uses the git module and the...

🐛 bug

> [!CAUTION] > This is PR does not work! > It implements the changes suggested on SO to limit the upload file size. > It is not clear whether it...