-
I have a 5 arg function that became 6:
```
pub fn neuro_model_fit(
mut net: ONetwork,
data: OTabularDataSet,
batch_size: u64,
epochs: u64,
print_loss: Op…
-
in using the custom! macro I noticed the ops.identifier field was not being set as per the distro source.
replacing with a pre-expanded version showed a test .name was not copied across and .identifi…
-
There's definitely some rough edges around the functional API, with some good ideas on how to make it better.
![image](https://user-images.githubusercontent.com/10237910/90598899-ec713000-e1c1-11ea…
-
In `config.toml`, under `[target.x86_64-unknown-linux-gnu]`, one can set `cc` and `cxx` to configure the C/C++ compiler used for building LLVM.
When using clang/clang++, regardless of whether `use-…
-
with the auto conversion for a slice:
```
unsafe fn as_slice
-
I'm building two libraries using exactly the same method as `dune` file from `test/`.
This causes `multiple definition` of certain symbols. Does `no-std` flag fix this issue? Is there any way to fi…
-
hi
I installed on x86-64 system with no problem but then
switched to a armv7l and got this install error:
```
Compiling ocaml v0.11.3
error[E0308]: mismatched types
--> /home/dev/.cargo…
-
When trying to highlight Vue.js files using the same syntax file that works well in Sublime, Syntect panics:
```
thread '' panicked at 'begin
-
I have some bindings I'd like to upgrade, but they used some unsafe pointer mangling and `Value::alloc_custom(ptr, finalizer)` to build OCaml values. What's the new idiom for that, can I just say `ret…
-
I'm using fnm behind a corporate proxy.
I have proxy settings in my .zshrc file setup uing
```
export http_proxy=http://
export HTTP_PROXY=http://
export https_proxy=http://
export HTTPS_PRO…
hisea updated
4 years ago