https://linen.dev logo
Join Discord
Powered by
# haxe-ui
  • f

    full-journalist-82607

    01/25/2023, 10:22 AM
    That would be quite impressive. It'll mean haxeui and and amiga would still exist !! 😄 ( and you incidentally 👍 ???👎 ????)
  • f

    future-iron-61487

    01/25/2023, 10:22 AM
    amiga club too stronk - I've given up on ever having one.
  • f

    future-iron-61487

    01/25/2023, 10:22 AM
    too expensive/rare
  • f

    full-journalist-82607

    01/25/2023, 10:23 AM
    Maybe in 500 years, haxe will be the only used language, and eveything else will be transpilations
  • b

    bright-gpu-74537

    01/25/2023, 10:30 AM
    if in 500 years, haxe was the only language, it would have nothing to transpile to! 😮
  • b

    bright-gpu-74537

    01/25/2023, 10:31 AM
    you're hired, progress reports expected every century after 2523 🙂
  • f

    full-journalist-82607

    01/25/2023, 10:37 AM
    It would transpile to itself, recursively, forever
  • b

    bright-gpu-74537

    01/25/2023, 10:38 AM
    ah, gotcha... makes sense now 👌 😄
  • f

    full-journalist-82607

    01/25/2023, 11:04 AM
    Lol, I had just an hilarious bug ( which I tried to understand for more than an hour)
  • f

    full-journalist-82607

    01/25/2023, 11:04 AM
    Indeed it's just the "*" in the column name that causes the bug .🤣 No wonder I'm going crazy with tables
  • b

    bright-gpu-74537

    01/25/2023, 11:05 AM
    huh?
  • b

    bright-gpu-74537

    01/25/2023, 11:06 AM
    you put "test*" in a column text and something strange happens?
  • f

    full-journalist-82607

    01/25/2023, 11:07 AM
    yeah, the difference between the two is
    Copy code
    //if (!c.opt) name += "*";
  • f

    full-journalist-82607

    01/25/2023, 11:07 AM
    nothing else
  • b

    bright-gpu-74537

    01/25/2023, 11:07 AM
    and
    name
    is only used in the
    .text
    ?
  • f

    full-journalist-82607

    01/25/2023, 11:07 AM
    yes 🙂
  • b

    bright-gpu-74537

    01/25/2023, 11:08 AM
    thats bizarre
  • f

    full-journalist-82607

    01/25/2023, 11:08 AM
    only there
    Copy code
    var column = table.addColumn(name);
  • b

    bright-gpu-74537

    01/25/2023, 11:12 AM
    ah, so i think that also sets the column id... and presumably that is breaking something (maybe with the css parser ?)
  • b

    bright-gpu-74537

    01/25/2023, 11:14 AM
    yeah:
  • b

    bright-gpu-74537

    01/25/2023, 11:14 AM
    Copy code
    haxe
            var column = new Column();
            column.text = param;
            column.id = StringTools.replace(param, " ", "_");
  • a

    ambitious-knife-25690

    01/25/2023, 11:25 AM
    @User @User
  • a

    ambitious-knife-25690

    01/25/2023, 11:25 AM
    👀
  • a

    ambitious-knife-25690

    01/25/2023, 11:26 AM
    (the lag you see, i'm convinced it's the massive amount of traces going on + screen recording)
  • a

    ambitious-knife-25690

    01/25/2023, 11:26 AM
    @billowy-waiter-28954
  • b

    bright-gpu-74537

    01/25/2023, 11:34 AM
    i think as well as the traces its also the CallLaterImpl being the "default" one
  • b

    bright-gpu-74537

    01/25/2023, 11:34 AM
    but amazing job... fast too!
  • g

    gifted-whale-78169

    01/25/2023, 11:37 AM
    Sweet!
  • c

    clever-yak-82528

    01/25/2023, 12:20 PM
    hmm
  • c

    clever-yak-82528

    01/25/2023, 12:21 PM
    (this is supposed to have a gui in it)
1...140514061407...1687Latest