Sandro Circi

Results 228 comments of Sandro Circi

While fixing a small error (the clock icon was white on white for the light theme), it made me discover a thing. To solve #135 I decided to implement [this](https://github.com/jd-solanki/anu/issues/135#issuecomment-1483891668):...

I've updated the /test-page in the demo-repo. Now it displays all 3 combination for ASwitch with and without the `` nuxt component. As you can see in the screenshots below,...

I started a [discussion](https://github.com/nuxt/nuxt/discussions/20419) in the Nuxt repo. Maybe it's not an Anu issue at all.

Unfortunately I haven't, and by the looks of it it seems that the nuxtlab team is busy with other developments. One thing I wanted to try was to add a...

I wonder if this could improve performance on smaller cpus like the ones in commercial NASs

~~@joseph-henry sorry for the dumb question: is the [Dockerfile.ci](https://github.com/zerotier/ZeroTierOne/blob/34cc26176c8d1a2c49935928d7297a9859ab2023/Dockerfile.ci) enought to quickily test this?~~ EDIT: I forgot about the fact that the NAS images do build from source

> I am interested in hearing how this performs for people. I'm not entirely sure if I'm building it right but I just did some tests, in particular related to...

To update on this: Currently, when colorMode.preference is not set to 'system' and it's equal to colorMode.value I cannot know what the device is currently using. To make an example:...

>here is my composables. >```ts >// [...] >const { client: siteUrl } = useDirectusFiles() >// [...] >``` First thing first, just to make sure, this isn't the correct way to...