-
Hi! Thanks for releasing your excellent work.
While reproducing your experiments, I encountered several problems.
1)Is the default --translator_path should be changed from ./data/translator6000.pk…
-
Hi, I'm trying to have mpv screenshots be the same as the video output (or as close as possible). I'm not too knowledgeable about stuff like color profiles and I was wondering if anyone could help me …
-
Instead of having a separate function, just let `qpci` be a driver that does something different depending on whether alpha is a vector or a scalar.
-
In the current design of `invertci`, it is calling the testing procedure in each iteration by `do.call`.
Although the user will set the seed before calling `invertci`, I think each iteration in the b…
-
Trying to install Scrapy, it requires install cryptography, and here is the error log.
I have no ideas with it, can you help me ? thx.
```
Downloading/unpacking cryptography
Downloading cryptograph…
-
Hi, I am often getting the error below when calling a result. Any insight?
```Traceback (most recent call last):
File "services.py", line 60, in wrapper
return function(*args, **kwargs)
File "se…
-
It should be analogous to the way `lm` works.
For example, in RStudio,
```r
lr
-
```r
df_stats(~age, data = HELPrct, mean)
## mean_age
## 1 35.7
df_stats(~age, data = HELPrct, base::mean)
## Error in .::base : unused argument (mean)
```
-
Hello,
I am running node v12.x, which includes improved async stack traces.
I'm trying to debug a potential memory leak in one of my applications, where taking snapshots is consistently crashing t…
-
Giving a custom_target() as install_man() argument will raise an exception.
```py
ct1 = custom_target('ct.1',
output: 'ct.1',
capture: true,
…