Tito

Results 82 issues of Tito

runOnMount is set to true by default, so if you just instance it with a callback and then run `start()` then the loop would be running double. See https://github.com/davedbase/solid-primitives/pull/73

https://github.com/SublimeText/Issues/issues/209 Thanks!

bug

Hi there! There's a kind of weird and annoying bug in hangouts that does not scroll the chat to the last message when you write and send or receive messages....

enhancement

In my opinion this should not be adding new lines to the end of a file.

enhancement
discussion

If starts in 1930, then its missing something important .. The Uruguayan jersey has 4 stars [1] Two of them representing gold medals received at the 1924 and 1928 Summer...

Thanks for reading. I have been struggling to solve something very simple that I can't believe wasn't considered. I have a MediaStream which is recorded via MediaRecorder and that stream...

enhancement

Say we have ```js function Comp(props) { return ( ); } ``` generated code is ```js function Comp(props) { return (() => { const _el$ = _tmpl$(); props.width != null...

I'm not really sure how this could work, but would be great if the code snippets shown on hover could have a bit better formatting. Some typescript messages are very...

### Describe the bug Custom elements have numerous callbacks and these should untrack to avoid recursion. This is a bit tricky because a lot of DOM methods for manipulation could...

enhancement

I'm trying to implement maverick signals on https://pota.quack.uy/ . Solid and voby (oby) signals already work. I'm having an issue with context, when using `getContext` inside `untrack` it will return...