Pitouli
Pitouli
Would it be possible to support Cloud Firestore as you support Realtime Database? Currently, this.$fireStore refers to the Storage service, which is different from the Firestore service. Thanks!
**Is your feature request related to a problem? Please describe.** When using smart select with multiple select, the user as to click "back" to confirm its selection. **Describe the solution...
**How can we reproduce this bug?** 1. https://codepen.io/pitouli/pen/YzypxoP?editors=1010 2. Type '#B' -> 'Bob' highlights 3. Press space **What did you expect to happen?** '#B' should be replaced by a link...
I have a big issue (with Vue3): when I provide a `queue` with a getter of my store, the tinder breaks. After analyzing the Tinder code, it seems that the...
In the xHTML mode, I observe the following and extremely annoying bug. Consider we have in the editor 2 paragraphs, and in the second one there is one or more...
Before, the code was checking if there was a popup opened, and then was checking if a popup had a view inside. But it was not checking if the view...
### Summary In the standard Google Maps App, when you zoom in or out quickly, there is inertia before the zoom stop, which makes the map feel more natural. It...
polygon-smooth was crashing when dealing with MultiPolygons including more than one polygon with hole(s) (#2323)
For example, if you test on this MultiPolygon, it will crashes: ``` { "type": "MultiPolygon", "coordinates": [ [ [ [102.0, 2.0], [103.0, 2.0], [103.0, 3.0], [102.0, 3.0], [102.0, 2.0] ]...
This props disable the touch management of the card, which is useful if you need to do some other touch interactions with the card (for example, with an expandable card...