Andrew Brey

Results 10 comments of Andrew Brey

I want to chime in here expand on _why this is important_ and why, in my opinion, this should be given some priority to resolve. Today, the top-line recommended way...

I created a related PR, https://github.com/remix-run/remix/pull/4307, meant to provide a stopgap against this same pain point, i.e. doing some work after builds complete. In this reference PR, I also briefly...

@clintonwoo there is an open PR https://github.com/remix-run/remix/pull/1841 to expose the esbuild `externals` via configuration :+1:

Just to throw it into the field of view in case it's not there already, there's https://github.com/vercel/ncc which may be helpful for the bundling aspect of this issue :+1:

> do you see this being part of an existing module or something new? That's not something I have an opinion on - I mentioned the related PR because it's...

There is an extremely handy project from @egoist called https://github.com/egoist/bina which makes this incredibly simple - for example, here's some boilerplate you can use for `charmbracelet/gum`: ```sh #!/bin/sh set -e...

Related to both this issue and #27, I have taken to using a shebang on executable files which lets each file declare its own permissions: ```sh #!/usr/bin/env -S deno run...

> You scripts seems to have wrong permissions ? I was just quickly typing this as an illustrative example, not as a copy-pasteable script. You are right, more perms are...

@kentcdodds - for a toy app I made (https://github.com/andrewbrey/wael) that is also `sqlite + prisma + remix`, I accomplished the same kind of proxy for runtime access to prisma studio...

@dustinblackman what if you didn't use actual characters to create the chat bubble, but instead just set a background color to symbolize the chat bubble - then there would be...