Gashy
Gashy
KPCKevin Powell - Community
Created by Gashy on 9/13/2023 in #resources
Nice range input library (supports multiple points)
Here is a library that I came across which has some nice multi point support as well as an array of customisable options, it seems to perform pretty well and takes A11Y into consideration https://refreshless.com/nouislider/
1 replies
KPCKevin Powell - Community
Created by Gashy on 7/5/2023 in #resources
Remove extra padding around an SVG with this one simple tool!
Came across this tool to remove whitespacing around an SVG https://svgcrop.com/
2 replies
KPCKevin Powell - Community
Created by Gashy on 4/6/2023 in #resources
Logo placeholders
1 replies
KPCKevin Powell - Community
Created by Gashy on 2/17/2023 in #os-and-tools
Versioning style/change log tools
Wasnt too sure where to put this as it is more of a general enquiry, but it might be handy for anyone looking into a similar thing in the future. Do any of you guys declare the version of any of your releases, and if so are you doing this manually, and what sort of style do you go with? For the past couple years I've been using semantic versioning with a related change log manually, but I didnt know if there was any alternatives or suggestions that you guys would recommend. Sometimes I feel like I forget to add a change to the log that I was meant to list at times 😅🤣
4 replies
KPCKevin Powell - Community
Created by Gashy on 1/18/2023 in #front-end
Query about compiling JS assets
Working on an old project using webpack, just for a reference it has a main.js file which is importing files from the components folder, pretty standard stuff. Ive noticed that some of these component files are importing the same package in multiple components E.G. foo.js is importing package 1 bar.js is importing package 1 Ive always wondered if there is a negative impact to this? or are tools like webpack, vite, etc smart enough to only import that package once when compiled?
2 replies
KPCKevin Powell - Community
Created by Gashy on 10/7/2022 in #os-and-tools
Anyone had experience with this App?
On my lunch break I stumbled across this Github actions/app which acts as a a11ylint, and it will create a comment on any problematic areas on pull requests. Im thinking of adding it to our frontend projects at work as an extra step to detect any stragglers that have been missed as well as to remind any juniors. I don't expect it to cover all bases either as theres a lot more that goes into it than just code. Has anyone used this before? Would you recommend it? https://accesslint.com/
2 replies