Misha

Results 19 issues of Misha

Hi 👋🏻 As I can see type definitions are not published with color-hash and the one on DefinetlyTyped is a bit outdated (it's for 1.x) Can type definitions be added...

## Bug report ### Current Behavior When I hover last/first visible item in dropdown menu content it autoscrolls to some random element https://user-images.githubusercontent.com/8783498/180736094-2052435d-9f1d-4ae8-aa4d-2096701515fc.mov ### Expected behavior DropdownMenu.Content should not scroll...

## Bug report ### Current Behavior I'm in the process of upgrading to dropdown-menu to 1.0.0 and noticed a small change in behaviour. On version 0.1.6 it used to switch...

Type: Discussion
Package: react/popper

## Bug report ### Current Behavior When you try to open dropdown menu after using MacOs pinch to zoom the viewport jumps to some random position https://user-images.githubusercontent.com/8783498/178441963-27825d47-69e9-42fe-a8a2-2a4a40561e66.mov ### Expected behavior...

Type: Bug
Package: react/popper
Browser: Chrome

Hi, bringing up the similar question to #32 The problem I'm trying to solve is to use different URI for mongo in tests because I'm dropping the entire collection after...

Hello, I'm wondering what are the best practices or is it even possible to generate entire projects? We tend to create a lot of node.js projects so I want to...

Hello, I'm using TypeScript project which compiles to ES modules. Because of this imports should containt '.js' extension like: `import {config} from './config.js';` The problem is that actually there is...

#### Version - i18next: 17.0.11 - i18next-scanner: 2.10.2 #### Configuration ```js const fs = require('fs'); module.exports = { input: [ 'src/**/*.{js,jsx}', // Use ! to filter out files or directories...

Hello, Just wanted to know whether it's planned to support generation of input schemas too. Prisma generates a lot of types like 'ModelCreateInput, ModelUpdateInput....' so they can be quite useful...

enhancement

Hello, As I can see drop targets are saved in a wrong order. This affects cases when you have nested drop targets as children are being connected earlier than parents....