Francois Zaninotto

Results 55 issues of Francois Zaninotto

Ubuntu 19.04 supports fractional scaling on Wayland and Xorg. When using a factor that is not the default (like 150%, for instance on a HiDPI display), and trying to capture...

Bug
Linux
Hacktoberfest

Porting [issue #1578 from react-admin](https://github.com/marmelab/react-admin/issues/1578), initially reported by[natrim](https://github.com/natrim). after merging [#1525](https://github.com/marmelab/react-admin/pull/1525) the AutocompleteInput searchText is sometimes not shown (mostly after moving mouse to address bar and reloading page by clicking...

bug

Porting [issue #1566 from react-admin](https://github.com/marmelab/react-admin/issues/1566), initially reported by [FDiskas](https://github.com/FDiskas) `yarn check`

bug

Porting [issue #434 from react-admin](https://github.com/marmelab/react-admin/issues/434), initially reported by[mingchen](https://github.com/mingchen) In list view, if I define a lot columns need to be shown, if the row length overflow the right of page,...

bug

Porting issue [#1644 from react-admin](https://github.com/marmelab/react-admin/issues/1644), initially reported by [asliwinski](https://github.com/asliwinski) **What you were expecting:** To be redirected to login page without errors after pressing Logout button **What happened instead:** 'Not found'...

bug

### What is the current behavior? The documentation shows that external form mutators should be cloned before passing them to a Form component: ```jsx

I tried accessing this URL: https://jsonplaceholder.typicode.com/users?id=3&id=9&id=2&id=7&id=10&id=5 And the result, in the browser, is: ![image](https://user-images.githubusercontent.com/99944/115765878-93d4e100-a3a7-11eb-9003-9f8fee4b075f.png) When accessing this same URL through fetch, the 530 error turns into a CORS failure.

One crucial data type I'm missing from JSONPlaceholder are dates and datetimes. However, the domain could allow for such data (e.g. publication date for posts and comments, creation date for...

Currently, `race` creates two artifacts (a trace and a report) as files, but it's not possible to associate the race and the artifacts programmatically. In order to automate perf testing...

discussion
feature

Hi, and thanks for this project. Part of what you're trying to achieve (a React admin based on a REST API) now exists as a standalone repository, in a slightly...