Doron Behar

Results 223 comments of Doron Behar

> @doronbehar have you tried with tectonic's `-p` flag? I did run `tectonic -p test.tex | grep 'Warning: Citation'` and is working fine for me. Truly they don't appear by...

I'm still experiencing this issue now, with `tectonic` 0.9.0 :sob:. Is there a `--web-bundle` url I can give to it that will fix it? Please :pray:.

> @mracos, I think it would be a really nice touch if `CTRL+D` did not close the `:Buffers` window, but instead closed the selected buffers and simply updated the `:Buffers`...

BTW I use https://github.com/ibhagwan/fzf-lua which has this feature.

Can confirm. Thanks for the info! Waiting for the new release..

Hey! I too wanted to open this issue. Thanks for creating this library, it is very useful! > For these `beta` parameters, it is straight forward to calculate a standard...

Wow thanks for the detailed answer! It is super appreciated. To help myself understand the terms you use, I'm relying upon your [blogpost](https://jekel.me/2018/Continous-piecewise-linear-regression/) to get the definition of beta vs...

> I think it only get's populated after running the p value calculation. Yes I observed that as well, and added a comment in my code excerpt. From some reason...

Apparently (both) of my code excerpts above were counting the indices wrongly in `pwlf_.beta`... Here's a version I proved to be correct, via a `numpy.allclose` assertion. ```python pwlf_ = pwlf.PiecewiseLinFit(x,y)...

> Also reported on [Launchpad for Ubuntu](https://bugs.launchpad.net/ubuntu/+source/cups/+bug/1753509). Hey all, I reached this issue after reading the above issue, and trying to investigate and maybe help resolve the issue. I'm not...