Options

[Programming] Mirror, mirror, on the wall, show the git diff for them all

189111314100

Posts

  • Options
    bowenbowen How you doin'? Registered User regular
    http://meta.stackoverflow.com/questions/303865/warlords-of-documentation-a-proposed-expansion-of-stack-overflow?cb=1

    This looks amazing. Finally good documentation! I already prefer stack overflow to MSDN and other APIs.

    not a doctor, not a lawyer, examples I use may not be fully researched so don't take out of context plz, don't @ me
  • Options
    urahonkyurahonky Resident FF7R hater Registered User regular
    bowen wrote: »
    That's what she said.

    I wasn't talking about React-Native :winky:

  • Options
    urahonkyurahonky Resident FF7R hater Registered User regular
    HEY when did winky come back??

  • Options
    bowenbowen How you doin'? Registered User regular
    about 3 months after vanilla took over and they fixed their regex

    not a doctor, not a lawyer, examples I use may not be fully researched so don't take out of context plz, don't @ me
  • Options
    djmitchelladjmitchella Registered User regular
    We have three sorts of dependencies:
    • "First party", ones we wrote ourselves; these live in a "shared libraries" repository which we bring in as necessary
    • "Second party", which are third-party libraries that we've modified a bit.
    • "Third party", which are purely third-party libraries unchanged from their distribution; these and 'second party' live in yet another repository which we check out once per developer machine, because it contains a lot of large binaries so we don't want to duplicate if you have multiple checkouts all using the same ones.

    Depends on how many dependencies you have, I guess.

    (is there something like bower for desktop apps these days?)

  • Options
    SpawnbrokerSpawnbroker Registered User regular
    Oh my god, I just pushed out an update to one of our clients from our central code repository that we now use for all clients on our product. It worked, no modifications outside of the publish profile. Our client got brand new features and bug fixes we've been working on for other clients.

    Is this...is this real life? Pinch me.

    Steam: Spawnbroker
  • Options
    bowenbowen How you doin'? Registered User regular
    Oh my god, I just pushed out an update to one of our clients from our central code repository that we now use for all clients on our product. It worked, no modifications outside of the publish profile. Our client got brand new features and bug fixes we've been working on for other clients.

    Is this...is this real life? Pinch me.

    So great.

    I love it when you can push out updates and no one calls you.

    Then like 5 months later someone goes "hey is this button new?"

    "What no, that's been there forever."

    "neat!"

    not a doctor, not a lawyer, examples I use may not be fully researched so don't take out of context plz, don't @ me
  • Options
    urahonkyurahonky Resident FF7R hater Registered User regular
    My god.... autoFocus is salvation!

  • Options
    urahonkyurahonky Resident FF7R hater Registered User regular
    Jeeze our Jira sprint seems a little lopsided if you ask me:
    Person 1: 6 Issues
    Person 2: 1 Issues
    Honky: 26 Issues
    Manager: 5 Issues
    Person 3: 4 Issues

  • Options
    ecco the dolphinecco the dolphin Registered User regular
    Hmm

    At first glance, that's... not fair.

    I sense that the phrase, "No" it insufficient for your situation.

    I propose that we elevate to the next level - "No, eff off" with you flipping people off.

    Penny Arcade Developers at PADev.net.
  • Options
    DelmainDelmain Registered User regular
    Hmm

    At first glance, that's... not fair.

    I sense that the phrase, "No" it insufficient for your situation.

    I propose that we elevate to the next level - "No, eff off" with you flipping people off.

    how the fuck does someone have 1 issue assigned to them for an entire sprint

  • Options
    admanbadmanb unionize your workplace Seattle, WARegistered User regular
    Maybe they're only part time on the project? Or maybe it's a really big issue? Or maybe honky's chronic inability to push back on anything has led to everyone just saying, "well, honky did X so he should do Y as it follows from X" and that leads to him doing everything because he did everything in the last sprint.

    But who knows.

  • Options
    gavindelgavindel The reason all your software is brokenRegistered User regular
    My unit tests bring all the boys to the yard.

    Unfortunately, the boys are then garbage collected after the asserts.

    Book - Royal road - Free! Seraphim === TTRPG - Wuxia - Free! Seln Alora
  • Options
    urahonkyurahonky Resident FF7R hater Registered User regular
    Delmain wrote: »
    Hmm

    At first glance, that's... not fair.

    I sense that the phrase, "No" it insufficient for your situation.

    I propose that we elevate to the next level - "No, eff off" with you flipping people off.

    how the fuck does someone have 1 issue assigned to them for an entire sprint

    Marketing person.

    Still counts!

  • Options
    urahonkyurahonky Resident FF7R hater Registered User regular
    admanb wrote: »
    Maybe they're only part time on the project? Or maybe it's a really big issue? Or maybe honky's chronic inability to push back on anything has led to everyone just saying, "well, honky did X so he should do Y as it follows from X" and that leads to him doing everything because he did everything in the last sprint.

    But who knows.

    Sweet bonus check says otherwise. :D

  • Options
    urahonkyurahonky Resident FF7R hater Registered User regular
    I don't even know what that means either.

  • Options
    The AnonymousThe Anonymous Uh, uh, uhhhhhh... Uh, uh.Registered User regular
    bowen wrote: »
    How do you guys normally handle dependencies for code on a revision system?

    Should I just add a 'dependency' folder and drop all the libraries in there (mostly dlls) ?

    Or is it usually a separate project?
    Let me tell you about Cargo.

  • Options
    MadpoetMadpoet Registered User regular
    Yay! Job offer came in.
    Boo! They're 2k under what I was asking. I hate negotiating.
    Yay! Recruiter is doing the legwork to bump it up to where I wanted to be.

  • Options
    mightyjongyomightyjongyo Sour Crrm East Bay, CaliforniaRegistered User regular
    Aaahhh, nothing like two show-stopper bugs halfway through the testing period, three days before we're supposed to ship. Makes you feel alive, you know?
    *hides under desk and cries*

  • Options
    urahonkyurahonky Resident FF7R hater Registered User regular
    Aaahhh, nothing like two show-stopper bugs halfway through the testing period, three days before we're supposed to ship. Makes you feel alive, you know?
    *hides under desk and cries*

    I'm afraid this will be me tomorrow. We are supposed to be releasing on Monday but there's so much shit left to do.

  • Options
    builderr0rbuilderr0r Registered User regular
    Brackets are the devil

    steam_sig.png
  • Options
    DelmainDelmain Registered User regular
    builderr0r wrote: »
    Brackets are the devil

    better than whitespace!
    that's right, bring it on!

  • Options
    mightyjongyomightyjongyo Sour Crrm East Bay, CaliforniaRegistered User regular
    urahonky wrote: »
    Aaahhh, nothing like two show-stopper bugs halfway through the testing period, three days before we're supposed to ship. Makes you feel alive, you know?
    *hides under desk and cries*

    I'm afraid this will be me tomorrow. We are supposed to be releasing on Monday but there's so much shit left to do.

    :bro:

    it's okay man, we got this

    might take an 80 hour work week but we got this

  • Options
    bowenbowen How you doin'? Registered User regular
    Delmain wrote: »
    builderr0r wrote: »
    Brackets are the devil

    better than whitespace!
    that's right, bring it on!

    oh shi-

    not a doctor, not a lawyer, examples I use may not be fully researched so don't take out of context plz, don't @ me
  • Options
    hippofanthippofant ティンク Registered User regular
    bowen wrote: »
    Delmain wrote: »
    builderr0r wrote: »
    Brackets are the devil

    better than whitespace!
    that's right, bring it on!

    oh shi-

    On the other hand, parentheses are the best.

  • Options
    bowenbowen How you doin'? Registered User regular
    I like brackets :(

    not a doctor, not a lawyer, examples I use may not be fully researched so don't take out of context plz, don't @ me
  • Options
    thatassemblyguythatassemblyguy Janitor of Technical Debt .Registered User regular
    hippofant wrote: »
    bowen wrote: »
    Delmain wrote: »
    builderr0r wrote: »
    Brackets are the devil

    better than whitespace!
    that's right, bring it on!

    oh shi-

    On the other hand, parentheses are the best.

    lisp. all. day.

  • Options
    InfidelInfidel Heretic Registered User regular
    I hired a developer and did an orientation all day.

    We got nothing done, oh god dammit. :)

    OrokosPA.png
  • Options
    JasconiusJasconius sword criminal mad onlineRegistered User regular
    i need some super extreme in depth documentation of the XLSX file format

    i got my system mostly working but I discovered that sometimes Excel will decide that formulas should be (what amounts to) compressed during the save operation, and my open source parser doesn't snoop that out and unpack it.

    So i have to do it. Problem is my only tools are example files and time. And I don't have much time.

  • Options
    InfidelInfidel Heretic Registered User regular
    Jasconius wrote: »
    i need some super extreme in depth documentation of the XLSX file format

    omg hahahahaahhahahahahahahahahahahahahahahahahahahahahaahahhahahaahahahahahahahahahaahahahah

    I'm so sorry.

    OrokosPA.png
  • Options
    ecco the dolphinecco the dolphin Registered User regular
    Jasconius wrote: »
    i need some super extreme in depth documentation of the XLSX file format

    i got my system mostly working but I discovered that sometimes Excel will decide that formulas should be (what amounts to) compressed during the save operation, and my open source parser doesn't snoop that out and unpack it.

    So i have to do it. Problem is my only tools are example files and time. And I don't have much time.

    I think we ended up buying a 3rd party tool because that shizzle be fizzle, yo.

    Which doesn't help you in any way, sorry. =(

    Penny Arcade Developers at PADev.net.
  • Options
    KakodaimonosKakodaimonos Code fondler Helping the 1% get richerRegistered User regular
  • Options
    JasconiusJasconius sword criminal mad onlineRegistered User regular
    edited September 2015
    Jasconius wrote: »
    i need some super extreme in depth documentation of the XLSX file format

    i got my system mostly working but I discovered that sometimes Excel will decide that formulas should be (what amounts to) compressed during the save operation, and my open source parser doesn't snoop that out and unpack it.

    So i have to do it. Problem is my only tools are example files and time. And I don't have much time.

    I think we ended up buying a 3rd party tool because that shizzle be fizzle, yo.

    Which doesn't help you in any way, sorry. =(

    oh I could buy something, but I have to work in javascript, and I never found anything close to feature complete for JS for sale. the open source project I am using is good but a lot of critical stuff is missing because its basically just a file reader and not an actual excel engine

    i've written some of this missing stuff myself... but now deadlines approach and the problems are becoming more obtuse

    the most annoying part about this latest thing is that the formula compression that Excel does seems to be minorly random, it only targets SOME cells, and I cannot for the life of me conclude how it determines what it targets.

    If I could nail that down, I could just modify the problem cells in the short term and worry about writing a Grand Unified Excel parser for later

    Jasconius on
  • Options
    NogsNogs Crap, crap, mega crap. Crap, crap, mega crap.Registered User regular
    edited September 2015
    yeah, excel in browser is surprisingly difficult.

    hell, it took Google Sheets YEARS to get multiselect 'Ctrl+Click' to work properly on non-adjacent cells.

    EDIT: And i know microsoft's own web excel didn't support that feature at launch, and I'm betting it probably still doesn't.

    Nogs on
    rotate.jpg
    PARKER, YOU'RE FIRED! <-- My comic book podcast! Satan look here!
  • Options
    JasconiusJasconius sword criminal mad onlineRegistered User regular
    My career for the last four years had pretty much been based on the idea that Google sheets and the ms mobile solutions are woefully feature incomplete compared to the original

    I plug the gaps.

  • Options
    templewulftemplewulf The Team Chump USARegistered User regular
    Do any CSS wizards want to explain to me why my Zurb Foundation SASS isn't applying my padding on the medium and up sizes?
    #mainContent {
        @include grid-column(
            $columns: 12,
            $center: true,
            $collapse: true
        );
    
        @media #{$medium-up} {
            @include grid-column(
                $columns: 10,
                $center: true,
                $collapse: true
            );
        }
    
        background-color: white;
        padding: 0.5rem 1rem;
        border: 3px solid $lavender;
    }
    

    The code in the media queries is fine. Everything but the padding works at every size.

    Twitch.tv/FiercePunchStudios | PSN | Steam | Discord | SFV CFN: templewulf
  • Options
    templewulftemplewulf The Team Chump USARegistered User regular
    edited September 2015
    templewulf wrote: »
    Do any CSS wizards want to explain to me why my Zurb Foundation SASS isn't applying my padding on the medium and up sizes?
    #mainContent {
        @include grid-column(
            $columns: 12,
            $center: true,
            $collapse: true
        );
    
        @media #{$medium-up} {
            @include grid-column(
                $columns: 10,
                $center: true,
                $collapse: true
            );
        }
    
        background-color: white;
        padding: 0.5rem 1rem;
        border: 3px solid $lavender;
    }
    

    The code in the media queries is fine. Everything but the padding works at every size.

    Oh wait, I was looking for the compiled CSS in the wrong place. Apparently, the media query compiles into the end of the selector:
    #mainContent {
      padding-left: 0;
      padding-right: 0;
      width: 100%;
      float: left;
      margin-left: auto;
      margin-right: auto;
      float: none;
      background-color: white;
      padding: 0.5rem 1rem;
      border: 3px solid #c29dd0; }
      @media only screen and (min-width: 40.063em) {
        #mainContent {
          padding-left: 0;
          padding-right: 0;
          width: 83.33333%;
          float: left;
          margin-left: auto;
          margin-right: auto;
          float: none; } }
    

    Does that mean that the best I can do in the SCSS file is:
    #mainContent {
        @include grid-column(
            $columns: 12,
            $center: true,
            $collapse: true
        );
    
        @media #{$medium-up} {
            @include grid-column(
                $columns: 10,
                $center: true,
                $collapse: true
            );
        }
    }
    
    #mainContent {
        background-color: white;
        padding: 0.5rem 1rem;
        border: 3px solid $lavender;
    }
    
    ?

    templewulf on
    Twitch.tv/FiercePunchStudios | PSN | Steam | Discord | SFV CFN: templewulf
  • Options
    urahonkyurahonky Resident FF7R hater Registered User regular
    Manager: Okay there will be a code freeze at the end of the day today to make sure we do full end to end testing Thursday and Friday.
    Me: Got it.
    Manager: So the last commit and push for any changes should be in by Noon.
    Me: What? That's not the end of the day.
    Manager: I'd like to test whatever changes you push before the code freeze.

    I swear to God I was going to have a fight this morning.

    But I was here until 8:30 last night and didn't get any sleep and hadn't had my 2nd cup of coffee.

  • Options
    bowenbowen How you doin'? Registered User regular
    urahonky wrote: »
    Manager: Okay there will be a code freeze at the end of the day today to make sure we do full end to end testing Thursday and Friday.
    Me: Got it.
    Manager: So the last commit and push for any changes should be in by Noon.
    Me: What? That's not the end of the day.
    Manager: I'd like to test whatever changes you push before the code freeze.

    I swear to God I was going to have a fight this morning.

    But I was here until 8:30 last night and didn't get any sleep and hadn't had my 2nd cup of coffee.

    :tell_me_more:

    not a doctor, not a lawyer, examples I use may not be fully researched so don't take out of context plz, don't @ me
  • Options
    InfidelInfidel Heretic Registered User regular
    I just got on the internet in our new temporary office space.

    Office space!

    My game room is now a game room again, huzzah.

    OrokosPA.png
This discussion has been closed.