-
I think it would be very useful to have a duration type natively in toml. It's a thing I use a lot in my web service configs, for cache TTL or timeouts. Right now I resort to using integers and making…
-
Submitting Author Name: Cesar Aybar
Submitting Author Github Handle: @csaybar
Other Package Authors Github handles: (comma separated, delete if none) @davemlz, @LBautistaB13, @choisy
Repository…
-
I suggest a mechanism to customize splatting behavior such that code like
```julia
+((x .- y).^2...) / length(x) # compute MSE
```
can be executed efficiently without any allocations.
The …
-
### Describe the bug
A clear and concise description of what the bug is.
Trying to run docker container for data preprocessing , its MLPerf Cosmoflow NVIDIA implementation , below is the link
The…
-
Please forgive the faux pas if readdressing closed issues is not the "done thing", however with the release of [Windows App SDK 1.0.0](https://github.com/microsoft/WindowsAppSDK/releases) I was surpri…
-
Maybe we close this issue in favour of #365?
- [x] MH (by Babak already) #365
- [x] ULA #369
- [x] MALA #369
- [x] PCN #365
- [ ] Gibbs #367
- [x] Test if Gibbs work with new sampler #398 #397 …
-
Personally, I find slashed zeroes easier to read and more aesthetically pleasing than dotted ones. I'm not sure if that's the case in general, but I would like to see a version of this with slashed ze…
-
This is a proposal for sum types, also known as discriminated unions. Sum types in Go should essentially act like interfaces, except that:
- they are value types, like structs
- the types contain…
-
I was thinking it could be useful to have a way to specify that a class should not be subclassed, so that the compiler would warn the user on compilation if it sees another class extending the origina…
-
So apparently there was a python implementation of libimobiledevice here:
[pymobiledevice](https://github.com/GotoHack/pymobiledevice)
It is written in Python meaning that you won't even need to comp…