https://linen.dev logo
Join DiscordCommunities
Powered by
# lime
  • s

    square-angle-35096

    02/03/2023, 3:17 PM
    so i kind of just use the boot menu by spamming f9
  • a

    able-action-74275

    02/03/2023, 3:17 PM
    be careful not to force write in these situations or you can corrupt your data
  • a

    able-action-74275

    02/03/2023, 3:18 PM
    this might be the issue you're having, might not be though
  • a

    able-action-74275

    02/03/2023, 3:18 PM
    I would disable fast boot in windows, shutdown windows cleanly and then boot linux again to see if you can write to the disk
  • a

    able-action-74275

    02/03/2023, 3:20 PM
    also it might not be fast boot related and simply that windows did not cleanly unmount the ntfs drive
  • a

    able-action-74275

    02/03/2023, 3:20 PM
    but to be safe I'd still turn it off (paranoia about data corruption)
  • s

    square-angle-35096

    02/03/2023, 3:20 PM
    Ok, i'll try
  • s

    square-angle-35096

    02/03/2023, 3:26 PM
    Yep, i turned off fast boot and i can now write to the drive
  • s

    square-angle-35096

    02/03/2023, 3:26 PM
    Thank you!
  • a

    able-action-74275

    02/03/2023, 3:27 PM
    cool!
  • c

    clever-airline-85054

    02/04/2023, 7:24 PM
    So like
  • c

    clever-airline-85054

    02/04/2023, 7:24 PM
    How does this work
  • f

    full-journalist-82607

    02/04/2023, 9:46 PM
    on openfl which uses lime I use
    Copy code
    haxe
    openfl.Lib.current.stage.window.onDropFile.add (function (path:String) {
       trace ("user dropped file with path: " + path);
    });
    Maybe it can help
  • c

    clever-airline-85054

    02/04/2023, 9:47 PM
    Yea i found out
  • c

    clever-airline-85054

    02/04/2023, 9:47 PM
    thx anyways
  • f

    full-journalist-82607

    02/04/2023, 9:47 PM
    you're welcome anyway 🙂
  • p

    purple-toddler-22641

    02/07/2023, 10:28 PM
    Can anyone tell me what flags -debug and -final set? Also, what flags does lime set for a regular release build (when just doing
    lime test
    for example)?
  • p

    purple-toddler-22641

    02/07/2023, 10:28 PM
    Pretty sure it's documented somewhere but I can't find it
  • r

    rhythmic-wolf-50922

    02/07/2023, 10:37 PM
    after you build, you can see the differences inside some files in your project. it creates three HXML files with the different flags: debug.hxml, release.hxml, and final.hxml. so if you run
    lime build html5 -debug
    , it would compile with bin/html5/haxe/debug.hxml (replace bin with Export, or whatever your project is using for the output directory)
  • r

    rhythmic-wolf-50922

    02/07/2023, 10:37 PM
    if you don't specify
    -debug
    ,
    -release
    , or
    -final
    , i think it defaults to release.hxml
  • p

    purple-toddler-22641

    02/07/2023, 10:39 PM
    Thank you!
  • p

    purple-toddler-22641

    02/07/2023, 10:42 PM
    If I modify these files, will they be used for the next compilation?
  • b

    bulky-insurance-39338

    02/07/2023, 10:47 PM
    -final
    for html5-target also using the "js-minifier"
  • r

    rhythmic-wolf-50922

    02/07/2023, 10:57 PM
    no, they'll be overwritten. any changes you want to make need to go in your project.xml.
  • a

    able-action-74275

    02/07/2023, 10:58 PM
    best feature!
  • a

    able-action-74275

    02/07/2023, 10:59 PM
    hey I wonder if there are newer minificators that are more optimised for size
  • b

    bulky-insurance-39338

    02/07/2023, 11:00 PM
    as i am remember there was also used 2 different ones for lime ...
  • b

    bulky-insurance-39338

    02/07/2023, 11:00 PM
    but not sure wich one is default nowa (maybe the google-thing?) ... forget also where to configure
  • a

    able-action-74275

    02/07/2023, 11:01 PM
    it uses Yui Compressor for me I think
  • a

    able-action-74275

    02/07/2023, 11:01 PM
    hmm deprecated in 2012
1...575859...138Latest