Paul Sachs

Results 17 issues of Paul Sachs

Any changes I make to en.js / it.js or any other localization file aren't picked up until I restart. Anyone know anyway to make the localization hot-loadable?

### Description Add support for limiting height to available space. Fixes #1596 Basically introduces a prop for popper based components that can limit the height of the content based on...

## Feature request ### Overview Currently if you have a popover that would overflow the container, it get's clipped off, without a chance to provide a scroll bar instead. ###...

I'm trying to get this working with a project i'm working on that uses Typescript 2.4. I'm seeing this issue: ```js import { connect } from 'react-redux'; import { assemble,...

Fixes #23 - Add commit checkout

First i'd like to say I love this thing ❤️ . It makes working with git branches so much easier. One of the things I immediately tried was `gh f...

Allows the devtools to toggle loading and errors states (at least until the next fetch is triggered). Things to do: - [ ] Make sure `onError` get's triggered https://user-images.githubusercontent.com/11449728/197222942-bc22a1ae-0ecf-476f-8ad8-d741267a708d.mov

This is a PoC of what a msw integration could look like. Fixes #825 ## Caveats - Built ontop of an experimental build of MSW that's built ontop of fetch...

Adds documentations about how to use `contextValues` with nextjs. Context can be a little tricky so adding some additional docs to provide some direction.

**Is your feature request related to a problem? Please describe.** I have a few locally created actions in the `.github/actions` directory but validation and autocomplete don't seem to work on...

enhancement