Gonzalo Tornaría

Results 28 issues of Gonzalo Tornaría

Simple script to reproduce ``` #! /bin/sh set -e PKGVER=bug-1_1 ARCH=x86_64 DESC="Package to show a bug in xbps-create" DESTDIR=/tmp/bug-1 mkdir -p $DESTDIR/etc/A ln -s /etc/os-release $DESTDIR/etc/abs ln -s ../abs $DESTDIR/etc/A/rel...

bug

### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Checked that your issue isn't already [filed](https://github.com/leanprover-community/lean/issues). *...

Is there a plan to make a release? I want to package this for void linux and it's easier that a proper release will be accepted (https://github.com/void-linux/void-packages/pull/33470). Otherwise, can you...

#### Testing the changes - I tested the changes in this PR: **briefly**

PR for tracking sagemath beta/rc until 10.3 is released. #### Testing the changes - I tested the changes in this PR: **briefly**

This test presumes `pip` is installed. If not: ``` FAILED tests/test_troubleshoot.py::test_troubleshoot - AssertionError: assert 'pip list' in '$PATH:\n\t/builddir/python3-jupyter_c... ``` Here's the full output of `jupyter_core.troubleshoot.main()`: ``` $ python -c 'from...

I don't think I've seen anything like this when using jupyter_core 5.3.1. This is what I get when using jupyter_core 5.3.2 patched with https://github.com/jupyter/jupyter_core/pull/367: ``` =================================== FAILURES =================================== _____________________________ test_kernelspec_app...

``` Testing h1bsdcurisog...h1bsdcurisog completed 4c4 < 37 a 1 [0,0,1,-1,0] 1 1 1 5.9869172924639192596640199589 0.30599977383405230182048368335 0.051111408239968840235886099757 1.0000000000000000000000000001 --- > 37 a 1 [0,0,1,-1,0] 1 1 1 5.9869172924639192596640199589 0.30599977383405230182048368337 0.051111408239968840235886099757 1.0000000000000000000000000001...

Some half-cooked random ideas: 1. Have a "tail -f" mode for `fq` which starts following output close to end. Useful because sometimes I have single jobs with outputs as long...

It seems `cPickle.loads()` below defaults to ascii encoding. https://github.com/sagemathinc/smc-public/blob/2b6fe13257a4c00ce0cf2b5c4cc0a4754a345b75/scripts/sws2sagews.py#L200 A fix is adding `encoding='utf8'` to the arguments of `cPickle.loads()`.