seaders
seaders
After running into too many issues for my sanity with github's actions when we do a release, I set up https://github.com/nektos/act which has been an absolute lifesaver. With it, I've...
### What happened? We use an external library, `date-fns` https://github.com/date-fns/date-fns/issues/3670 and when we updated to version 3.2.0 of it, it stopped working, and broke our app in quite a few...
Putting these lines in a react project, ``` try { const asdf = formatRelative(subDays(new Date(), 3), new Date()) console.log("asdf", asdf) } catch (error) { console.error(error) } ``` Works as expected...
This is mainly about where I am left after the codelab, where everything "looks" alright, but actually, there seems to be a number of underlying issues. In many of the...
As well as how to access rarer fields like from .Substitutions This should help users in the future. When they have the raw json from a build, they can drop...
I think this bug is best shown with a screenrecord: https://github.com/user-attachments/assets/3da38837-a13e-4ea9-8883-ec369e044787 You can see that it's showing up as very bright light, despite me being in dark mode. When I...
### Operating System Windows 11, macOS 15.4 ### Environment (if applicable) Chrome 135, Node 22.14.0 ### Firebase SDK Version 11.1.0 ### Firebase SDK Product(s) Auth ### Project Tooling React Chrome...
The response's data here contains data of the created Task which is vital for identifying purposes like deleting the task later, it makes no sense to just discard, and is...
Here: https://github.com/firebase/firebase-admin-node/blame/83585498d9bd48b9ba715a882a3b9c951ca8422d/src/functions/functions-api-client-internal.ts#L162 ``` await this.httpClient.send(request) ``` Or better yet, actually check it, type it, and return it, like the google-cloud library https://cloud.google.com/nodejs/docs/reference/tasks/latest/tasks/v2.cloudtasksclient#_google_cloud_tasks_v2_CloudTasksClient_createTask_member_1_ https://github.com/GoogleCloudPlatform/nodejs-docs-samples/blob/0469e1fbf20906aaef01e17b0274c79a0725b9a4/cloud-tasks/snippets/createTask.js#L77 The feat that included this option last...
### What is the issue? If you install Grafana following the instructions on the [Linkerd website](https://linkerd.io/2.18/tasks/grafana/), the linkage from the linkerd viz dashboard, http://localhost:50750/grafana is broken. Internally, if you check...