Asger Hautop Drewsen
Asger Hautop Drewsen
Test: ``` function testfun set input (cat) echo $input end echo testing123 | testfun ``` This should output "testing123", but produces nothing. It works perfectly in bash: ``` function testfun...
I have a project depending on `turbojpeg-sys` which I need to compile for the `armv7-linux-androideabi` target for Android API level 17, meaning that I need to use Android NDK v21....
* **uvloop version**: `0.17.0` * **Python version**: `3.10.8` * **Platform**: Arch Linux * **Can you reproduce the bug with `PYTHONASYNCIODEBUG` in env?**: Yes * **Does uvloop behave differently from vanilla...
### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue [`cross-x86_64-unknown-linux-gnu.tar.gz`](https://github.com/cross-rs/cross/releases/download/v0.2.5/cross-x86_64-unknown-linux-gnu.tar.gz) from https://github.com/cross-rs/cross/releases/tag/v0.2.5 requires version 2.34 of glibc to run. The...
### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar reports ### Describe your issue According to [the wiki](https://github.com/cross-rs/cross/wiki/Configuration#environment-variables) `CROSS_CONTAINER_OPTS` should only be added `$engine run`...
### 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 docker image](https://github.com/cross-rs/cross#custom-docker-images) (optional) ###...
We have a use-case where our app is run on a tablet in a public setting. Thus we would like to disable autosuggestion to prevent the Android keyboard from remembering...
Running the example Rust code from the README and choosing the `bbbb` option using arrow up and enter the ouput is as follows:  You can see that `bbbb` output...
Deserializing a String field inside a flattende struct fails if the field contains a valid integer
#### What version of the `csv` crate are you using? 1.3.0 #### Briefly describe the question, bug or feature request. When deserializing to a `String` field using serde, `csv` can...