Michael Lohmann

Results 44 comments of Michael Lohmann

Couldn't one split up the function `openDatabase` into two: one that is there for opening a new connection (and putting that into the cache, but e.g. with an ever increasing...

@craftzdog First of all thanks a lot for your work in this project! Should I create a MR for this suggestion?

I thought a bit about it and it might be a breaking change if we change the API (e.g. if it is called many times). @craftzdog What do you think...

Thanks a lot for your feedback! You right, my explanation was very bad of what I had in mind and now I think that my suggestion of the hook is...

We are experiencing the same issue. It does not happen on every query, but seems to be a bit randomly (at least so far we did not figure out what...

@punksta Unfortunately we did not have the time to look too deep into it, but there seem to be multiple transactions at the same time. Maybe over the next weeks...

I am wondering the same thing. With the last commit from almost two years ago and 6 open PRs without any comments, my best guess is: no... :/

Depending on what you want to do, you might be okay with [Linking.openSettings](https://reactnative.dev/docs/linking#opensettings) instead, so no need for another dependency ;)

I just took a look at [the code of vim-slash](https://github.com/junegunn/vim-slash/blob/31aee09b7ea8893a18fa34f65e63e364fc998444/plugin/slash.vim#L41) and I came up with ```vim augroup Loupe autocmd! " autocmd CursorMoved,CursorMovedI * set nohlsearch | autocmd! Loupe autocmd CursorMoved,CursorMovedI...

@davidsu Can't you "type" `(LoupeClearHighlight)`? This will call that function for you without that hack. At some point I wanted to take a look at lua, but so far my...