Rohith JN
Rohith JN
How do I execute a function for a specific tag? for example if the tag is 'goodbye' I want the chatbot to stop the program using sys.exit(0) I tried this:...
I am getting this error when I try to install `cmp_luasnip` [Error](https://user-images.githubusercontent.com/78314165/213921685-ec37989e-f4e7-4f27-95bf-b199b0864e7c.png) Using packer: ``` use({ "L3MON4D3/LuaSnip" }) -- auto-completion engine use({ "hrsh7th/nvim-cmp", config = [[require('config.nvim-cmp')]], after = "lspkind-nvim", requires...
**Is your feature request related to a problem?** Daily leaderboard in [pages/leaderboard](https://github.com/Rohith-JN/type-frontend/blob/main/pages/leaderboard.tsx) that displays top 15 tests based on wpm in the 60 second time frame. The leaderboard should reset...
**Describe the bug** Users cannot type as the keyboard isn't triggered **To Reproduce** 1) Start a typing test on mobile **Expected behavior** The keyboard should get triggered and the users...
**Describe the bug** If the system has low CPU speed or ram or due to some other issues then the timer doesn't function properly and starts lagging resulting in incorrect...
**Describe the bug** The test statistics calculation includes the correct and incorrect characters of the last word when the timer has reached 0, but the last word isn't dispatched to...