• 3 Posts
  • 182 Comments
Joined 6 months ago
cake
Cake day: November 12th, 2024

help-circle





  • They change it because they need more money. (talking about Excel here)
    And soon you’ll see ads in the fn suggestions drop down
    and ads in unused cells
    and ads while the Solver is running (made in VisualBasic, running on top of WebAssembly, running on interpreted Python, using a Java Interpreter on your Web Browser to make sure you watch the ad for as long as possible)

    And that’s why we need to make our own spreadsheet software.










  • I think I’d rather go with the ? being on the same line as the ‘condition’ and the rest can go on the other line.

    Otherwise, I’d be looking one line downwards and then coming back up after realising that it is a (cond)?ex:ex operator.


    And I get that it’s not random, just that I asked for it at as many places as possible to not do alignment.
    And from what I can recall, I had managed to make stuff work with the older clang-formats…
    Or maybe not. Maybe this kind of code never went through it.


  • Your alt text formatting is way different from the pic by the way

    Hmm.
    I really just copied the stuff directly. Let me try again.

    pretty common standard

    I get it. But I set all available “Align” flags to false and am still getting this.
    I just want a simple thing that only does continuation indents. If there is a space added, it should be something according to the coder (Is what I mean by indents only). though not even that, because all spaces before the first character in the line are to be removed.


    Not random

    Well, I guess I’ll go put a better word in there


  • BTW, I changed my code to avoid the formatting:

    {
    	if (ckFile.size() > otherFile.size())
    	{
    		emit differentFiles (ckFile.absoluteFilePath(),
    			otherFile.absoluteFilePath(),
    			FileCompareWorker::FileComparisonParams{
    				FileComparisonParams::FileNameMatch, FileComparisonParams::File1IsLarger});
    	}
    	else
    	{
    		emit differentFiles (ckFile.absoluteFilePath(),
    			otherFile.absoluteFilePath(),
    			FileCompareWorker::FileComparisonParams{
    				FileComparisonParams::FileNameMatch, FileComparisonParams::File2IsLarger});
    	}
    }
    

    BTW, here is my .clang-format in case you are interested





  • ulterno@programming.devtoProgrammer Humor@programming.devModern Font Requirements
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    10 days ago

    Another way is to use a content extractor.

    So

    • the user will select the rectangular region to be extracted
    • Extractor will extract
      • Josh’s profile picture
      • “Josh”
      • The tick mark SVG
      • “@jpshycodes”
      • “Bro is coding …” - the comment text
      • Information that a frame is to be reproduced
      • Ryan Els’s profile picture
      • “Ryan Els”
      • The tick mark SVG again, but this time it will be deduplicated
      • “@RyanEls4”
      • “12h”
      • “Rate my …” - text for the comment inside the frame
      • The jpeg picture inside the frame (yes it’s a jpeg and not a PNG. IDK why. But look at it)

    Then it would convert it into a reproducible package which can then also match your colour scheme for background colour etc.

    Now just need to make such an extractor
    And a corresponding format in Lemmy to display it


    Sure it will be more work, but this way we can retain more fidelity with less space taken.

    It will not be usable as proof, because the thing can be just written, but it’s not like pictures work as a very good proof nowadays, anyway.