[chrome] remove pokutuna from owners
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [ ] Test the change in your own code. (Compile and run.) - [ ] [Add or...
Please fill in this template. - [x] Use a meaningful title for the pull request. Include the name of the package modified. - [ ] Test the change in your own code. (Compile and run.) - [ ] [Add or...
**Describe the bug** When same handler is used for both a shortcut and button click, pressing Ctrl+Enter unexpectedly triggers a ClickEvent instead of TextareaShortcutEvent. This is confusing becaus...
インタビューから得られた切片を自動でグループ化しタイトルと要約を付与する機能で、生成 AI とクラスタリング手法を組み合わせて実装しました
Fixes #6501 I have fixed this issue similarly to #5286. The approach is the same, but we need to use components that work in the Browser environment instead of Node. I previously fixed the sam...
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain.js documentation with the integrated search. - [X] I used the GitHub search to find a ...
Fixes #5285 - There were only integration tests in google-gauth, but I have added some unit tests. Is this okay? - I also used npm link to verify locally that the issue has been resolved.
### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain.js documentation with the integrated search. - [X] I used the GitHub search to find a ...
Dataform への Contribution に対して Peer Bonus を頂きました
<!-- Put a description of what this PR is for here, along with any references to issues that this resolves or contributes to --> It's a tiny fix for the documentation. I found the following link w...
<!-- Put a description of what this PR is for here, along with any references to issues that this resolves or contributes to --> Fixes hashicorp/terraform-provider-google#15825 <!-- Please self...
<!--- Please keep this note for the community ---> ### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issu...
Fix this 
resolves #1444 In #1489, I worked on improving the formatter but didn't include support for multiline strings using triple-quotes as it required a little bigger changes in the sqlx lexer. In th...
This change is from the conversation here: https://github.com/dataform-co/dataform/pull/1490#discussion_r1208628703 `//sqlx` includes two functionalities: a lexer for sqlx files and a formatter. I...
I have development environments and CI to run Datastore emulator and an application that connect to it on Docker Compose. Those connections are resolved by the service name on the overlay network wit...