CLARISSAPARSON aka FCKM$
CLARISSAPARSON aka FCKM$
Thanks for the tips, I posted this really for a "basic setup" without having to sort what is useless and what is not.
Hi, it doesn't work on my voidlinux install. I installed i3pystatus from pip but I needed to install python3-gobject module, that contains the gi module.
Confirming this bug - Node v16.17.0 - DayJS : 1.11.5 You can fix by specifying the time : ``` > dayjs('0001').format('YYYY-MM-DD') '1901-01-01' > dayjs('0001-01').format('YYYY-MM-DD') '1901-01-01' > dayjs('0001-01-01').format('YYYY-MM-DD') '1901-01-01' > dayjs('0001-01-01t').format('YYYY-MM-DD')...
> Hi, as mentioned in https://github.com/ngrx/platform/issues/2978 the docs don't link to the correct interface. I'll gladly update this PR with some update to the docs, but I can't find how...
+1 on that feature. Type-hints are a good practice in python, as it aims to write documented code.