Akshit Kr Nagpal

Results 5 issues of Akshit Kr Nagpal

Hi I have a CRA app that has values like `My name is %s`. I wish to migrate it to next.js. I am currently using `react-i18next` with https://github.com/i18next/i18next-sprintf-postProcessor. Is there...

enhancement

My use case is that I want to display a title for each step in the navbar. My current solution is to create a new array and render navbar items...

enhancement

Hi We have recently integrated `mixpanel-node` to send serverside events. Most of the events are being recorded but once in a while we get the following error and the event...

This is related to `electron-updater`. Is there any way to get release notes after the update. I want to show release notes when the updated version is installed and run...

feature
electron-updater

Fixes #1633 The change finds length of the varchar by finding `(` and `)` characters, instead of fixed values. It also handles the case when no length is provided. ---...