https://linen.dev logo
Join Discord
Powered by
# react
  • a

    ambitious-knife-25690

    07/30/2020, 12:19 PM
    Oh yeah it used to be normal to not work with react
  • a

    ambitious-knife-25690

    07/30/2020, 12:19 PM
    But then that was fixed for a very long time
  • u

    user

    07/30/2020, 12:19 PM
    Well.. I didn't know x)
  • a

    ambitious-knife-25690

    07/30/2020, 12:19 PM
    Only recently has this stopped working
  • u

    user

    07/30/2020, 12:19 PM
    What version of haxe are you using?
  • u

    user

    07/30/2020, 12:20 PM
    4.1.* can have issues
  • a

    ambitious-knife-25690

    07/30/2020, 12:20 PM
    Haxe 4.1.3 I think will confirm in a few minutes
  • u

    user

    07/30/2020, 12:20 PM
    Can you try with a nightly? (let me just double check if latest works)
  • u

    user

    07/30/2020, 12:21 PM
    (ok latest doesn't work :D but that might just be my project)
  • u

    user

    07/30/2020, 12:29 PM
    8465bd718 should work (haxe_2020-07-29_development_8465bd7)
  • a

    ambitious-knife-25690

    07/30/2020, 12:46 PM
    @User initial install appears promising
  • a

    ambitious-knife-25690

    07/30/2020, 12:46 PM
    will start coding in a bit to experiment :D
  • u

    user

    07/30/2020, 1:48 PM
    Yeah my error was not related, should work with latest haxe nightlies too :)
  • c

    cool-psychiatrist-49311

    07/31/2020, 11:15 AM
    Locking versions doesn't mean you can't update libraries 😉
  • h

    handsome-television-62908

    07/31/2020, 3:43 PM
    There's always git modules as well
  • c

    cool-psychiatrist-49311

    08/01/2020, 2:25 AM
    The downside of git submodules is the disk usage
  • b

    brainy-machine-50829

    08/01/2020, 6:30 AM
    And they are complex. 😦 I like Lix. Hoping new haxelib will work similar to that.
  • h

    handsome-television-62908

    08/01/2020, 6:53 AM
    I haven't gotten lix working in any project without a lot of hassle and trying to fine-tune a setup fairly often. Because I always end up using a framework that does other things in the compilation step that effectively walk around the shim
  • h

    handsome-television-62908

    08/01/2020, 6:54 AM
    git submodules are not that complex . . . you just have a git repository - which basically is a default for me at this point. Grab a repo, do
    git submodule add reponame
    and voilà - works
  • h

    handsome-television-62908

    08/01/2020, 6:55 AM
    At least for kha projects it's simple P:
  • b

    brainy-machine-50829

    08/01/2020, 6:56 AM
    Until you start making edits. 😄
  • b

    brainy-machine-50829

    08/01/2020, 6:56 AM
    But yeah, I mean, not too difficult. I just like Lix more.
  • h

    handsome-television-62908

    08/01/2020, 6:56 AM
    Edits to what?
  • b

    brainy-machine-50829

    08/01/2020, 6:57 AM
    The subrepo.
  • h

    handsome-television-62908

    08/01/2020, 6:57 AM
    I always do that . . . it's basically the same workflow as not having a submodule for me
  • h

    handsome-television-62908

    08/01/2020, 6:57 AM
    In fact the majority of my edits on the current project I'm doing is right in my submodule xD
  • h

    handsome-television-62908

    08/01/2020, 7:00 AM
    Oh well - yeah Lix would be nice if it worked for me. It would be cool if haxelib was able to keep libraries local to their projects - but without needing a folder full of individual files how lix has it working right now (a single json file would be far less clutter!)
  • b

    brainy-machine-50829

    08/01/2020, 7:01 AM
    I don't mind either way (json vs files), both have their benefits.
  • a

    ambitious-knife-25690

    08/28/2020, 2:13 PM
    Where do I need to go in material-ui to change the base definition for this? 🤔
  • a

    ambitious-knife-25690

    08/28/2020, 2:13 PM
    i've looked around in MuiTheme but can't seem to find any reference to
    root
1...535455...80Latest