Andrei Dorobantu

Results 10 issues of Andrei Dorobantu

I am trying to display multiple bars for the category using this data. Data is ordered by the financial year. And every object has a unique id as string. I...

### What version of Turborepo are you using? 1.4.6 ### What package manager are you using / does the bug impact? Yarn v1 ### What operating system are you using?...

## Description Code overflows the parent container. ## Steps to reproduce 1. Go to https://opensource.adobe.com/spectrum-css/get-started.html 2. Change window width to less than 842px 3. Observe code overflow ## Expected behavior...

documentation

Your Blockquote component from the design-system has `width:100vw`, causing overflow on pages that have height bigger than `100vh`. [Blockquote style](https://github.com/MaximeHeckel/design-system/blob/main/src/components/Blockquote/Blockquote.styles.tsx#L11) ![Screenshot 2022-05-23 160205](https://user-images.githubusercontent.com/17547035/169825431-186186d0-9f0f-4b0c-9444-81de24024a6d.png)

### What version of Turborepo are you using? 1.6.3 ### What package manager are you using / does the bug impact? Yarn v1 ### What operating system are you using?...

kind: bug
area: turborepo

## Description of the change This PR adds eslint configuration for fixing browser compatibility errors. However this doesn't detect array methods such as `toSorted` #53 https://github.com/amilajack/eslint-plugin-compat/issues/258#issue-485635549. I've also tried to...

### Describe the feature you'd like to request Keeping in mind that the current docs are still WIP, it's still hard to set up novel. Adding a few examples should...

feature

### Describe the feature you'd like to request Implement auto scroll when dragging. Currently dragging in based on the native HTML integration. https://github.com/steven-tey/novel/assets/17547035/2462a10d-ade9-4f05-870d-2bdb7ce2c669 Added this PR for an example implementation...

feature
help wanted

### Is there an existing issue for this? - [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues - [X] I have reviewed the documentation https://docs.sentry.io/ - [X] I am using...

Type: Bug
Package: nextjs

### Target Use Case We shouldn't have `useMemo` for one time initializations. While the current behaviour is the same as a `useState`, `useMemo` should only be used as an optimization....

idea