Doma

Results 50 issues of Doma

Hi, thanks for this nice project structure! I find access control is also an everyday topic in a react app, could you give some suggestions on integrating access control (at...

Hi, I've been struggling with this confusion for some time. Here's what features I'm having in my application that is relevant to the `User` concept. ### The `auth` feature One...

Hi, I was viewing the docs site on Safari 15.5 (17613.2.7.1.8) on macOS 12.4 (21F79), and all effects were not working as expected. Here's a screen capture https://user-images.githubusercontent.com/8225666/180743317-c5d35c39-bf5f-45a4-83ee-131634f1f454.mov

An element that has `display: none` style also meets the description of "not visible" from a user's aspect. I believe the check for `display: none` style should be included in...

![image](https://user-images.githubusercontent.com/8225666/126605336-66cb50c2-f2a9-4644-a2c4-dee6a58d6e9b.png) ![image](https://user-images.githubusercontent.com/8225666/126605356-2fd783fb-cca2-4008-9dcb-72b1688c3c90.png) The banner only turns 'executing' when one of the running browsers finishes its tasks. ![image](https://user-images.githubusercontent.com/8225666/126605516-6ab0270b-692d-41f2-b0bc-a83d6cf35ce1.png) FYI I'm using `karma-webpack` as preprocessor for the test scripts. And a full...

## Override component defaults via `` Override components' defaultProps. ```jsx This is a success message ``` ## Preview APIs Since this feature is relatively big, I'd like to introduce this...

- chore(tooling): install shipjs - ci(ship): enable shipjs integration

# Bug report I was trying to split my app code and all `node_modules` packages into two separate bundles and I wanted to name the dependencies bundle `vendors.js`. Here's my...