Andreas Hultgren

Results 18 comments of Andreas Hultgren

Any progress on this? (I'm also only interested in the unused definition warning)

Found the error. It's what's [suggested here](https://github.com/1602/compound/issues/307) except is has to be done in the views to... I still think the generator should be able to handle this, and at...

> If you're using a ruleset as data (as a map), then you can't use guards and expect to access it I thought I had understood (though not agreed). Then...

Thanks for the explanation! I'm sure it makes sense to say that the behavior is undefined when looking at it from the perspective of the compiler. As an everyday user...

Still having this same issue. @geraintluff do you have any plans on fixing this? Or any hints in case I need to fix it myself?

Since this repo is "no longer in use", are these issues still tracked here? Any news about progress?

Thanks for the report! Unfortunately I no longer have the time to maintain this repo (I no longer use mongo nor mongoose). Maintainers are welcome.

I think this makes sense. I don't have much time to work on OS projects nowadays though, so can't make any guarantees about when. Help is welcome.

I think this is a nice-to-have, since `_`, while not idiomatic, works. Also there's the issue of avoiding name collisions. Consider: ``` Banana: type: object properties: banana_id: type: string bananaId:...

I agree it's a bad schema, but it's nonetheless a valid spec. Swagger is very unopinionated on how you name your fields. I suppose it's a separate issue though, since...