-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I remove or skip any mandatory\* field
### Checklist
- [X] I'm reporting a broken site
- [X] I'v…
-
**Do you want to request a *feature* or report a *bug*?**
A new feature that would improve code-splitting with externals.
**What is the current behavior?**
_Context :_
An appli…
-
The officially documented ways to install Go are to download the release archives from golang.org/dl, install it via msi or pkg installater or installing Go from the source. Even though we only suppor…
-
Initial proposal is on the wiki [here](https://github.com/haskell-distributed/distributed-process/wiki/High-Level-Redesign-Proposal). I will be seeking feedback before getting into detailed design wor…
-
I reviewed recently some code, two pull requests among them were quite big. We neither have code styles nor review check lists in operation. Hopefully we decide on the documentation rules soon, so a…
-
Please Keep Documenting your Learning Process Here.
-
### What happened?
I am not a beam developer, just a user.
I wrote a Beam pipeline to download zip files over HTTP and write them to disk in a record-oriented format (Riegeli).
- The direct…
-
I have created several pages on our wiki that describes an initial draft of how I think we should think of our process: https://github.com/artsy/mobile/wiki
I’d like you all to read through all of th…
alloy updated
8 years ago
-
Here is a MWE:
```julia
julia> function bench(n)
c = ones(n)
_, back = forward(p -> c[1] * p, 1)
@benchmark $back(1)
end
bench (generic function with 1…
-
openAI gym is working in the pytorch image, but to actually run the atari environments, it fails due to lack of x11. What's the best way to get it to where we can see the environments. I tried addin…