Bryan Sanchez
Bryan Sanchez
> For completeness, here is a full `eslint` "flat file" configuration that works for Svelte projects that use TypeScript. It also includes Prettier linting. > > Maybe an example of...
> Did you look at the one I posted above (hidden in a `details` tag)? It continues to work, and I've upgraded since I posted to every single more recent...
Hi! Was this deployed directly from the provided template or were there configuration changes made prior to deployment?
> > Hi! Was this deployed directly from the provided template or were there configuration changes made prior to deployment? > > Hi. **the provided template.** only change URL. Ohh...
Does the "new create ok" database exit after a few minutes?
> > Does the "new create ok" database exit after a few minutes? > > Thank you for your question. I’m not sure I fully understand your question, but here...
> I'm currently using Bun Shell for running multiple commands in parallel. > > import { $ } from "bun"; > > await Promise.all([ > $``, > $`` > ])...
> [@0-BSCode](https://github.com/0-BSCode) I think you could probably use the [`Bun.spawn` methods](https://bun.sh/docs/api/spawn) and then attach clean-up scripts as needed on the [Exit Handlandlers](https://bun.sh/docs/api/spawn#exit-handling). Thanks for this! I managed to get it...
> this will be either a network issue related to your host location or an issue with the cdn you see from your host location, either way this isn't a...
> [@0-BSCode](https://github.com/0-BSCode) can you add :9000 `https://portainer.example.com:9000` to the end of the domain you have given in coolify project page and restart, i think this container exposes multiple ports, so...