Dmitry Mottl

Results 10 issues of Dmitry Mottl

This commit adds Append function to cmd/go/internal/lockedfile. It has the same behaviour as Write, except that it doesn't truncate the file if it already exists. Refer to: https://github.com/golang/go/pull/30211 (or https://go-review.googlesource.com/c/go/+/162437)

This commit fixes an issue with the http.Dir() description. `http.Dir()` takes a folder within the filesystem as an argument, not an url path.

### Description Steps to reproduce: `limactl create template://ubuntu --name=ubuntu` or `limactl create template://ubuntu-lts --name=ubuntu` `limactl start ubuntu` Output: ``` INFO[0000] Using the existing instance "ubuntu" INFO[0000] QEMU binary "/usr/local/bin/qemu-system-x86_64" seems...

guest/ubuntu

Seems like transtats.bts.gov has removed PREZIPed reports. It responds with 404 error.

`DataFrame.write_csv()` will automatically compress data if a filename ends with `.gz`. Closes #13227

python
enhancement

This PR adds four conversion functions from integers to floats: `f32x4::from_i32x4` `f32x8::from_i32x8` `f64x2::from_i32x4` `f64x4::from_i32x4`

This commit updates docker images to **Ubuntu 24.04** The following packages were removed by Ubuntu since 22.04: ``` libatk1.0-data libdns-export1110 libgcc1 libgl1-mesa-glx libgles2-mesa libhdf5-openmpi-103 libicu-le-hb-dev libicu-le-hb0 libilmbase25 libirs161 libisc-export1105 libisc1105...

### Crate name lightgbm3-sys ### Build failure link https://docs.rs/crate/lightgbm3-sys/1.0.5/builds/1324739 ### Additional details lightgbm3-sys is a binding library to LightGBM, which uses CMake at least 3.28: https://github.com/microsoft/LightGBM/blob/602528315c6d5e4ae1e8f5de106cf56cf5869b16/CMakeLists.txt#L26 Could you upgrade to...