Joseph
- Total activity 10
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
-
Joseph created a post, nunjuks templating language
Will Webstorm add support for Templating Language Nunjuks *.njk (used in SSG 11ty) any time soon ? I was surprised when I read Paul Everitt's tutorial on Webstorm blog https://blog.jetbrains.com/we... -
Joseph commented, -
Joseph created a post, IDE not recognizing Sequelize Constructor
The official docs for Sequelize show to use `const sequelize = new Sequelize()` for creating a connection pool. But when used in the IDE, hints dont work unless I use `const sequelize = new Sequeli... -
-
Joseph commented, -
Joseph created a post, AnsweredDjango: Unresolved Template References
Python 3.9, Django 3.1.7 Pycharm showing Unresolved Template References. The app works fine. How can I fix this ?