James Sumners

Results 658 comments of James Sumners

![awwwwwwww-excited](https://user-images.githubusercontent.com/321201/144102961-1cee4faa-9a35-4a72-b50c-87b623a790ac.gif)

> mostly an issue with running the tool as a container Does it default to creating the database in the already mounted data volume?

How does switching to `Package.toml` mesh with the fact that Node directly supports `package.json` to indicate a module? https://nodejs.org/dist/latest-v10.x/docs/api/modules.html#modules_folders_as_modules >It is convenient to organize programs and libraries into self-contained directories,...

> Also we expect that fastify is behind a reverse proxy like Ingress/traefik which resolves a http2 request to http1.1 and vice versa. That's not necessarily true. A reverse proxy...

https://github.com/jsumners/alfred-emoji/blob/55d39e26717ce65369dce0678234666e2741a3fb/Readme.md?plain=1#L10-L19 https://github.com/actions/runner-images/blob/08d10be70d3c2c3cc99b0dc4affd1981e6fafdc7/README.md?plain=1#L20-L30

Try https://github.com/jsumners/alfred-emoji/releases/tag/v2.2.0

I understand you want people to use your tool, but spamming other tools's pull requests is not the way to gain users. It really just turns people off it completely.

Yes, that is what I stated in the original report. The path is 1. https://github.com/spf13/cast/blob/ba0a5b63c8972d97f400e6d235d07a2f52532f01/caste.go#L491-L496 2. https://cs.opensource.google/go/go/+/refs/tags/go1.20.3:src/strconv/atoi.go;l=202 3. https://cs.opensource.google/go/go/+/refs/tags/go1.20.3:src/strconv/atoi.go;l=78 4. https://cs.opensource.google/go/go/+/refs/tags/go1.20.3:src/strconv/atoi.go;l=107 5. https://cs.opensource.google/go/go/+/refs/tags/go1.20.3:src/strconv/atoi.go;l=131 6. https://cs.opensource.google/go/go/+/refs/tags/go1.20.3:src/strconv/atoi.go;l=145 7. https://cs.opensource.google/go/go/+/refs/tags/go1.20.3:src/strconv/atoi.go;l=153 8. https://cs.opensource.google/go/go/+/refs/tags/go1.20.3:src/strconv/atoi.go;l=53 9....

I understand the idea behind removing modules that are not referenced in `package.json`, but there situations where it is very frustrating. Consider an application that is itself a platform that...

Except you have to explicitly disable `optionalDependencies`; so they are not very optional. Also, the scenario described isn't a `pnpx` type of scenario. An example is https://github.com/jscas/jscas-server . If someone...