Daniel Bershatsky

Results 69 comments of Daniel Bershatsky

What is version of `ttpy` packages?

Yes. Package `ttpy` in PyPI is outdated and doesn't have some fixes so you can install `ttpy` directly from GitHub ```shell git clone --recursive https://github.com/oseledets/ttpy.git pip install ttpy ``` or...

I have deleted the line in #96. We need investigate commit 0e7bf47b. It looks like a garbage hotfix for nothing.

In case of CVPR/ICML-like templates, I have managed to render lines (see [998f02ac/cvpr][1]). I define a ruler as a couter and locatable content and put it in `background` kwarg of...

It's ArchLinux. `jupyter` hostname is an alias for 127.0.0.1. ``` $ jupyter --version Selected Jupyter core packages... IPython : 8.20.0 ipykernel : 6.29.0 ipywidgets : 8.1.1 jupyter_client : 8.6.0 jupyter_core...

TTPy requires C/C++ compiler and Fortran compiler in build time. Do you have both installed?

@PhilipVinc I can't find a conda recipe. Could you share a link to it?

@chiamp Any comments about "new" 0.7.1 release? Do you understand that all vendored `flax` packages of version 0.7.1 should be rebuilt with new checksums and reinstalled, patches should be rolled...

Thanks @PhilipVinc. You precisely expressed my thoughts. I'd like to add that a version (and a version tag) is a kind of a public contract which you as a maintainer...

It is pretty strange actually. The error is not very descriptive. Also, it says that `ttpy` is compiled with `flang` what could be either LLVM's `flang` and just `flang`. Anyway,...