Sergio Moreno

Results 111 comments of Sergio Moreno

> Thanks, it is a pleasure to see some activity there, I'm gonna try your repo. I just look at the vite config and I notice the following `@vitejs/plugin-react` is...

I just saw this issue, hmm, probably we can go on a feat version, with the changes i've made. We could work on parallel on this changes with a @next...

> Don't know if it's related, but this bug is happening to me when the calculated `rootDir` differs from the `baseUrl`. Equalizing both properties (when possible) worked for me. This...

Confirmed that this is an actual issue on iOS running with Expo Go 2.23.2 , on Android is not happening. Probably the issue is inside Expo go and not in...

Hi guys! https://github.com/getorca/trafilatura/commit/3148d9fe71d4d66a6e945b893a585e44a9f897a9 Would be amazing if we could add this feature :) If you don't mind I can create a pull-request

On my case, if this helps someone was: ```ts const [points, supercluster] = useClusterer( debouncedDataToBeMerged ? debouncedDataToBeMerged : [], SCREEN, mapCoordsDebounced, SUPERCLUSTER_OPTS ); ``` I have this hook that creates...

@zafercavdar can we merge this please? i'm quite sure so much people doesn't use this because are struggling to install pybind11 on their systems

> Same here, struggling to get it working with `CTransformers` and Websockets. When I print to console works nicely, but when I try to send the token through the WebSocket...

> JSON keys order preservation is still costing us quite a lot of time, because it forces us to re-allocate all maps. I'm planning to open discussions as to whether...

Yes, I've opened the issue but I understood that we were wrong assuming that. Right now, it is already a braking change since relationJoins, so I vote to always improve...