zero01101 / openOutpaint

local offline javascript and html canvas outpainting gizmo for stable diffusion webUI API 🐠
MIT License
503 stars 44 forks source link

Cache Busting Scripts #130

Closed seijihariki closed 1 year ago

seijihariki commented 1 year ago

Some cache busting scripts and commit hooks

seijihariki commented 1 year ago

Forced push to clear all the test commits done to test Github actions stuff.

zero01101 commented 1 year ago

so to start i apologize for being absent recently; our beloved dog loki passed away somewhat unexpectedly while we were asleep, and it's been pretty dire around here :(

otherwise, face restore is an immediate "but of course" and thanks to your prior work on improving extensibility, barely needs anything even close to a review :) i also suspected my hacky resolution sync would come back to bite me one day...

i honestly might need to apply some of this cache busting magic to some of my legacy employment repos that have some manual blah.js?20160406-0001 kind of drudgery going on lil bad pokerface

seijihariki commented 1 year ago

so to start i apologize for being absent recently; our beloved dog loki passed away somewhat unexpectedly while we were asleep, and it's been pretty dire around here :(

Yes, I saw your tweet yesterday. Sorry for your loss, he was the bestest of bois! Hope he is doing fine in dog heaven.

And you don't need feel any obligation to be active every single day! Just come back when things settle.

otherwise, face restore is an immediate "but of course" and thanks to your prior work on improving extensibility, barely needs anything even close to a review :) i also suspected my hacky resolution sync would come back to bite me one day...

Well, just some things to avoid duplicating code actually, in this case mainly wheel handling code.

i honestly might need to apply some of this cache busting magic to some of my legacy employment repos that have some manual blah.js?20160406-0001 kind of drudgery going on lil bad pokerface

Well, it's MIT, so no problems whatsoever! And don't forget to setup the hooks on your machine!

zero01101 commented 1 year ago

Sorry for your loss, he was the bestest of bois! Hope he is doing fine in dog heaven.

<3 thank you greatly, he truly was. my sister in law recently lost her sweet pup too so he's definitely got a best friend to play with on the rainbow bridge

And don't forget to setup the hooks on your machine!

image god github needs to just let me add custom emoji like slack lol

much obliged for the reminder lol image

zero01101 commented 1 year ago

oh god it took me forever to realize what i needed to do in windows and i hate npm so much lol -_-

i hate npm so much

SEE LIKE I COULDA SWORN I DID THIS BEFOREHAND https://github.com/zero01101/openOutpaint/commit/0afc59da740dddf7d1101353db186e24876b15c3

zero01101 commented 1 year ago

sigh ok so it seems to be ignoring greedily staging any non-staged files when i commit through sourcetree because i need a GUI like a tiny child, but hopefully those dumb pushes to prevent node_modules from getting the hash update treatment didn't break anything; i WAS going to put that in testing and get your 2nd opinion but needed them to actually commit the readme lmao

anyway i don't think that should break anything but knowing me, someone's GPU will catch fire because of it

seijihariki commented 1 year ago

Yep, didn't notice that. Will push a quick patch to only add .html files directly to main.

seijihariki commented 1 year ago

Now only staged files are considered, and on commit only .html files are actually added automatically.