Giacomo Randazzo
Giacomo Randazzo
### [REQUIRED] Environment info **firebase-tools:** 11.2.1 **Platform:** Ubuntu ### [REQUIRED] Test case Run an empty promise with a 500ms delay in [@firebase/rules-unit-testing](https://www.npmjs.com/package/@firebase/rules-unit-testing)'s `withFunctionTriggersDisabled`; record the time it takes for the...
### Describe the bug Hi! If you have something like: ``` {#if show} {/if} ``` and `show` becomes `false`, the `onDestroy` method of `CustomComponent` will fire after it has disappeared...
### Describe the bug Hi! Given the component below, a `bind:this` will return a component instance where some read-only exports are typed and some are not: ``` const foo =...
This is an attempt at applying @lord's ideas in [How To Recalculate a Spreadsheet](https://lord.io/spreadsheets/) to the [Reactively algorithm](https://github.com/modderme123/reactively/blob/main/Reactive-algorithms.md). I wanted to better understand how signal libraries relate to incremental computation...
### What version of Effect is running? 3.1.4 ### What steps can reproduce the bug? ```ts const Doc = Schema.Struct({ id: Schema.String, desc: Schema.optional(Schema.String, { as: "Option" }), }); const...
## Type - [ ] Refactor - [ ] Feature - [x] Bug Fix - [ ] Optimization - [ ] Documentation Update ## Description This PR replaces the connection-related...
### Describe the bug In TS, `@tanstack/svelte-query` imports are broken under `moduleResolution: nodenext` (currently equivalent to `moduleResolution: node16`). See https://arethetypeswrong.github.io/?p=@tanstack/[email protected] This happens because imports/exports in `dist` are missing the file...
### What version of Effect is running? 3.2.3 ### What steps can reproduce the bug? ```ts import type { Option } from "effect"; import { Match } from "effect"; Match.type().pipe(...
### Describe the bug Assets imported with the server-only `read` utility from `$app/server` are placed in the `.vercel/output/static` folder, which is publicly accessible in Vercel deployments ([Vercel docs](https://vercel.com/docs/build-output-api/v3/primitives#static-files)). This happens...
### Version 1.48.0 ### Steps to reproduce 1. Clone repo containing two packages at https://github.com/giacomoran/playwright-loader-ts. The package `package-ts` exports `src/index.ts` directly; the package `package-playwright` depends on `package-ts`, the dependency is...