David Goldstein

Results 13 issues of David Goldstein

the es8 (7? 9? not sure exactly which number it is, but it's stage 4 now I believe) style `import("foo")` crashes estraverse. In particular: - use a parser that produces...

Background: I'm using sourcemapped-stacktrace with jasmine 2.3.4 as suggested by https://gist.github.com/guncha/f45ceef6d483c384290a. After getting this set up, I was surprised to see that my coffeescript source lines - which are the...

### Description of the problem / feature request: Today, if you want to restrict the usage of a bazel target, you can use visibility to do so. A simple example:...

type: feature request
P1
release blocker
team-Starlark-Integration

Today, the interface for using pystachio configs makes it rather hard if not impossible to type with mypy types. The most obvious stumbling block is that the schema, while looking...

### Description of the bug: the existence of a target in the scope of a genquery seems to create the target as a source file. I expect that genquery will...

type: bug
P3
team-Configurability

Today, a lot of engineers I work with will write ICU strings like `{numThings, plural, one{1 thing}, other{# things}}`. The lack of a placeholder in the one case `1 thing`...

**Describe the bug** I found a plugin, typescript-plugin-yaml, which basically copy pasted your code and changed it to make a plugin that supports yaml in TSServer. I reported this to...

### Environment * **Version**: 2.6.10 * **Installation**: I'm using the hosted instance at app.wallabag.it * **PHP version**: unknown * **OS**: unknown * **Database**: unknown * **Parameters**: unknown ### What steps...

I tried to bag a pdf I had loaded in Chrome (an https url - https://www.cse.chalmers.se/~rjmh/Papers/arrows.pdf), and all it saves is a blank page with the url. In wallabag I...

### Basic info: - **Node.js version:** 8.9.3 - **jsdom version:** 11.6.2 ### Minimal reproduction case ```js const { JSDOM } = require("jsdom"); const dom = new JSDOM('', {}); console.log(dom.window.performance.navigation.TYPE_NAVIGATE) //...