Tilman Hoffbauer

Results 27 comments of Tilman Hoffbauer

@NMinhNguyen, from my observations, the by far most common way of configuration for docker images is by environment variables. Sometimes there are also some command line parameters or config files...

> > @NMinhNguyen, from my observations, the by far most common way of configuration for docker images is by environment variables. Sometimes there are also some command line parameters or...

You have to specify the binary classifier, as detailed in #230. You can look that up on [PyPI](https://pypi.org).

Same here. The package `tensorflow-gpu:1.13.1:cp37-cp37m-manyliux1_x86_64` is pulled in as `tensorflow_gpu`, but the pip command line would be `pip install tensorflow-gpu`. Maybe it would be safe to just convert all underscores...

Is this issue still relevant for BBB 2.4?

Maybe `link` is a better name for the attribute.

I'm interested in this feature, too. The browser zoom is not very convenient, as it also changes the display size. Especially in side-by-side mode this does not really solve the...

(won't take it personally, no problem) I understand your point, but it has to be noted that there are already quite some features at the bottom editing bar, which aren't...

It seems like snapshots are only implemented for Redis, which does require a central server. I would be open to the idea of a library, as I generally think that...

> Why not keep it simple and just implement `eb --remove` as: > > * load module file > > * rm -rf $EBROOTXXX > > * rm module file...