Carlo Taleon

Results 26 issues of Carlo Taleon

Just want to ask if there's a way to re-run the `useGeolocated` hook when the Location Permission changes on the browser. Does the library already do this? ## My Code...

**Describe the bug** Using the "Recent" list of connections doesn't work although it uses the correct connection credentials. IT seems to only always not work for "Recent", when it's saved...

need-more-info :grey_question:

### General Summary of the Problem The canvas captures the html node before it's completely rendered on the canvas. I'm just assuming that this is the case because when: 1....

bug

I want to make my flipbook a little bit more responsive. Kind of hard to do. For mobile, ideally I'd want it to just render 1 page instead of two...

First off, thanks for the tutorial! You're a real lifesaver. I'm trying to get `evaluate` to work at the moment. I have `num_keypoints=4`. The model trains smoothly when I just...

There was a weird "gotcha" that took me actually a few frustrating hours to figure out because it wasn't reflected in the docs or anything. I'm not sure if `use:form`...

### Describe the bug I don't think `use:*` directive in Solid is working. Not sure what's wrong. ### Whole code ```ts import { createForm } from "@felte/solid"; export default function...

bug

I'm trying to use Vaul as a bottom-sheet that sticks to the bottom whilst also being able to interact with the DOM elements behind it. Is this possible? Some usecases....

Ran into a minor bug (or not), while working on: https://github.com/stackwiseai/stackwise/pull/28. Basically, passing a callback function inside `in`. Do let me know if this should be supported by Stackwise or...

bug

## Summary - Fixes https://github.com/wobsoriano/solid-sonner/issues/15 - Fixes https://github.com/wobsoriano/solid-sonner/issues/14 - Fixed it by making it more "Solid-like". Solid prefers "fine-grained reactivity" that's why it was buggy because it can't seem to...