-
IsambardPrince
They split the browser into a bunch of processes so Javascript can monopolize the whole CPU package and drain your laptop battery.
-
tomman
laptops?! Man, get with the times, where is your iPhone?! :D
-
tomman
(ironically webdevs dare complaining about Safari becoming the new IE because it refuses to march at the tune of Google... but only sometimes)
-
CaptainTobin
sup
-
CaptainTobin
so according to the theme resources.. it LOOKS like you left thunderbird alone visually so still australis styled
-
CaptainTobin
if i can figure out some sort of development strat to deal with your replayed orphan branches from hg.. i'd be good.. any suggestion?
-
CaptainTobin
cause frankly frg i dunno how anyone is supposed to get into working with the evo56 codebase from the repo provided
-
CaptainTobin
how can things be made better when comm-central can't even be built and that is where patches end up
-
CaptainTobin
and sure is nothing like this codebase
-
CaptainTobin
so i am legit asking how can one get started?
-
CaptainTobin
WG9s:
-
CaptainTobin
how can one get started today working on seamonkey and related platform code outside of loosing all your changes at the next orphan replayed branch
-
CaptainTobin
IanN_Away:
-
CaptainTobin
sure I have the facilities to track and replay my changes too by script thanks to my new gitpatch bash function but still.. that seems very tedious and doesn't sound very collaborative
-
CaptainTobin
IanN[m]:
-
frg_Away
CaptainTobin comm-central is building. Just not working. Any suite changes are uplifted to central currently after review.
-
CaptainTobin
so where is the defacto trunk for sm 2.53 and platform development then?
-
CaptainTobin
just adhocing it from replay to replay?
-
CaptainTobin
again it might sound like it but I am not offering any judgement right now I just wanna functionally understand
-
frg_Away
heptapod masters
foss.heptapod.net/seamonkey plus the 2.53 mq patch queues.
gitlab.com/frg
-
frg_Away
yes it is a mess :)
-
CaptainTobin
this is the same as the master on the gitlab.com versions which you branch i assume load up patches and it becomes the beta branch
-
CaptainTobin
is that correct?
-
frg_Away
Yes
-
CaptainTobin
hey
-
frg_Away
Will update master soon. Patch queue becomes too big. Just wanting some more js stuff up to 60 in first.
-
CaptainTobin
did you know this is a mess?
-
CaptainTobin
LOL seriously now that I understand it i can deal with it if not reproduce it
-
frg_Away
-
CaptainTobin
I may refine the process.. your choice if you want it when i do lol
-
frg_Away
Apply to git not recommended unless you want something more or less static. With the mq extensions backporting and shuffling / fixing stuff later is really easy. Save me many days of rebasing and suspect the same for IanN. Not your usual software development cycle.
-
CaptainTobin
perhaps
-
tomman
milk.com/barcode the guy brought his barcode generator kicking and screaming from 1995 to 2023
-
tomman
good news: it no longer generates deprecated .xbm images
-
tomman
bad news: it instead refuses to work because "SyntaxError: illegal character"
-
tomman
because of some fancy new class syntax:
-
tomman
export class Barcode {
-
tomman
/** @type {boolean} Short height? */
-
tomman
#short = false;
-
tomman
the hash character is triggering stuff here, now, since when # is valid syntax!?
-
tomman
-
tomman
-
tomman
"private instance fields"
-
tomman
and since cloning Java for once was too much for the ECMAScript committee, let's instead use a meaningless character to designate private fields since LET'S MAKE JAVASCRIPT GREAT AGAIN
-
tomman
gud jorb guyz!