Results 30 issues of Simon Williams

Hi. Firstly thanks so much for this project. I've been using it for a while and it's absolutely fantastic. I am currently exploring the possibility of a browser based editing...

**Describe the bug** If you exclude a folder with `ignored: ['**/node_modules/**']`, it appears to be impossible to get chokidar to watch a specific subdirectory underneath this. If you use `ignored:...

linux

In PR #362, the shortnames option was changed to (correctly) replace `process.cwd()`. However, in #404 (fixing #293), this appears to have been mistakenly put back to `path.dirname(filename)`, which is not...

**Describe the bug** `ignore_last_delimiters: true` seems to have some issues: 1. If you don't use `relax_quotes: true` then it fails with `CsvError$1: Invalid Closing Quote: got "," at line 4...

### Describe the problem Using `context='module'` we can declare module-level properties for a component. However, you then have to assign new variables to address the exported properties. If you import...

``` Feature: Scenario keyword case sensitivity Scenario: A normal scenario This will work sceNario: A weird scenario This will break, giving an unhelpful error message ``` ``` Traceback (most recent...

high-priority

**Feature to document** snapshot.managedPaths: https://webpack.js.org/configuration/other-options/#managedpaths. https://github.com/webpack/webpack/pull/14509 **Author(s)** @sokra **Additional information** It is not at all clear from the current documentation how managedPaths differs from immutablePaths. The documention for managedPaths just...

I am finding the autocompletion really frustrating. It's too eager and gets in the way. If you enter a substring of something the autocompletion knows about, it will always complete...

It seems that js-data does not support compound primary keys. #116 is marked as wontfix. However, in #78, it is observed that you can create a computed property and use...

question
needs more info

We are currently looking at switching to esdoc and it looks great. My one question is - how do we get it to display a list of methods in the...