Dan Prince
Dan Prince
As far as I can tell, with multiple entry points and [`EntryNames`](https://esbuild.github.io/api/#entry-names) set to `[hash]`, it's impossible to tell which entry point a CSS file belongs to. There's a good...
I would recommend breaking it up into: - Rendering module - Game/State module - Chat module - Events module **Rendering module** is completely independent of state, just needs to know...
Initial feelings on this as a style? https://github.com/danprince/agar.io-clone/blob/es6/client/js/render.js
Cool, nearly finished modularising + ES6ing all of the client side.
Discussion continued with PR #128
Aha, that's how created the `orgmode.org:80` hang. It starts with `melpa.org:80` then switches to `Contacting host: orgmode.org:80` and hangs there instead.
@syl20bnr Is it possible to install the packages manually from the repository? If so, will that prevent emacs from making that initial network request?
I haven't solved this problem yet. I just tried building emacs 24.4 from source and I still have a similar problem with Spacemacs. Running `emacs` and `emacs-24.4` causes it to...
This still seems to be a problem with this package. https://github.com/prisma/serverless-plugin-typescript/blob/424fe4906bd15ceeeda6139dfe9e0f8bf873c4c3/src/index.ts#L176-L178 Happy to work on a PR if you'll accept it. First step would be to remove the file existence...
As a concrete example of why this is problematic, consider a standard GraphQL workflow. We have a `schema.graphql` file that is read from one of our handlers and therefore needs...