Victor

Results 9 issues of Victor

**Update:** culprit is this: https://github.com/trpc/trpc/pull/2085#issuecomment-1175630821 --- After integrating the [WebSocket example](https://github.com/trpc/trpc/tree/main/examples/next-prisma-starter-websockets) into my own project I had noticed that server-side/SSR batched `fetch` calls fail. This behavior can also be observed...

✨ enhancement

Glad I found this, but trying to add any custom option to the generator section in my `schema.prisma` file results in prisma complaining: ```console $ npx prisma generate Environment variables...

The package exports `astroImageTools` in https://github.com/RafidMuhymin/astro-imagetools/blob/cf2f558a32acea1775835bcef2d5ed3862355726/packages/astro-imagetools/index.js#L3 but does not type it in `types.d.ts`. When using a TypeScript `astro.config.ts` file, type checking fails because TS believes there is no export. Could...

### What version of Remix are you using? 1.2.3 ### Steps to Reproduce 1. Download the [example app](https://github.com/remix-run/remix/tree/main/examples/emotion): ```console $ svn export https://github.com/remix-run/remix/tree/main/examples/emotion ``` 2. Install dependencies 3. Log style...

# 🐛 bug report Parcel appears to create a bad bundle when re-exporting in certain situations. In my case, I noticed it with the [vercel/arg](https://github.com/vercel/arg) package, a simple CommonJS module....

Stale

Hi, I've been using this approach in a project and I'm loving it so far! :+1: Is there an easy way to do SSG/ISR instead of SSR? I'm mostly fetching...

**Describe the bug** Most `flyctl` commands provide a flag to skip the warning/confirmation prompt that comes up when running a command with a different `--app` than that in the `fly.toml`...

bug

### Duplicates - [X] I have searched the existing issues ### Latest version - [X] I have tested the latest version ### Current behavior 😯 Pull down the `nextjs-with-typescript` example:...

external dependency
nextjs
scope: all components

The `hs.caffeinate.watcher` exposes a table that makes it very convenient to retrieve an event name by the event type's number, i.e. ```lua hs.caffeinate.watcher.new(function(event) print("Event " .. hs.caffeinate.watcher[event]) end):start() ``` This...