takaaa220

Results 7 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

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