Samuel Massinon

Results 7 issues of Samuel Massinon

After trying to get it to work for this PR https://github.com/invenia/LibPQ.jl/pull/223 I thought it would be best to do it in a future PR. The main issue with numeric data...

``` julia> get(LibPQ._DEFAULT_TYPE_MAP.type_map, 21, "temp") Int16 julia> get(LibPQ._DEFAULT_TYPE_MAP, 21, "temp") ERROR: MethodError: no method matching get(::LibPQ.PQTypeMap, ::Int64, ::String) Closest candidates are: get(::REPL.Terminals.TTYTerminal, ::Any, ::Any) at /buildworker/worker/package_linux64/build/usr/share/julia/stdlib/v1.4/REPL/src/Terminals.jl:176 get(::XMLDict.XMLDictElement, ::Any, ::Any) at...

**Describe the feature you'd like** I discovered an undocumented feature where we can pass a hyperparameter named `sagemaker_s3_output` with an S3 URI. This will result in being able to store...

I notice that we mention a `binary` and `ascii` function in the README when those no longer exists. There may be other issues in the README and a look over...

I use [fish's done package](https://github.com/franciscolourenco/done) to notify me when long running commands are done. I feel having something similar in OmMyREPL.jl would be great.

``` name = "Juliainstaller" operating_system = "Ubuntu 24.4.0 (noble) [64-bit]" crate_version = "1.18.9" explanation = """ Panic occurred in file 'src/bin/juliainstaller.rs' at line 508 """ cause = """ called `Result::unwrap()`...

Context: We have some CIs that will use `juliaup` and `JULIAUP_CHANNEL` to manage the julia version. The issue is that if the specific julia version is not installed, we get...