-
Here’s a hypothesis:
The bug is in MULTIPLE-VALUE-CALL, it isn’t popping the stack properly when it receives more than a single value.
If this is true, then it is a total accident that I tripped…
-
Why is bulk mode using quad 512 byte buffers while isochronous uses quad 1024 byte buffers ?
-
Example extracted from .env:
```
SLUGS=cisco-n9k-c93360yc-fx2
VENDORS=Cisco
```
Below error appends:
```
Traceback (most recent call last):
File "/home/bbacspy8/projects2/Device-Type-Lib…
-
Would this be possible/advisable even in grouping settings?
I have in mind doing `lapply(.SD, ...)` for `.SD` of 100s or 1000s of columns -- fundamentally, IINM, we have to store the output in memo…
-
Consider the following example that uses free monads:
``` scala
import scalaz.Free
sealed trait Account
sealed trait RepoF[A]
// the algebraic data types
case class Query(no: String) extends Rep…
-
As discussed in https://github.com/repology/repology/issues/854#issuecomment-530450656, in many packages we currently have unstable a part of `version`, rather than `pname` suggested in https://nixos.…
-
This is related to the former question "Want moving_mnist code"(#1) by ManWingloeng.
Could you please offer us bair.py as well?
We would like to test using RobotPush dataset.
This code is from …
-
First of all: thank you so much for all that useful information! :)
I was wondering if somebody has already adapted the tools to work with /dev/i2c on linux?
This is probably not a good idea, but …
-
See this example:
```
using Zygote, BenchmarkTools
f(x,y) = 1 + x^2 + y^2
fx1(x,y) = gradient(f,x,y)[1]
h1(x,y) = gradient(fx1,x,y)[2]
fx2(x,y) = 2x
h2(x,y) = gradient(fx2,x,y)[2]
```
```
@b…
-
# Intro
This is a followup on https://github.com/jeanthom/openocd-dirtyjtag/issues/2#issuecomment-769485719, focusing a working setup with DirtyJTAG+[Espressif ESP32S2 Saola-1 dev board](https://do…