-
I checked out a branch with a different name than the remote counterpart:
```
$ git checkout -b local-branch myupstream/remote-branch
```
When I attempted to push my changes upstream, I got th…
-
Source: https://pytorch.org/tutorials/beginner/examples_autograd/two_layer_net_custom_function.html
We discussed this already for Rust.
Does OCaml bindings have the same limitations of not suppo…
-
Consider the following code:
```
extern crate tch;
use tch::{Cuda, Tensor};
pub fn main() {
println!("cuda: {:?}", Cuda::is_available());
let opts = (tch::Kind::Float, tch::Device:…
-
This issue is meant to consolidate the discussion around the Scripting API.
It might be a bit early for an actual implementation to come out of this, however, starting a discussion around API desig…
-
I cannot build rustc locally with commit f7af19c279.
The build log is:
```bash
% ./x.py test src/test/ui --pass check
Updating only changed submodules
Submodules updated in 0.06 seconds
…
-
I am trying to build an OCaml project as a C library so I can use it inside a C/C++ project.
Most examples I see are linking a C library to OCaml but I want the other way around. Or they only compile…
-
Meant to raise an issue about this a while ago, but I've been making do (although barely 🙈). I have tried building from source, from brew, building the previous version and both the latest version of …
-
A continuation of https://github.com/alexcrichton/cmake-rs/issues/60
------------------------------------------------------------------------
I've just set up a new computer with Windows 10, and…
-
fmf used to use Source instead of Source0
https://github.com/psss/fmf/pull/58
My question: is this a common practice? So far I've soon most of the spec files to have Source0. Should we fix this …
-
Attempting to stream mpeg4_he_aac_v2 or mp3 to an icecast server built from git master results in the aac stream playing for a few ms before cutting out, and the mp3 stream sounding corrupt.
Thinki…