Is handwriting & drawing support planned?
Is handwriting & drawing support planned?
Glad I could help! I wasn’t sure if I was missing something in what you were trying to do - I get that in some cases folding in those features can make things a lot easier.
Don’t really understand why you’re overriding __new__
. Surely it’d work better to use:
def __init__(self, source: str | Path, *args: Any) -> None:
super().__init__(Path(source, *args).expanduser().resolve())
But this removes self.__source
and the property. I’m not sure what the advantage of using that is but you could always set that before the line super().__init__(Path(source, *args).expanduser().resolve())
.
EDIT: if I’ve completely misunderstood, please could you explain? I don’t really understand what subclassing is trying to achieve here, other than simplifying access to certain os.path
functions.
My day to day experience is good. I have worries about the long term issues but it was one of the only ones that had a headphone jack and microSD. I’m not sure I would have sprung for it otherwise.
The OS could be better as I do get some occasional freezes but nothing particularly bad and that could be the launcher I’m using. Also the software support is shit: they’ve never announced how long it’ll get updates for - previous phones were only 2 years of security updates - and when the updates come they don’t have a changelog (in fact, their website doesn’t even have the latest updates listed but I believe a very minimal changelog turns up when they eventually update the site). Also, there are various things people want fixed or features they want ported (I think there’s some camera options from the 5V that never got made available on the 1V despite using the same sensor), though I only know about these because I’ve had to look at reddit to see what’s changed in an update.
In terms of the security updates, I’m basically counting on LineageOS support turning up at some point.
This all sounds very negative but the camera, screen, battery life, and speakers are all excellent. The OS is fairly close to stock android, which makes it less annoying than Samsung. I’m just annoyed that a device that seems built to last, is hamstrung by the software updates.
I have an Xperia 1V and have a “4G Calling” toggle. I suspect VoLTE is now assumed as 2 & 3G services are getting turned off all over.
I’ve used a larger version for cold brew in the past and it worked well. It was a bit annoying to clean out but cold brew batches arent every morning so it was fine.
My preference is now an aeropress with a fabric filter. I use this above a metal filter with the Prismo attachment (metal to stop the fabric clogging the valve). The fabric circle is small enough to be easy to clean, freeze and thaw. I usually only rinse it (much easier with a small flat disk) before chucking it in the freezer but I use Cafitza to clean it every few months to remove any built up oils (just gotta give it a few soaks in boiling water afterwards to ensure its not holding on to the cleaning agent!).
I moved to Splid and found it a bit less clear than Splitwise but better in other ways once I’d figured it out. It’s not FOSS, unfortunately, but I do trust it much more than Splitwise.
Almost the same as my PC from 2014, which unfortunately is also my current PC. I had an asus mobo though.
I’m with you on this. How on earth are one-off login events supposed to work? I want nothing about me logging on to be stored on that device or account other than, for example, the code I download. Maybe I’m missing something but the search I just did suggested connecting my phone via bluetooth, which is also not an option.
Ah, thanks for the answer, I’d missed this on the GH page. Unfortunately, that’s not what I’m after as I know I will end up with a complete mess of unusable notes or not use it at all if there are any stages of choosing a note type.
Ideally, I want version controlled, editable, searchable, taggable paper I don’t have to file away, which I can also type on and use other digital tools with (e.g for things like diagrams, spreadsheets). I haven’t seen anything particularly close to what I’m after yet but I’m hopeful that it’ll come eventually.