-
Sompi
the message writing textbox in xenforo is made with JavaScript and stuff like ctrl+shift+home/end don't work properly, the selection goes all weird
-
Sompi
for some reason they just couldn't use a normal HTML textbox, instead they had to implement even that in JavaScript
-
Sompi
normal HTML textarea*
-
WG9s
just in case anyone is here expecting a meeting, the next meeting is on January 5.
-
WG9s
our feerless leader is out-of-pocket (and yes, that was a ROcky and Bullwinkle reference)
-
WG9s
IanN is out-of-pocket this week
-
WG9s
so no meeting til Jan 5th
-
nsITobin
frg_Away: good morning, do you know of a good method to convert a git repo into an HG repo?
-
WG9s
nsITobin: he is best to ask but do you need to convert it to hg or do you just want to use the hg front-end. If so , that is kind of what heptapod does is it a hg fron end with a git backend
-
WG9s
so you have a git repo but can treat it like a mercurial repo
-
nsITobin
thg is crossplatform and mq is amazing, git has its uses to be sure
-
nsITobin
stgit seems overcomplicated .. there is quilt but thg has a UI ;)
-
frg_Away
nsITobin I never did it
-
frg_Away
Ther is a bridge available so hg can access a git repo. Maybe you can decouple it afterwards.
-
nsITobin
the real issue with git in a practical sense if you don't mind mutible history is that its gc is odd and dangling references can persist no matter how many attempts to slim the repo down.. often requring single-branch clones and even that doesn't always work..
-
nsITobin
so there is a reverse git cinnabar around acting as a bridge?
-
frg_Away
For a single branch you could probably export the patches and check in if not too big. I do it the other way around into gitlab for the releases with the patches in the queue.
-
frg_Away
Same for l10n updated. central l10n is now in gitlab and I just export them and add them to the mq series fiele. But there I qfold afterwards.
-
frg_Away
Only one l10n patch for 2.53 releases.
-
frg_Away
nsITobin yes but I never tried it and not sure how good it is.
-
nsITobin
wg9s mentioned heptapod.. isn't heptapod using hg-git
-
frg_Away
nsITobin core is gitlab so they probably use somthing there. I really didn't check As long as it works for us I am happy :)
-
nsITobin
looks like those who were attacking my gogs instance have moved on to attacking MCP's gitea server..
-
nsITobin
SUCCESS
-
nsITobin
well of a small repo
-
nsITobin
lol
-
frg_Away
nsITobin with bridge?
-
nsITobin
hg-git uses dulwich as the bridge from what I just read
-
nsITobin
doesn't seem to like dumb-http repo hosting tho
-
nsITobin
frg_Away: looks like I need to also fork git-cinnabar 0.5.11 after that it gets rustified
-
frg_Away
nahh it will be so amazing an secure you don't want anything else but the rust version!
-
nsITobin
plus maintaining python3 code is a nightmare
-
nsITobin
-
nsITobin
so frg_Away i got some strange history duplication where this history exists but isn't connected to anything is there an easy way to purge 6468-12805
-
nsITobin
frg_Away: figured it out.. was because of tags
-
nsITobin
from other branches that were also same sha as in master
-
nsITobin
that created alt-universe in hg.. now it will be right
-
nsITobin
so likely best to clone single branch and take note and delete the tags THEN hg clone
-
nsITobin
you have to decide on ONE canonical history with hg and git isn't a fan of that
-
nsITobin
-
nsITobin
there is some important stuff there frg_Away
-
nsITobin
regarding the ublock cookie saga
-
frg_Away
nsITobin They made the cokkie startup asyncronous. Hopefully shouldn't/doesn't affect us. Everything here from 58 and 59 is long in already.
-
nsITobin
right
-
nsITobin
not sure why it was brought up originally but glad to know for sure it isn't gonna be a mine stepped on later
-
frg_Away
I nuke cookies anyway during shutdown so I probably wouldn't notice. But someone else shpould have complained if there where problems here.
-
nsITobin
i like having my sessions maintained
-
nsITobin
i dunno why but I feel that when I walk up or sit down to a console it should be.. ready to use with everything open and available to me..