Maximilian Roos

Results 1161 comments of Maximilian Roos
trafficstars

Great, I think we agree there are tradeoffs in generalizing from two modes to the intersection's one mode. If we can lower those costs, then great. Those costs are high...

Thanks @d3dc . That's indeed the sort of feature that I would make this more concise.

Is there a way of getting the current working directory when a taskfile in another dir is invoked with `-t`? e.g. a variable that would return `/home/foo` here: ```sh $...

> Hi @max-sixty, have you found a solution to the problem? I found another way of doing what I needed, sorry not to be helpful.

Thanks @josex2r — that looks promising! Something i don't quite understand — what is role of the python part of this script? I have tried running just the `source` script,...

> FWIW I have no idea what to do with your MCVE. Does it just mean that `xarray.Dataset.transpose` uses this notation (clearly echoing its use in slices), and that therefore...

Great, thank for you the response @gvanrossum. That's a clever hack. I'll put something into bugs.python.org

I've been getting this more recently when moving a window to the monitor with a menu bar. (Though I've had it a lot over the past few months, and don't...

> When using multiple screens, and having an app with a window opened on both screens, when i try to switch to that app on my main screen, the focus...

Here are a couple of scripts I've added to my `init.coffee` to enable some of this. (I'm learning as I go, so please correct me if there are errors /...