-
running `tup upd` get:
```
mount: Permission denied
tup error: Unable to remount the root file-system as a private mount.
*** tup errors ***
*** Command ID=15 failed with return value 1
```
this i…
-
I know there has been a reported problem on Cygwin tools as well, but it has resurfaced with Msys tools now, too.
Running MinGW's `gcc` results in `make.exe has stopped working`.
Here is a dump of (…
-
If I mount a directory with ``sshfs`` that contains a ``.tup`` directory and a ``Tupfile``, and try to run ``tup upd``, I get the following:
```
open(".", 0): Permission denied
tup error: Could n…
-
I have modified as follows:
```
def process_tuple(self, tup):
log.debug(tup)
if tup.values != [] :+1:
word = tup.values[0] + '!!!'
log.debug(word)
self.emit((…
-
Hello,
I tried to use TUP in a Vagrant Directory (synced to a Windows Folder). I always get this error:
```
vagrant@precise32:/vagrant/testapp$ tup upd
[ tup ] [0.001s] Scanning filesystem...
[ tup…
Atrox updated
9 years ago
-
# Playing with Tupper's Formula in Julia
[https://rousan.netlify.app/pages/maths/blogs/tupper_form/](https://rousan.netlify.app/pages/maths/blogs/tupper_form/)
-
When running the `rustfmt` on a line that contains a block comment, the lines doesn't get formatted at all. My expectation is that the line gets formatted correctly as if the comment block wasn't ther…
-
If I have a Tupfile like this one:
```
: |> echo first > %o && echo second > %o.2 |> out/file.txt | %O.txt.2
```
It fails with following message:
```
d:\1\tup_dir>tup
[ tup ] [0.001s] Scanning file…
-
Trying to build [A First Tupfile](http://gittup.org/tup/ex_a_first_tupfile.html) returns an error encountered in #168 and #147:
```
[ tup ] [0.002s] Scanning filesystem... …
-
I'm trying to do hyperparameter tuning for a next item recommender using yoochoose data (code below) but get the following error:
ValueError: model must be a NextItemRecommender but '' is provided
…