takaaa220

Results 10 issues of takaaa220

### Description refs: https://github.com/firebase/firebase-functions/issues/988 Encode a Date object in return value of onCall functions to ISO formatted date string. ### Code sample ```typescript onCall(() => { return { d: new...

I want to specify some origins for Access-Control-Allow-Origin header in callable functions to improve security as follows. ```typescript exports.newPost = functions .runWith({ allowOrigins: ["https://example.com", "https://sub.example.com"] }) .onCall((data, context) => {...

type: feature request
triaged

In File.swift l.130 `return self.metadata?.downloadURL()` , the above error has occurred. ``` /// DownloadURL public var downloadURL: URL? { if let url: URL = self._downloadURL { return url } return...

### Which packages did you experience the bug in? extension-link ### What Tiptap version are you using? 2.0.0-beta.220 ### What’s the bug you are facing? Multiple tabs are opened when...

Type: Bug
Triage: Open
Category: Open Source

- [ ] OGPなどの設定 - [x] twitter card - [x] title、discription

導入し、リンクにクリックイベントつけたい。

Hi, maintainers! I would like to express my sincere gratitude for your efforts in maintaining gomock. *Requested feature* Is the issue https://github.com/golang/mock/issues/616 resolved? If not, i hope improvement the diffs...

enhancement

## Fixes Or Enhances Add alphaspace validator for https://github.com/go-playground/validator/issues/1191. **Make sure that you've checked the boxes below before you submit PR:** - [x] Tests exist or have been written that...

Hi, maintainers! I’m considering replacement into Bun in my project and want to check if it supports optimistic locking. If not, is there any plan to support it in the...

enhancement
help wanted

Hello, I have encountered an issue with data truncation caused by type casting for a bulk update with CTEs. Below is a minimal reproducible example and the SQL query generated...

enhancement
help wanted