Guilherme Taschetto

Results 16 comments of Guilherme Taschetto

Would love to help moving this forward. Any ideas how @dorny? @frouioui?

Can this be merged, please???

I have the modal problem. Icons are ok. I'm using `[email protected]`, `[email protected]` and `[email protected]`. Downgrading both `semantic-ui` and `semantic-ui-css` to `2.2.14` is a valid workaround.

> Like the example from @yshmarov I could try and pass the :account_id params on every request however I would need to pass that in to the JWT payload which...

> @taschetto > I prefer the idea of setting `current_tenant `not in session, but in user model with a `tenant_id `field. > The user can switch `tenant_id `from one tenant...

I ended up using https://github.com/tdeekens/flopflip to wrap LaunchDarkly's React SDK. With it, I was able to use a memory/offline flags provider on tests and storybooks.

Installing `jest` as a global package seems to solve the issue, but I don't believe it's the best solution.

> This sounds like a monorepo project set-up issue. Please take a look at the [troubleshooting/jest-failed-to-run](https://github.com/jest-community/vscode-jest#jest-failed-to-run), particularly the [monorepo projects](https://github.com/jest-community/vscode-jest#how-to-use-the-extension-with-monorepo-projects) section. Let me know if it helps. The setup is...

I consider this an inconvenience, especially for non-boolean feature flags. For example, that particular flag `dashboardColor` has many variants that return a hex color. If I try to use the...