Valentin Deleplace
Valentin Deleplace
...instead of wrapping on the next line.
First screen : Moved Permanently. (link) Second screen: search: INVALID_REQUEST: WARNING: query error at line 1:7 in query 'Bulk:(~) AND Langs:(Go OR Java)'
The buttons [Execute script] and [New script] are next to each other. If one accidentally clicks the latter, the current script is deleted without hope of recovery (no Back, no...
Publishing a script creates a URL in the form `https://groovyconsole.appspot.com/script/5088073331245056` . In case the user has provided a Title, how about generating a nice url in the form `https://groovyconsole.appspot.com/script/test-publish` or...
Hello, thank you for the nice library. It seems that it is used in the wild to generate catchy identifiers e.g. `"my-collection/bikes/elegant-green-coat"` but also sometimes to generate easy to remember...
gohttp seems to ignore the [range request header](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Range), e.g. `range: bytes=0-811` It would be great to support it!
### [REQUIRED] Environment info **firebase-tools:** 13.8.3 **Platform:** Ubuntu 22.04 ### [REQUIRED] Test case No project code necessary for repro ### [REQUIRED] Steps to reproduce ``` $ uname -a Linux my-desktop...
Hello, thank you for the nice static web server. I reported [this bug in firebase-tools](https://github.com/firebase/firebase-tools/issues/7173) (firebase-cli) and I'm not sure of the root cause, but the error stacktrace involved [this...
Let's remove the 13 occurrences of ``` t.Skip("Skipped while investigating https://github.com/GoogleCloudPlatform/golang-samples/issues/2811") ``` and make sure the tests still pass. See #2811 (closed 2023-04)