Daniel

Results 4 comments of Daniel

@bdkjones any chances we could get native Vue SFC (single-file component) compilation support in CodeKit?

In case anybody needs a solution to this problem: it's not related to the library, but rather to how AWS is handling the incoming HTTP requests to the stored images....

A quick solution for when you need minimal filtering capabilities. Using Vue 3 and Tailwind. ```vue // components/QuickIsotope.vue import {computed, ref} from 'vue'; const catOne = computed(() => 'https://fakeimg.pl/480x320/C6011F/eae0d0/?retina=1&font=noto&text=1st Cat'...