Martin Karlsch
Martin Karlsch
The example uses p256 but Apple requires p192.
Tried connect methods according to the documentation: https://github.com/dask/gcsfs/blob/2021a89471990c58f3acaf84bd4e277c0d6c2e4d/gcsfs/core.py#L143-L146 However the methods are: https://github.com/dask/gcsfs/blob/2021a89471990c58f3acaf84bd4e277c0d6c2e4d/gcsfs/core.py#L408 The google compute metadata service is missing in the current implementation. Suggested fix: https://github.com/dask/gcsfs/pull/263
A suggestion to fix https://github.com/dask/gcsfs/issues/312.
Various tools/libraries create pseudo folders in GS, for example Tensorflow or using the "Create folder" function in the Google Storage Browser UI. The code that identifies directories does not handle...
alive?
Quick question - is this project still alive? We wrote some stuff in Emberscript and it would be sad if we have to throw it away again.
``` class Test @test = 1 ``` causes a compiler error ``` Syntax error on line 2, column 2: unexpected '@' (\u0040) 1 : class Test 2 : @test =...