Alper Yilmaz

Results 40 comments of Alper Yilmaz

Instead of using `HISTTIMEFORMAT` I'm piping output of a custom command instead of `history` command so that I have time info and larger history, and `fzf` has no problem handling...

I would second that feature request.. I actually want to request a little bit beyond, I think not only "tags" line but also whole YAML header should be commented out....

docker should mount host directory to `/work`, instead of `/app` the `pwd` in container prints `/work` for `haifengjin/autokeras:latest` (ff0ffdc713a9) ``` $ docker run -it -v $(pwd):/app --shm-size 2G haifengjin/autokeras pwd...

for some reason the Dockerfile at https://github.com/keras-team/autokeras/blob/master/docker/Dockerfile has `WORKDIR /work` statement..

sorry, I didn't notice gde_gpu.jl file. Still, reshape function might cause problems gde_gpu as well..

Thanks for your quick reply. I really appreciate your time although my problem is such a trivial one. The info about coreutils in my systems is as follows (description part...

Hi, I tried installing coreutils in docker environment following the instruction at [this site](https://www.dedunu.info/2020/06/10/ubuntu-20-04-build-coreutils-from-the-source). The version number is shown below: ``` $ wc --version wc (GNU coreutils) 8.32.54-5b816 Copyright (C)...

Ooops, I missed your reply when I was preparing my reply. So, I merge coreutils first and then compile dgsh.. I'll try that..

Hi again, the current remote url for unix-tools/coreutils is show as "https://github.com/mfragkoulis/coreutils", I replace it with "https://www.github.com/coreutils/coreutils.git" and try to merge/pull and then compile..

Sorry for bothering again. I tried to change the submodule to coreutils repo and did the following commands (taken from [this post](https://stackoverflow.com/a/914090/4579196), I hope I did them right). I'm not...