Nirmalya Ghosh

Results 8 issues of Nirmalya Ghosh

## Details This PR adds support for dynamic roles. Currently, this boilerplate ships with two default roles: 1. admin 2. verified The default role is **verified**. However, that can be...

enhancement

enhancement

I've the following html structure: ``` ``` And in my `componentDidMount`, I'm doing: ``` new Draggable(document.querySelectorAll('.items__food')) .on('drag:start', () => console.log('drag:start')) .on('drag:move', () => console.log('drag:move')) .on('drag:stop', () => console.log('drag:stop')); ``` However,...

When I add the following code, fast-refresh breaks: ```c ```python mark=1[22:30] print("Rendered with Code Hike") ``` Without the above code, fast-refresh works as expected. [Here's a link to a similar...

Is it possible to get a list of projects and teams that current user (whose token is being used) has access to?

## Description This PR adds the missing dependency from the Button component. ## Screenshot |Screenshot of the issue| |-| || ## Solution Adding the following missing dependency fixes the issue:...

This PR removes `rehype-katex` from the MDX config.

enhancement