alamothe
alamothe
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....
Hello, I have a platform subproject: ``` plugins { id("java-platform") } dependencies { constraints { // ... api("mysql:mysql-connector-java:8.0.27") } } ``` And then another subproject: ``` plugins { id("com.github.ben-manes.versions") }...
### Version 4.1.2 ### Context When `setTimer` is called with delay
Please bump `google-gax` to 3.1.4 and release a new version.
Currently, in class `Compute`: https://github.com/googleapis/google-auth-library-nodejs/blob/main/src/auth/computeclient.ts The field `serviceAccountEmail` is private and there is no getter. This prevents finding the service account for the default credentials when executing on CE: ```tsx...
For Line charts, series-a will be rendered first, then series-b etc. However, this makes line from series-a appear **under** line from series-b. Isn't the reasonable assumption that series-a is "the...
Once the pull request is reviewed and approved, our workflow is that the author should merge it. This can be done easily through GitHub UI (there is a "Squash and...
If I setup editor with git like: ``` git config --global core.editor "'C:\Program Files\Microsoft VS Code\code.exe' -n -w" ``` Which is pretty much a recommended practice, then it will fail...
Docker image lacks `ENTRYPOINT`.