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

    loud-salesclerk-7438

    03/23/2023, 11:36 AM
    it's down for me and
  • b

    bright-gpu-74537

    03/23/2023, 11:38 AM
    hmmm
  • b

    bright-gpu-74537

    03/23/2023, 11:38 AM
    thanks
  • b

    bright-gpu-74537

    03/23/2023, 11:38 AM
    it does load for me, just takes ages
  • b

    bright-gpu-74537

    03/23/2023, 11:39 AM
    cant even ssl to it 😮
  • b

    bright-gpu-74537

    03/23/2023, 11:48 AM
  • b

    bright-gpu-74537

    03/23/2023, 11:48 AM
    looks a little iffy
  • b

    bright-gpu-74537

    03/23/2023, 11:50 AM
    maybe not - haxeui.org is similar and its fine
  • b

    bright-gpu-74537

    03/23/2023, 11:56 AM
    well, ive opened a ticket
  • b

    bright-gpu-74537

    03/23/2023, 11:56 AM
    ¯\_(ツ)_/¯
  • d

    dazzling-ocean-80407

    03/24/2023, 4:24 PM
    hm
  • b

    bright-gpu-74537

    03/24/2023, 4:25 PM
    all working now... fixed itself
  • b

    bright-gpu-74537

    03/24/2023, 4:25 PM
    ¯\_(ツ)_/¯
  • d

    dazzling-ocean-80407

    03/24/2023, 4:26 PM
    lol, alright 👍
  • f

    few-pizza-8232

    03/25/2023, 6:50 PM
    Is there a reason that
    haxe.ui.util.Color.fromString()
    and
    haxe.ui.styles.ValueTools.colors
    are disparate? I imagine it'd be mostly straightforward to unify them against a common switch statement or Map (and I wouldn't mind putting in a PR for just that) but I'm not sure of the full ramifications/concerns of messing with the private members of styling types.
  • b

    bright-gpu-74537

    03/25/2023, 9:20 PM
    im not sure myself tbh, ill have to take a look and see (tomorrow), but sounds like they should feed from a common source
  • f

    few-pizza-8232

    03/25/2023, 10:00 PM
    No rush or even any real concern, I was just surprised when an inline style background color of "red" worked and "orange" didn't
  • b

    bright-gpu-74537

    03/25/2023, 10:02 PM
    i think that actually bit me the other week tbh... i was think it was "pink"... and it didnt register, not sure why... i assumed the list was incomplete
  • b

    bright-gpu-74537

    03/25/2023, 10:02 PM
    (i admit i didnt check further)
  • f

    few-pizza-8232

    03/25/2023, 10:03 PM
    It's pretty avoidable if you're set up well enough to have brand-compliant hex code colors, I figure
  • b

    bright-gpu-74537

    03/25/2023, 10:03 PM
    https://github.com/haxeui/haxeui-core/blob/master/haxe/ui/styles/ValueTools.hx#L118-L136 - yeah, its not there... but also, you are right, i think its a little all over the place.... i think there is another place that list colours
  • b

    bright-gpu-74537

    03/25/2023, 10:04 PM
    https://github.com/haxeui/haxeui-core/blob/master/haxe/ui/util/Color.hx
  • b

    bright-gpu-74537

    03/25/2023, 10:04 PM
    here
  • f

    few-pizza-8232

    03/25/2023, 10:04 PM
    If it doesn't sound too fragile to update I'll take a peek now and see if I can route it all through the color abstract
  • b

    bright-gpu-74537

    03/25/2023, 10:05 PM
    so valuetools should be using the lookup in color, which is more complete (and duplicated)
  • b

    bright-gpu-74537

    03/25/2023, 10:06 PM
    seems like a super easy fix, and yeah, well noticed, i guess they grew separately 🙂
  • b

    bright-gpu-74537

    03/25/2023, 10:07 PM
    looks at git blame to understand
  • b

    bright-gpu-74537

    03/25/2023, 10:08 PM
  • b

    bright-gpu-74537

    03/25/2023, 10:09 PM
  • b

    bright-gpu-74537

    03/25/2023, 10:09 PM
    so @purple-businessperson-14467 had the right idea, and i just didnt reuse it in ValueTools
1...161016111612...1687Latest