Sanket Sonavane

Results 6 comments of Sanket Sonavane

My code is as follows Server.js ``` // Dependencies var express = require('express'); var mongoose = require('mongoose'); var bodyParser = require('body-parser'); // MongoDB mongoose.connect('mongodb://localhost/NodeMongo'); // Express var app = express();...

Will give it a try and get back. Thanks for your reply.

Thanks for sharing the specifics. I have right now decided to remove the toggle button altogether and instead will use the config file to set the theme for my use...

is there a way to link internal pages in this app ?

my bad, thanks for your reply and time Annie.

I was facing the same problem on windows and finally figured it out , I have written an article on how to resolve this. https://www.sanketsjournal.com/articles/20240710-setup-neovim-treesitter-on-windows-using-scoop-and-zig Please note I do not...