Jérémie Ledentu
Jérémie Ledentu
@rgehrsitz Yes, I'm currently working on it. I've got a local branch where all the tooling (building, testing, linting) has been adapted. There is still some work to do to...
@smerchkz Hi, I pushed a `next` branch on the repository. But there is still no published prerelease version on npm. Current status: - [x] I think that the library itself...
Hi, A pre-release is available: https://github.com/jledentu/vue-finder/releases/tag/v3.0.0 Please don't hesitate to give feedback. :)
I'm not sure, but I think the colliding algorithm detects a collision even if the width or height is 0. I'm curious, why do you need an item with 0...
@capricorn86 Don't know if you've worked on this, otherwise I can help to write a PR.
Hi, The latest [v4.0.0](https://github.com/jledentu/vue-finder/releases/tag/v4.0.0) brings Vue 3 support in main release channel. The 2.x branch is now the maintenance branch of the Vue 2 version.
I have the same issue, I can't understand how to make the `counter_agg` work (or maybe I didn't understand what this function is supposed to do). ```sql CREATE TABLE example...
@rtwalker Thanks for the explanation! I misunderstood the docs then. I think this function doesn't meet my use case, but since then I've seen another guide in the docs that...
> Hi, we're totally revamping our tooling in #394, so this file structure no longer applies. @safwansamsudeen Yeah, but your PR mixes formatting, bug fixes and tooling evolutions, and these...
Hi @davidkohn88, I also met this issue and didn't successfully resolved it. **Relevant system information:** - OS: MacOS 12.4 (running official [pg12-latest](https://hub.docker.com/layers/timescale/timescaledb-ha/pg12-latest/images/sha256-6867c1ad332c7510b8ebef208a0938a7d25845d0c0362d0adb73956f2abc8c1f?context=explore)) - PostgreSQL version (output of `SELECT version();`): 12.14...