Luca Trevisani
Luca Trevisani
Sure, I am going to submit a new PR for this, WIP
Please follow these [instructions](https://github.com/JuliaLang/julia/blob/master/README.windows.md) to install the `x86_64-w64-mingw32-gcc` compiler with Cygwin.
I was just working on adding `WinRPM` support to `static-julia`, maybe I should stop and go ahead after it is merged into `PackageCompiler.jl`? @ViralBShah there is still PR #60 to...
I closed PR #60, I am going to open next PRs on [`PackageCompiler.jl`](https://github.com/JuliaLang/PackageCompiler.jl).
@c-git here is the [reference](https://doc.rust-lang.org/std/primitive.array.html). If you prefer I can divide tuples and arrays in two sentences, maybe it becomes clearer. Moreover in my opinion it would be helpful to...
@tafia is anything else needed to merge this?
@tafia please let me know what you think in the next days if you can, at least for the first points, because this coming weekend I would have some time...
@tafia: 1. OK I created PR #389. 2. I agree with your comment, but please have a look at the [`invalid_option`](https://docs.rs/csv/latest/csv/tutorial/index.html#handling-invalid-data-with-serde) and [`invalid_result`](https://github.com/BurntSushi/rust-csv/issues/345) functions of the [`csv`](https://crates.io/crates/csv) crate. They provide...
> Calamine now uses [hack](https://github.com/tafia/calamine/blob/master/src/formats.rs#L96) for converting time 1904 to 1900, and for time 1904 as_time() produces bad results. I think 1) calamine should store start date in DataType (like...
@tafia please notice that [since version 0.60.0 `rust_xlsxwriter` supports `Result` serialization](https://github.com/jmcnamara/rust_xlsxwriter/blob/main/CHANGELOG.md#0600---2023-01-02), and hopefully [`Result` deserialization through the `invalid_result` function will soon be merged to `csv`](https://github.com/BurntSushi/rust-csv/issues/345).