Martin Karlsch
Martin Karlsch
same - however most of the time :-(
Goconvey relies on https://github.com/jtolds/gls for a go routine local stack to pass its context around. Only the latest version of gls works properly with 1.9. So I guess you might...
@khaf any update on this?
They did, which is annoying because the key we submitted in the beginning used `secp256r1`. The choice of prime192v1 is questionable and I wrote them about it (nobody uses it,...
You mean in case there is `/foo` and `/foo/`? Or `/foo/` and `/foo/bar`? I'll add some test cases at the end of the week, can't answer these out of my...
Thanks for the response. However this is not the same as a static member in coffeescript (good explanation here : http://www.cs8.my/2012/09/coffeescript-classes-and-their-variables/). Seems like this is missing in coffeescript-redux.
This came up again and I found the reason why `cloud` was missing (actually intentionally removed): https://github.com/dask/gcsfs/pull/144. We are running in various GCE environments (vanilla, GKE and AI platform). What...
Yes that is what I meant by pseudo folder. The issue here is that what `info` returns is not consistent due to trying to support the idea of folders. In...