-
Hi Sebmillet
Hope you can assist with the decoding of this blind - the keys are up/down/stop.
The receiver register seems to change with each key
I have also added sniffer dumps for the sequence…
-
Recent RETURNN:
> RETURNN starting up, version 20200706.123141--git-1bbf93a4, date/time 2020-07-12-09-57-02 (UTC+0200), pid 1594, cwd /work/asr4/zeyer/setups-data/switchboard/2020-06-09--e2e-multi-…
-
```julia
julia> using CircularArrays
julia> c = CircularVector([1,2,3])
3-element CircularVector(::Vector{Int64}):
1
2
3
julia> push!(c, 4)
ERROR: MethodError: no method matching resize…
-
There are two main repos of miniKanren's SMT hook: [clpsmt-miniKanren](https://github.com/namin/clpsmt-miniKanren) and [smt-assumptions](https://github.com/namin/faster-miniKanren/tree/smt-assumptions…
-
As far as I understand, Breeze was designed in order to take advantage of BLAS/LAPACK and even specialized implementations for GPUs. So, chances are that my question below is simply out of context, or…
-
The repo currently has experimental and partial support for generalized indices.
Here are some known extensions we should implement:
- [x] asking for generalized indices outside the static bound…
-
An attempt was made a while back by Jasper Neumann(https://lists.llvm.org/pipermail/llvm-dev/2014-January/069676.html). Before the patch gets lost i'm putting it here for reference in case anyone want…
-
./flagsup.py --full /dev/shm/jsc_lto_wl
Canonical compile string (270 compile units):
Ubuntu clang version 11.0.0-++20200715081714+92f7bd3a399-1~exp1~20200715062327.261
compile dirs (units):
/h…
-
Using the new `[foo with a=b]` bitfield syntax instead of `update_a(foo, b)` seems to cause a crazy regression in compile time,
This is possibly the cause of https://github.com/riscv/sail-riscv/is…
-
I just built Click and got this error
![screenshot from 2017-09-11 11-55-29](https://user-images.githubusercontent.com/11684530/30256825-6b249f22-96e8-11e7-9d8e-366015c561cb.png)
I am using Ubuntu 1…