-
No matter what I try I get this error while trying the phonegap plugin. When I use the js version, I get an error saying Cannot find hostname in file:/// from static
It was working before. I can't fig…
-
When i try to use two charts of the same time the tooltip for the previous charts disappears.
Think it was a NDV3 issue as shown here: https://github.com/novus/nvd3/issues/587
Is it a matter of rebui…
-
Submitted At: 1/16/2024 9:14:28Browser: ChromePlatform: DesktopIssue Description: The exotic system "Bounder-Class Comp/Con" from Winter Scar appears in the Weapon Mods selection screen, despite n…
-
Many pages include the interesting information in JSON in a script tag somewhere (e.g. to use it in a SPA).
Now, since every script tag looks the same and just the content matters, we'd need to sel…
-
I noticed that after adding a dozen circles that collide the rendering slows down considerably. matter.js appears to be able to handle much more than this, so I don't think the problem is the underlyi…
-
If CSV or JSON source supports CORS this is very easy to do since we just need to swap out "backend" in data package json for each timeline (CORS matters because the current data load actually happens…
-
With the merging of https://github.com/atom/atom/pull/17521 it should be a simple matter (once it is released) to switch the providers that activate on specific language packages to instead activate o…
-
## Issue Description:
I am currently facing a challenge while generating a call graph for a JavaScript file using WALA (the T.J. Watson Libraries for Analysis). In the generated call graph, I observe…
-
After an early implementation of it [broke](https://github.com/tc39/proposal-array-grouping/issues/44) websites, the [proposal for array grouping](https://github.com/tc39/proposal-array-grouping) is […
-
I have code that look like this:
```
( ... )
var collapse = require('bundle-collapser');
( ... )
var b = browserify({
entries: admin_app_src,
cache: {},
packageCache: {},
plugin: [watch…