JXL's feature set is massive. it's a super impressive format that needs widespread adoption. AVIF is a very mid technology, it's only better at over-compressing images, which I haven't had to do in 20 years.
JXL's feature set is massive. it's a super impressive format that needs widespread adoption. AVIF is a very mid technology, it's only better at over-compressing images, which I haven't had to do in 20 years.
I think this works in Vue (if I'm understanding)
Best of all, every security expert has lambasted them for this because it makes things much less secure as a side effect. My token just died a week ago, and I still don't know how to get things working again in a non-painful way. How are there no OIDC npm publish youtube video tutorials?
This is a good work around. Still trying to figure out how the hell OIDC works, why are there no resources about it other than npm's official docs which are... well bad.
Just did a new release of Vue-Dev-Tools-Accessibility, a plugin for the official Vite-Vue-DevTools that scans the page with #Axe and #APCA for #accessibility violations. vue-dev-tools-accessibility.github.io #a11y #vue #vue.js #devtools #wcag #frontend #vue-devtools #opensource
Did a new release of Vue-Doxen yesterday, also updated the Vue-Dev-Tools-Accessibility plugin. And I'm working on an update for Vue Desktop App boilerplate. thejaredwilcurt.com/vue-doxen - vue-dev-tools-accessibility.github.io - github.com/nwutils/nw-v... #Vuejs #vue #webdev #frontend #a11y #Vue.js
Getting real tired of StackOverflow mods editing my correct answers. I'm gonna start moving my shit off their site over to dev.to (dev.to/thejaredwilc...). I'm open to suggestions for alternative Dev focused blog sites, since dev.to has become completely overrun with AI slop. #devlogs #programming
Just did a new release of Vue-Doxen:
thejaredwilcurt.com/vue-doxen
The best way to try out and document your Vue components. #Vuejs #Vue #JavaScript #Documentation #ComponentLibrary #Frontend #Vuex #Pinia #Nuxt #Nuxtjs
This code doesn't exist anywhere besides my repo. So I posted it to stack overflow for others to reference. This was then downvoted, with no comments as to why. So I said, fuck that site and deleted my answer. Terrible website, terrible community, guess the AI will have to train on my repo instead.
As you type into the slot, it remembers the previous valid markup and uses that as a fallback until you finish typing and your input for the slot is valid HTML, then the component being demo'd updates instantly.
The slot content was using v-html, but that requires a wrapping HTML element. To get around this, I created a new component to pass the HTML into that uses a custom recursive render function I wrote that ensures all the attributes and child nodes render, but also doesn't break things while typing.
Just did a new release of Vue-Doxen. You can now document your deprecated props better. It also no longer wraps live slot content in an HTML element. Let's talk about that.
thejaredwilcurt.com/vue-doxen
Just did a new release of vue-dev-tools-accessibility. It's a plugin for the official Vue DevTools. Integrates directly with it, and scans the page for accessibility issues. vue-dev-tools-accessibility.github.io #Vuejs #vue #a11y #accessibility #frontend #webdev
Wow, learned a lot about #APCA this past week. My Vue-Dev-Tools #Accessibility plugin now supports color contrast checking with #WCAG 2 AA & AAA, along with APCA Bronze & Silver. Still more to do on the library, but #Vue devs can start trying it out now: vue-dev-tools-accessibility.github.io #a11y
GNOME:
1. Every 7 seconds an application is in focus, give it 1 point
2. If it has <3,214 pts & hasn't been opened in a week, it's removed from the list automatically
3. If any app reaches 25,714 pts, all apps have their points reduced by half
4. There is no way to manually remove apps from the list
Windows:
1. When you open an app, increment a count by 1
2. Order all apps in the start menu by their count total so the apps you open most are at the top
3. If you right-click an app to remove it from the list, it's count is reset to zero
Let's compare the Windows Start Menu to Linux. No joke, this is actually how they do it...
Did some more updates to my plugin, Vue-Dev-Tools-Accessibility. It's not officially released yet, but you can try it out and give feedback. vue-dev-tools-accessibility.github.io #Vue.js #Vuejs #vue #a11y #accessibility #frontend #webdev
Just did a new release of Vue-Snapshot-Serializer. It adds a new feature for capturing scoped inline styles when using v-bind() in your CSS. thejaredwilcurt.com/vue-snapshot... #Vuejs #Vue.js #Vue #Vitest #UnitTest #Jest #webdev #frontend #Vue-Test-Utils #unit-tests #unittesting
Looking for any #Vue devs that want to try out an early build of my upcoming #Vue-DevTools #Accessibility plugin. It's not done yet, and stuff may break before it's released, but looking for bug reports/feedback.
vue-dev-tools-accessibility.github.io
#vue.js #vuejs #a11y #webdev
Sorry for spreading the misinformation. It does sound like Vitest shares a lot of common roots though. How much of Vitest shares the same ancestral code as Jest? From when it started vs now. Just curious on the ballpark. I was under the impression that improvements to either project helped the other
@bytevagabond.com Here's my experience using AI to help solve programming problems:
Just did a new release of Vue-Doxen this morning before work. A tool that automates Vue Component documentation. thejaredwilcurt.github.io/vue-doxen #VueJs #Vue #Vue.js #Frontend #Webdev
Just added a new feature to Vue Snapshot Serializer, thanks to @ergosoft.bsky.social for the request. #Vue #VueJs #Vue.js #Jest #JestJs #Vitest #unit-testing #snapshot-testing #automated-testing #automatedtesting
thejaredwilcurt.com/vue-snapshot...
Just update my Vue Desktop App boilerplate to NW.js v100! ๐ #NWjs #Vue #Vue.js #DesktopApps #DesktopApp #XPDA. It is the BEST way to get started making desktop apps. Just clone it down, npm i && npm start and you are ready to go. Builds for desktop and web.
github.com/nwutils/nw-v...
Vue-Doxen is a little dog that documents your Vue Components. Can you believe that????
thejaredwilcurt.com/vue-doxen/
#Vuejs #Vue.js #Vue #frontend #webdev
New release.
Just did a new release of the World's best Vue Component Documentation tool. Try it out if you haven't. It's one npm install and like 5 lines of code. Very easy.
thejaredwilcurt.com/vue-doxen/
#Vuejs #Vue.js #Vue #frontend #webdev
Someone should make a Web Dev and Sandwich shop and call it "DOMs & Subs".
I'm so tired of ESLint-Plugin-Import having a wild new issue on ever repo I try to upgrade to ESLint 9. I like the new flatconfig, it was the right move, but boy does this upgrade path suck. Can someone fork that plugin, fix it to work with ESLint 9 and with Vue files.