Andreas Steinel
Andreas Steinel
One possible step in the right direction could be this patch: ``` diff diff --git a/libsstp.c b/libsstp.c index 9aac3b0..bbe56c1 100644 --- a/libsstp.c +++ b/libsstp.c @@ -1393,6 +1393,12 @@ int sstp_fork()...
Yes, sure. I just wanted to discuss it before changing a lot and creating pull requests. I also created a Debian Jessie package, so that the software can be installed...
> Issue is compounded by the fact that same-named directories in different gameboxes will both be affected by a change to either of them as the gamebox states cannot distinguish...
Just found #27 ... so there is currently no support for this?
I also tried to use `SetAutoWrapText(false)` as it was pointed out in #27 before even writing this issue, yet it failed until I realised (just now), that you have to...
Only for the sake of completeness and everyone who's looking for the same answer, here is a working example including `SetAutoWrapText` ```go package main import ( "os" "github.com/olekukonko/tablewriter" ) func...
There are still some oracle db docker images on the Hub, strange. Meanwhile, Oracle's own docker images are available also on github: https://github.com/oracle/docker-images
The licence agreement includes a clause to not share the binaries at all, so all people that share it by publishing a final image violate their licence agreement and will...
Commited my first attempt in commit a8fa99cac7c572fe7f62d3bc4ebd73e48f2d8b02. You can run the task with an argument to either load a whole project (found by project_identifier) or an issue with sub issues.
That is actually a very nice idea. I haven't looked at the overall code in a while, only migrated the old hacks to new versions, but your idea is genius...