Shashwat Agrawal

Results 12 comments of Shashwat Agrawal

reverted those 2 files kindly check https://github.com/novuhq/novu/pull/2292/commits/3e4304b34a8ac98ea6b7424c7b9bbd09bcc2d9cb Might have solved the `1=='1'` issue, can you check that again, please? It might be helpful if you can tell me where I...

@djabarovgeorge removed the function from the code & checked there were no imports related to the function. https://github.com/novuhq/novu/pull/2292/commits/0ca668b7664d0047995d3bf6ba9f2959c13ac9f5

@scopsy did the changes where I was unsure & keep those strict checks where I thought this should not create any issue & also removed the function `initializeSeenParam()` which is...

Hey, I am willing to have my first open source contribution it would be my pleasure if you assign me to this issue & let me fix it.

Hey, I have done some changes can you review them and let me know if some more changes are required

> Press Enter or Ctrl + y can also do the same, Just pressing enter works for me , Check your lsp.lua file again The **enter** key was working for...

> > > Press Enter or Ctrl + y can also do the same, Just pressing enter works for me , Check your lsp.lua file again > > > >...

@anon-marvin I figured it out, you just have to put this line in your lsp.lua file ```lua require('luasnip.loaders.from_vscode').lazy_load() ```