Olicorne

Results 659 comments of Olicorne

Thanks. I think I remember having read somewhere that there is a timeout argument to the deep sleep function that allows to sleep for at least some portion of a...

Found it : https://github.com/wasp-os/wasp-os/pull/454/files It was a while ago there might be stupid things in that code

Thanks for the followup gary! It's a bit weird no? If the watch is sleeping so hard that it's not even keeping the clock running it's almost like if it...

Hi, I hope you are well. I wanted to do some statistics on my chats and noticed that there was no way to do a bulk export of all my...

I thought I was having the issue but after trying with a simple curl I was able to see that the issue seems to be onn open-webui side and not...

Btw I checked and I keep getting errors when trying to use their endpoint instead of openai's. I think there's a decent chance that it's simply because the output format...

I encountered that too. Additionaly if you rotate into landscape then back into portrait : you loose what you entered bug the keyboard stays up

How big is it? See #257

Oh yeah, because of the mmap. LMDB would be all the more interesting then because there is no need to make all pages their final size. Or even to make...

Btw I left some code at the bottom of the LMDB PR to automatically convert the index by just giving the path: https://github.com/mwmbl/mwmbl/blob/89da6b150617f93eba467ef00d2a1ef7a432f1e1/mwmbl/tinysearchengine/indexer.py#L482 I made it so that you could...