Chris

Results 34 comments of Chris

I ended up taking an approach that used the error caught in the first (and primary) attempt to instantiate the object, and then when the second (backup) attempt fails, throw...

FYI - type with generics (ie, `IFoo`) work for `registerSingleton` and `registerTransient` but they do not work correct with `get`. The type is not stripped from the generated `get` call,...

I spent a brief amount of time looking at this. The problem appears to be that `src/builder.ts` in the `buildCRUD` method checks for `Mutation` and then if there are any...

Do you expect the GraphQL schema (specifically, meaning filters, order-by, and pagination) to be the same with the new plugin as with the old one? Meaning, without a ton of...

@jonahss Thanks for sharing the repo! Since Issues are not available on your repo fork I thought I'd try to reach you here. I wanted to share that the github...

I find this internal error occurs whenever you set a value that isn't a single number, such as setting a string (in a template): ``` SET_GCODE_VARIABLE MACRO=TEST VARIABLE=myvar VALUE="testing" ```...

The issue with using complex data types in variables has been resolved, see #4816. The fact that an internal error occurs remains an open issue, but when using the correct...

I have a similar request, which is to add a class that describes the page type - for example, ```tutorial```, ```readme``` (or ```home``` as djipco recommends) and ```class```. I would...

This does not appear to be fixed - as of 3.0.4 it is still "V" instead of "A". Tnx!

I also have this issue (in my case, using `fs.readdir` inside an action function). I made the change recommended above, as well as changed `index.d.ts` line 137 to include the...