Grant Mercer

Results 12 comments of Grant Mercer

Thanks for the report. It's been quite awhile since I've touched this project unfortunately, I can re-download rust sometime this week and possibly take a look though 👍

@Slaiyer Will check the fix out today. Thanks for your help!

> > Just as the above code snippet does, is it possible to colorize class imports in VSCode? > > No, not really, because syntax highlighter doesn't know if it's...

This event sourcing CQRS tutorial uses nest.js and is an amazing reference: https://medium.com/@qasimsoomro/building-microservices-using-node-js-with-ddd-cqrs-and-event-sourcing-part-1-of-2-52e0dc3d81df https://medium.com/@qasimsoomro/building-microservices-using-node-js-with-ddd-cqrs-and-event-sourcing-part-2-of-2-9a5f6708e0f

`if TYPE_CHECKING` can be a useful trick to reduce the dependency graph of a module in a production environment while still having detailed typings inside your IDE I figured there...

@castwide I tried updating to 0.39.14 but no luck it seems. After updating, I ran `Solargraph: Rebuild all Gem Documenation` but still had the issue, so I went into the...

Thanks for the reply @JBKahn - I agree that a solution would probably fall into Django rather than this library since the issue stems from the contenttypes framework. Did you...

Even on angular4 I'm running into issues with my dialog not properly showing within the DOM on modal opening. I recommend avoiding 5.0.1 for anyone coming to this issue, 5.0.0...

@saimaz 👋 do you have a moment to take a look at this bugfix? Thanks!