Alex Zaslavsky

Results 32 issues of Alex Zaslavsky

I'm thinking something like: ```javascript const graphdoc = require('@2fd/graphdoc'); graphdoc(OUTPUT_PATH, CONFIG_OBJ); ``` Even loading the module in NPM using the method above, let alone using it, is causing errors for...

- Speed up how `domProperties` are parsed when using an inclusive filterList (or boolean false) - Maybe rewrite the `createNode` function to concatenate children, then append them using innerHTML?

enhancement

Basically, it sets the serial propertie ("innerHTML", in this case), which writes HTML, and then does so again with the modified child nodes. Best way is to probably look at...

bug

`opts.nodeTypes` should replace `opts.htmlOnly`, which is too narrow of a spec. `opts.tagNames` should be `FilterList` type field to specify which HTML tags to include/exclude, and should default to `true`.

enhancement

So that developers have a solid idea of how each option affects performance.

chore
testing

I'm not sure if this is possible given the architecture of this plugin (ie, defers to an external instance of neovim for actual implementation), but it would be nice to...

enhancement

```bash persistgraphql "/(!node_modules)/*.graphql" output.json ``` It feels like the above should work. Otherwise persistgraphql needs to be run multiple times for each desired directory, with the results being composed later.

I know you can use JSON Schemas as types. Are draft-06 schemas allowed, or is it only draft-04?

I've been testing the rules using the steps specified here, but I was wondering if there was an easy way to point the database at a local [firebase-server](https://github.com/urish/firebase-server) instance, so...

I'd like to be able to do this: ``` javascript parentModel.has('childModel.someProp') ``` Currently this fails. It would be great to be able to perform this check!