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

    gray-state-67732

    01/21/2022, 4:32 PM
    Already too opinionated for me 😆
  • a

    ambitious-knife-25690

    01/21/2022, 4:33 PM
    😂
  • g

    gray-state-67732

    01/21/2022, 4:33 PM
    Also, versioning bin (well, bin including generated files) and .haxelib folders?
  • a

    ambitious-knife-25690

    01/21/2022, 4:35 PM
    i think i originally created the project via a npm create-react script but i never removed them 😅
  • a

    ambitious-knife-25690

    01/21/2022, 4:36 PM
    .haxelib is nice for the convenience, just submodule the libs included and it makes working on various machines really streamlined to setup
  • a

    ambitious-knife-25690

    01/21/2022, 4:36 PM
    things are quite contained as well
  • r

    refined-laptop-39041

    01/22/2022, 1:57 AM
    Is there a license at all?
  • a

    ambitious-knife-25690

    01/22/2022, 1:58 AM
    nope feel free to just use how you wish
  • r

    refined-laptop-39041

    01/22/2022, 2:12 AM
    @User It isn't currently under the public domain, it is basically only usable by you right now legally
  • r

    refined-laptop-39041

    01/22/2022, 2:12 AM
    No license = All rights reserved
  • a

    ambitious-knife-25690

    01/22/2022, 2:13 AM
    that's the legal definition, but i figured socially no license == "author doesn't really care about usage" xD
  • a

    ambitious-knife-25690

    01/22/2022, 2:13 AM
    i can add one
  • a

    ambitious-knife-25690

    01/22/2022, 2:16 AM
    Added MIT license
  • r

    refined-laptop-39041

    01/22/2022, 2:18 AM
    Great, thanks
  • a

    ambitious-knife-25690

    01/22/2022, 5:00 PM
    @User I wanted to mess with haxe-react-css, but after just adding the library to my project I get the following errors
  • a

    ambitious-knife-25690

    01/22/2022, 5:00 PM
    all versions are latest git commit, with
    css-types
    (if required) being at 0.9.3
  • g

    gray-state-67732

    01/22/2022, 5:00 PM
    Uh why would you want haxe-react-css with material-ui?
  • a

    ambitious-knife-25690

    01/22/2022, 5:01 PM
    to define css styles, for mui
  • g

    gray-state-67732

    01/22/2022, 5:01 PM
    You're already bringing JSS with mui, might as well use it?
  • a

    ambitious-knife-25690

    01/22/2022, 5:02 PM
    some things aren't translated for mui, so i figured if we could just use a standard css sheet then that would alleviate that
  • a

    ambitious-knife-25690

    01/22/2022, 5:03 PM
    but if that wasn't the usecase scenario for the lib than I misunderstood and can just continue with jss
  • g

    gray-state-67732

    01/22/2022, 5:04 PM
    Sounds like a use case it would work with, but I don't know why it doesn't for you
  • g

    gray-state-67732

    01/22/2022, 5:04 PM
    What haxe version are you using?
  • a

    ambitious-knife-25690

    01/22/2022, 5:04 PM
    4.2.4
  • g

    gray-state-67732

    01/22/2022, 5:05 PM
    Uh reportError might require a dev version
  • a

    ambitious-knife-25690

    01/22/2022, 5:05 PM
    ah, lets try that!
  • a

    ambitious-knife-25690

    01/22/2022, 5:12 PM
    errors went away, need to figure out the syntax translation now
  • g

    gray-state-67732

    01/22/2022, 5:12 PM
    Should be close to mui's jss
  • a

    ambitious-knife-25690

    01/22/2022, 5:12 PM
    would the external css file require "standard css" or the object style notation?
  • g

    gray-state-67732

    01/22/2022, 5:14 PM
    I don't remember x)
1...656667...80Latest