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

    future-iron-61487

    09/06/2022, 7:20 AM
    I was suddenly reminded of the
    good old days of bomb error
  • f

    future-iron-61487

    09/06/2022, 7:21 AM
    [ 💣
    -10
    ( Restart ) ]
  • p

    powerful-morning-89

    09/06/2022, 7:29 AM
    That's just Ocaml APIs being Unixy even on Windows.
  • f

    future-iron-61487

    09/06/2022, 8:25 AM
    is this a reply to something ancient?
  • f

    future-iron-61487

    09/06/2022, 8:25 AM
    but yes
  • f

    future-iron-61487

    09/06/2022, 8:25 AM
    ocaml really doesn't like to acknowledge windows
  • f

    future-iron-61487

    09/06/2022, 8:26 AM
    I can't get it to cooperate so eventually I gave up and started learning F#
  • f

    future-iron-61487

    09/06/2022, 8:28 AM
    technically with Fable and nativeAOT I should be able to hit .NET, JS, and compiled but in practice uhh Fable rejects a lot of stuff (and obviously can't compile your C# libraries) because it's an F#-to-JS transformation not a .NET IL to JS compiler
  • f

    future-iron-61487

    09/06/2022, 8:28 AM
    AFAIK
  • p

    powerful-morning-89

    09/06/2022, 8:40 AM
    Yes, must have accidentally pressed enter.
  • c

    clever-yak-82528

    09/06/2022, 7:42 PM
    there's a plague of people not checking whether malloc() returned NULL
  • c

    clever-yak-82528

    09/06/2022, 7:43 PM
    so stuff crashes instead of exiting gracefully when you run out of memory
  • f

    future-iron-61487

    09/07/2022, 5:30 AM
    Copy code
    auto thing = malloc(sizeof(thing));
    if(thing == nullptr){
      setBassBoost(true);
      blastbeats();
      exit(yolo);
    }
  • c

    curved-appointment-82072

    09/07/2022, 9:34 AM
    Hi Ian! Experimental UX?
  • b

    bright-gpu-74537

    09/07/2022, 9:38 AM
    the sub groups?
  • b

    bright-gpu-74537

    09/07/2022, 9:39 AM
    .... they've been there for a while... they are kinda for "variants" or "different usages"...
  • b

    bright-gpu-74537

    09/07/2022, 9:39 AM
    rather than have loads and loads of items that are basically related
  • c

    curved-appointment-82072

    09/07/2022, 9:42 AM
    But the triangle 🔽 opens in reverse on this one
  • c

    curved-appointment-82072

    09/07/2022, 9:42 AM
    (behaves
  • b

    bright-gpu-74537

    09/07/2022, 9:43 AM
    yeah, tbh, i noticed that... it should have automatically expanded since the "as icons" was the selected on
  • b

    bright-gpu-74537

    09/07/2022, 9:43 AM
    what browser?
  • c

    curved-appointment-82072

    09/07/2022, 9:43 AM
    FF
  • h

    happy-agent-4114

    09/07/2022, 9:43 AM
    is there a way to set the process title and icon programatically?
  • h

    happy-agent-4114

    09/07/2022, 9:43 AM
    I can't find anything in the wiki
  • c

    curved-appointment-82072

    09/07/2022, 9:44 AM
    Same with chrome
  • h

    happy-agent-4114

    09/07/2022, 9:44 AM
    wxwidgets backend
  • h

    happy-agent-4114

    09/07/2022, 9:44 AM
    can confirm, just checked
  • b

    bright-gpu-74537

    09/07/2022, 9:44 AM
    this was added very recently actually for someone else... lemme see if i can dig it out
  • h

    happy-agent-4114

    09/07/2022, 9:45 AM
    I think you can do it with wxw if you don't use haxeui's initialization but I don't want to deal with that right now lol
  • c

    curved-appointment-82072

    09/07/2022, 9:45 AM
    Actually looks like first click is not captured
1...124512461247...1687Latest