jtwigg

Results 11 issues of jtwigg

...omplete. Bug: If layoutParams of dismissed view are WRAP_CONTENT, then this setting is overwritten with the original getHeight() of the View instead of returning to WRAP_CONTENT. This was breaking our...

**Question: What event fires when a new link is formed and how to I register a listener for it?** I've read this issue start to finish but I cannot still...

I'm at my whits end with redux and the boilerplate involved. I have so many re-draws its outrageous. I'm looking at MobX and keystone seems to be really promising. Questions...

❔ question

When I receive a printed call stack from React, the components wrapped in `observer` show up as `observerComponent` ``` at observerComponent (http://localhost:3000/static/js/bundle.js:119423:69) at div at observerComponent (http://localhost:3000/static/js/bundle.js:119423:69) at PrimaryWindow (http://localhost:3000/static/js/bundle.js:4346:5)...

🐛 bug

When importing like this ``` import "@openzeppelin/contracts/utils/Strings.sol"; ``` I cannot Go To Definition. However if I import like this: ``` import "../node_modules/@openzeppelin/contracts/utils/Strings.sol"; ``` then this works. How can I get...

Unlock distance is very useful to not accidentally tweek knobs abruptly, but its coupled to the rendering of precise mode, which I would prefer to disable. From what I can...

I'm planning on streaming results using the `@stream` functionality, but I would like the client react app to cancel the operation, and have that propagate backwards to the resolver that's...

Mobx is great for only observing changes for things I care about at the "leaf" notes and not bubbling of observe events for the root nodes. but for serialization, I...

**Describe the bug** Trying multiple ways to setup `with-yarn-workspaces` There seems to be issues related to the packages setup. Using yarn `4.0.2` or yarn `3.2.1` or `1.22.19` after setup I'm...

When adding the line ``` import "react-widgets/styles.css"; ``` to my project, I start to see these errors below linked to failing to find the `scss` files in the correct folder....