-
Fitness: SOC – 1
I think that the Marinoviches were definitely on to something but I think that they weren’t emphasizing overall strength and bulk enough. So the best thing to do is to train in a Maraschino style which produces bulk. I like flywheel training but overall and CKC (Closed Kinetic Chain) exercise is going to be a…
-
Work Notes: Run MySQL 8 for UserLAnd for Prisma/Next.js projects
i am getting the error E: Package ‘mysql-server’ has no installation candidate Note, I am using Debian instance from UserLAnd. … Apparently, mysql has been replaced by mariadb in Debian10. So, I ran i I am getting this error message: “ ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/run/mysqld/mysqld.sock’ (2) debian…
-
Work Notes: Adding Dummy data to a Plaid Dummy account for import with Plaid API
“ I was unable atm to insert dummy data onto the used_good accounts so I’m going to have change it from the transactions which was loaded. It looks like you can interdict the transactions and change the categories, see here. I guess I can add transactions to a dummy account with this.” I would eventually…
-
Study Notes: Studying CDL Air Brakes test – Illinois
https://quizlet.com/760234306/air-brakes-ab-cre-flash-cards/ https://quizlet.com/73196852/uncle-whit-air-brakes-flash-cards/ https://quizlet.com/161860482/cdl-air-brake-practice-test-flash-cards/ https://cdnsm5-ss14.sharpschool.com/UserFiles/Servers/Server_57960/File/Departments/Transportation/Air%20Brakes%20Facts%20&%20Test.pdf https://quizlet.com/145503562/air-brake-study-guide-flash-cards/ Grand set: The spring brakes used on tractors and straight trucks will bring your truck to a stop when the air pressure drops below:20 psi.Excessive heat caused by using your brakes too often can cause the:brakes to fade or failIf air pressure does NOT build up to normal within the…
-
How I Write Work Notes
I try to include images so I can know what I was talking about. Ultimately, I don’t slow down and make a video on the thing I’m working on, I usually go back, so images and notes of what’s going on is important. I use MoL Custom blocks and just add the widget to the…
-
Work Notes: Using Plaid API for importing Banking transactions
toDo: [ ] 524gsg – Change categories both on import and changing db data already saved into the database. Viewing these examples, The goal is to have Next.js 13+ functionality and the Plaid API working. I would also like to rewrite CB into all app dir and switch from Prisma ORM to Planetscale ORM. I’m…
-
Work Notes: Uploading multiple images via UploadThing
The code I currently have only allows for uploading one image. This repo shows multiple images being uploaded, it also lint-free. I am focusing on this block of code from imgmanager which appears to upload multiple files: That request does multiple calls so if it wants to send two images then it sends two post…
-
Work Notes: Building a Contractor Buddy for Contract Truckers – Part 4
[x] 51cxt8 – Work on the UI for the scheduling. [ ] 852vsm – Quickbooks plugin to tie Trucking Buddy with Quickbooks. [ ] 95fs – I need to make dev url and prod url. [ ] 418fs – Backup, import and export receipt information ideally in a way which can be imported by Quickbooks.…
-
Building an Upload Component for uploadthing
I guess I just have to figure out how to post to imageUploader from, ‘src/server/uploadthing.ts’. I am going to try to get rid of the generate component block logic and import each manually. Okay, I rewrote the component to: This is the only example I found which I can fanaggle it. A list of components…
-
Lesson: Accessing v2 API of WooCommerce from different roles.
Only administrators can access the v2 api of WooCommerce, instead of wasting your time to try to get a custom role to do this just use a php call and pipe in the values via an enqueue_script and a localize_script.