Adam Rose

Results 59 comments of Adam Rose

Would be really nice if @Paol-imi could open this up to new maintainers so PRs can be merged. In the meantime, this fork by @Secretmapper seems to have the most...

This fixes it ```jsx import styled, { css } from "styled-components"; const Container = styled(ListItem)( ({ theme }) => css` border: 1px solid #f3f3f4; border-radius: 6px; /* border-radius: ${theme.shape.borderRadius}; */...

Having Reselect Tools added as a tab in Redux DevTools extension would be awesome. Even better would be if we had selector values shown in a different color directly alongside...

Most of the GUI text is defined directly in the Python code which makes maintaining multiple translations very difficult. I am planning to port the entire GUI for this project...

> @adamerose > > There's an article [here](https://meje.dev/blog/image-optimization-error-in-nextjs) that shows how you can go about setting a custom loader and other alternatives too I don't want to put all my...

> Could you please describe to me your use case? I would like to understand what effect you are trying to achieve. :) I am working on a VS Code...

Thanks for the fix everyone! > What a cool idea 😍 Is the plugin usable already? I'd love to install it. There's still much to improve but I finally got...

> Reinstalling using: `yarn add [email protected] mobx-react mobx-state-tree` worked for me to get the demo code to work 👍 This led me to get this error: https://github.com/mobxjs/mobx-react-lite/issues/319 I had to...

Can't reproduce the issue on Windows 10, so need someone else to help fix this and submit a PR. Does this minimal example work? That'll help narrow down where the...

> I just updated to version pandasgui==0.2.5.1, and drag and drop appears to be working now None of those changes were related to this issue 😅 Maybe it randomly works...