Yoann Fleury

Results 44 issues of Yoann Fleury

### Types of Changes **What types of changes does your PR introduce?** Put an x in all boxes that apply - [x] New addition to list - [ ] Fixing...

For more information, here is the [Formiz website](https://formiz-react.com/)

**Describe the bug** My [program](https://github.com/BearStudio/twitch-listener/blob/main/src/main.rs) did stop with the following error: ``` thread 'tokio-runtime-worker' panicked at 'already mutably borrowed: BorrowError', /Users/yfleury/.cargo/registry/src/github.com-1ecc6299db9ec823/firestore-db-and-auth-0.6.1/src/sessions.rs:308:45 ``` Looking at the `sessions.rs` line (308 in the...

bug

**Is your feature request related to a problem? Please describe.** I'm frustrated when I'm using gitweb as it does not automatically autocomplete the option on TAB press. **Describe the solution...

enhancement

PowerBar/CommandPalette is a great UX pattern and is really helpful for advanced applications with multiple functionalities. [Check for more advantages and examples on Owen Williams article](https://debugger.medium.com/every-app-should-have-a-power-bar-dc2d2507a0e5). It could be awesome...

enhancement

It seems that date selector is not translated (Day Picker is fine) [Screenshot_20220103_072417_com.android.chrome.jpg](https://user-images.githubusercontent.com/9749061/147904162-6ae8e5d7-ee08-4951-b36a-39c275d01b65.jpg) (not related to this PR) _Originally posted by @ivan-dalmet in https://github.com/BearStudio/start-ui-web/issues/138#issuecomment-1003893048_

bug

Implement a TimePicker component that is clearable. Here are some inspirations: - [Ant Design TimePicker](https://ant.design/components/time-picker) - [Material UI TimePicker](https://material-ui.com/components/pickers/#time-pickers) - [Chakra UI](https://chakra-ui.com/docs/form/input) setting the `type` prop to `time` # Acceptance...

enhancement
good first issue
hacktoberfest

A `DatePicker` component already exist, but at the moment it is complicated to play with. Suggestions/inspiration to implement a better DatePicker component: - [use-date-input](https://github.com/mark-tate/use-date-input) - [Material UI](https://material-ui.com/components/pickers/#datepickers) - [React Day...

enhancement

In services like https://github.com/BearStudio/start-ui-web/blob/master/src/app/admin/users/users.service.ts#L35, it could add a great value to check if it is fetching and if previous data are shown, so the `isLoadingPage` only triggers when new data...

enhancement

https://github.com/BearStudio/start-ui-web/blob/8470851284e55b00b64d7f00d0465125862219ca/package.json#L82 - The old one is [`babel-eslint`](https://github.com/babel/babel-eslint) - The new one is [`@babel/eslint-parser`](https://github.com/babel/babel/tree/main/eslint/babel-eslint-parser).

enhancement