Tobias Munk

Results 508 comments of Tobias Munk

No, this looks good, I think. ``` $ bash -c 'echo $BASH; let count+=$(echo 1); echo $count' /opt/local/bin/bash 1 ``` I have an ENV var `SHELL=/bin/bash` though, which points to...

I ran the built-in test suite: ``` Kraftbuch:bats tobias$ bats -v Bats 0.4.0 Kraftbuch:bats tobias$ bats test/ bats-exec-suite -x /Users/tobias/Webserver/github.com/sstephenson/bats/test/bats.bats /Users/tobias/Webserver/github.com/sstephenson/bats/test/suite.bats bats-format-tap-stream ✓ no arguments prints usage instructions ✓ -v...

I wasn't able to track this down further... As a workaround I was using a `bats` [Docker](https://www.docker.com/products/docker-toolbox) image, like so: ``` docker run -v ${PWD}/test:/test dduportal/bats /test ``` to run...

But should it be possible to create a new version, or am I overlooking a major blocker? Von meinem iPhone gesendet > Am 13.04.2018 um 13:18 schrieb Renzo Toma :...

I needed to use a newer golang version. If you won't do any updates at all I might be an option to set this repo to read-only mode. I'd set...

@joni2back Would be good to get a new release, the last one is from 2016 and there were 96 commits in the meantime. A `beta` version would be fine.

Not providing this feature is an *Armutszeugnis* (there's just no English translation for that) for a billion dollar company like Microsoft. Did someone of your team ever looked at another...

OK, so let me say sorry. So at least you're pretty responsive ;) Maybe my problem is also that I just don't know how the MSSQL server works in detail....

With sqlcmd, I can import data into the server. This has to be part of the image. It's requiring 3,5 GB memory anyway ;) @LuisBosquez @twright-msft Do you have a...