Brandtley McMinn
Brandtley McMinn
As a web developer, it would be useful for the scheduled reporting module in my Express app to leverage a compiled langauge (eg: Golang) as JS is pretty slow at...
@evanw Glad to hear it :) I got around this issue by making `esbuild` an optional step for production only in my `rolloup.config.js` file. Kinda defeats the purpose of using...
UPDATE: since this is gaining some traction, I'd like to revisit the issue. Per the snippet I linked to back when, I think the best way to resolve this issue...
Why wouldn't you just define the scripts in a `.env` file and let the app load that environment config via `dotenv-safe` or similar? Then you just add the list of...
This issue is also prevalent in Backbone views, where a generic event handler still fires even though the targeted event handler has called `stopPropagation`, which can be troublesome when this...
I started a new Zepto organization a while back because @madrobby hadn't responded to any of the issues on this repo, but never found anyone to get involved with supporting...
@DanielRuf I think @johnantoni was saying to defer all new issues to the new org/repo. Cherry picking the old PR's into the new repo totally makes sense though. I like...
This is causing upstream issues where `[email protected]` depends on `[email protected]` which requires `[email protected]`... Yarn completely barfs on this and refuses to continue installation due to this hard dependency.
As you mentioned `window` is not available to web worker contexts. https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API/Functions_and_classes_available_to_workers The way the `mjml-browser` build script works, it just dumps out a generic amd style export that binds...
This is running directly from my `grunt` process for `mozusync:upload`: ``` bash Initializing Command-line options: --verbose Reading "gruntfile.js" Gruntfile...OK Registering Gruntfile tasks. Reading ./package.json...OK Parsing ./package.json...OK Reading theme.json...OK Parsing theme.json...OK...