Tijmen Roberti
Tijmen Roberti
Would like this too 👍
Well, in our case we have an already allocated buffer (not mapped). I found this issue because I was looking if it was possible to direct the output directly to...
I also find the `hidden` status bar to be less usable, and switched back to `compact`. I never use the "Run and Debug" sidebar, because that requires a `launch.json` file,...
The problem is in `google/appengine/ext/ndb/context.py:976` where the kwargs `**ctx_options` is passed to the `_make_ctx_options` function . This function parses the options but does not accept the `read_only` keyword argument. This...