Mathias Baumann

Results 12 comments of Mathias Baumann

Only documentation I know of for this is https://github.com/dlang/druntime/blob/15a227477a344583c4748d95492703901417f4f8/src/rt/dmain2.d#L142-L144 I can change the docu for `Fiber.call` to mention the behavior when rt_trapExceptions is set

+1 from me for this. This would make it easy to have a list of graphs with data without having to specify every single graph. We have that situation a...

You can try the branch of my fork https://github.com/mathias-baumann-sociomantic/graphitus/tree/generate-graphs I'll keep it up-to-date with master as we are using this internally already. Glad for any feedback you give.

I would love to see this solved by adding means to use a global configuration used for all repositories e.g. ``` [hub] upstream = sociomantic/%reponame% ```

It could either be the folder name or it could be the repository part of the the 'origin' remote

Well, you can assign it to me, but I can't promise anything

I think my ticket was referring to the scenario where the whole upstream repo doesn't exist, not just a branch. But I suspect this would solve it either way.

Well, if an app is running without epoll / aka `Task.getThis() is null` they simply have to accept that some things are blocking, I wouldn't worry about that part. About...