-
I tried to paste a `.jsonl` file in the input textarea, which was 83 lines long (and weights 505KB).
Nothing apparently happened when I clicked the `Click here` button.
Opening the browser's console…
-
What are the potential problems with continuing to use MongoDB?
What are the options on Heroku if we stay with MongoDB?
What will be required to transition to PostgreSQL or another SQL DB?
-
The package uses the express router. We should probably be able to enable CORS like in Google's example:
https://firebase.google.com/docs/functions/http-events#using_existing_express_apps
Or someh…
-
hey mentor,
please check my code and tell me if required some changes
A app where one create ,edit and delete personal profile, eduction, experience, skills and see the repos of user and then can cr…
-
https://medium.com/front-end-weekly/learn-using-jwt-with-passport-authentication-9761539c4314
-
프로필 이미지를 하나만 저장하면 되는 상황입니다.
user 스키마에 저장하는 것이 나을지, 새로 profileMVP를 만드는 것이 나을지 궁금합니다.
-
The project really never took a stance on this AFAIK. Since everything was CJS and it wasn't releasing breaking changes meant we really didn't need to take a stance. That said, due to the fact that ES…
-
Hello thxs for this nice template engine
what's the recommended approach to extend the plugin DSL
right now I 'am embedding helpers in the hardcode option , but I would like to reuse some of them glo…
-
HTTP 2 is new but strives for 50% load time over HTTP 1.x. This could help with #6.
[node-spdy](https://github.com/indutny/node-spdy) could be used..
-
The peer dependency is locked to 1.x, is there a specific reason?