AntoineDuComptoirDesPharmacies

Results 19 issues of AntoineDuComptoirDesPharmacies

### Description We would like to use connexion with Flask to serve multiple API using distinct Swagger YAML files that all use the same base path. Example : file1.yaml ->...

enhancement
PR welcome

#### What does this PR do? This PR tend to avoid generating a wrong CSS override when value is not known in theme breakpoint (Same as for `gap`, etc...) ####...

waiting
needs attention

When using the `pad` property of `Box`, if responsive property is `true` (default) and the `pad` value is not defined in the theme `small` breakpoint, value is inserted as is...

bug

## Description Following of this issue : #806, when we programatically call `setIsOpen(false)` to the `Autocomplete` instance, the current requests are not cancelled and the panel re-open when queries finish....

Hi everyone, We are having a strange behavior with `DbJsonB` feature on POJO where multiple properties are Enum. Ebean Version : 13.20.1 ## Expected behavior Having an entity `A` with...

### 🐛 Current behavior Previously (`react-instantsearch-dom`), the `connectRange` was not setting refinement in `currentRefinement` when property `min` is set and no refinement have been set by the user. When `react-instantsearch-hook`,...

Library: InstantSearch.js

### 🐛 Current behavior When we are using connectToggleFilter, the `on/off `values are escaped so we can not pass minus sign to invoke a negation filtering. For example, my value...

Library: InstantSearch.js

### 🐛 Current behavior On a SPA where 'pageA' contains `InstantSearch` node, `pageB` is slow to load in lazy loading with Suspense. If user switch fast from `pageA` to `pageB`...

triage

Hi, We are currently trying your library to generate Python classes from ".avsc" files prior application start. - Our ".avsc" files are in the "statistic" namespace. - We want to...

### Actions We have an antd slider mounted on a Lazy loaded page (with a `Suspense` parent). When we click in the menu of our website, this unmount the current...