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

    ambitious-knife-25690

    01/26/2022, 1:30 PM
    oops
  • a

    ambitious-knife-25690

    01/26/2022, 1:31 PM
    fixed 😆
  • a

    ambitious-knife-25690

    01/28/2022, 2:46 PM
    is there a way to do this in jss?
  • a

    astonishing-jordan-99718

    02/01/2022, 3:03 AM
    @User Please review this message by: @User
  • g

    great-oyster-61535

    02/01/2022, 3:04 AM
    👏
  • g

    great-oyster-61535

    02/01/2022, 3:04 AM
    gottem
  • g

    great-oyster-61535

    02/01/2022, 3:05 AM
    oh what the fuck
  • g

    great-oyster-61535

    02/01/2022, 3:05 AM
    it didn't time them out!
  • a

    ambitious-knife-25690

    02/01/2022, 2:03 PM
    Did it not? 🤔
  • a

    ambitious-knife-25690

    02/01/2022, 2:03 PM
    src/systems/commands/ScamPrevention.hx:118: user: Christever#7146 has been timed out
  • a

    ambitious-knife-25690

    02/01/2022, 2:03 PM
    It apparently did, but I'm wondering if the bot crashed coincidentally at the point the scammer popped up
  • a

    ambitious-knife-25690

    02/01/2022, 2:04 PM
    but that's still weird, cause that's in a successful promise...
  • g

    great-oyster-61535

    02/01/2022, 5:11 PM
    well, it did, apparently; but maybe not in time? what are the chances of haxebot not timing out the user before they send a 4th message?
  • a

    ambitious-knife-25690

    02/01/2022, 5:35 PM
    relatively high when considering a bot/automated script is likely sending the messages
  • a

    ambitious-knife-25690

    02/01/2022, 5:35 PM
    the difference becomes a test of ping/latency
  • g

    great-oyster-61535

    02/01/2022, 5:37 PM
    hm yeah
  • r

    refined-laptop-39041

    02/02/2022, 3:02 AM
    We need more robots!
  • a

    ambitious-knife-25690

    02/23/2022, 1:28 PM
    What's the process of changing themes?
  • a

    ambitious-knife-25690

    02/23/2022, 1:28 PM
    Is the only option to make a completely custom theme?
  • a

    ambitious-knife-25690

    02/23/2022, 1:29 PM
    I tried changing these properties but they don't seem to have any effect
  • g

    gray-state-67732

    02/23/2022, 1:42 PM
    Yeah in
    styles
    theme is basically read only
  • g

    gray-state-67732

    02/23/2022, 1:42 PM
    You need to create your theme in your app root and pass it to
    MuiThemeProvider
  • g

    gray-state-67732

    02/23/2022, 1:43 PM
    You can use
    MuiTheme.createMuiTheme(...overrides...)
    to create one, but I need to check the details (since our overrides are generated by a macro, it's not obvious :P)
  • g

    gray-state-67732

    02/23/2022, 1:48 PM
    (and I don't have time for that today =/)
  • a

    ambitious-knife-25690

    02/23/2022, 2:58 PM
    that's cool, just that little bit lets me know that I can move on to something else for now 😂
  • a

    ambitious-knife-25690

    02/23/2022, 2:59 PM
    i'm gonna see if i can figure out how to use the overrides tho
  • a

    ambitious-knife-25690

    02/23/2022, 3:00 PM
    I think the type is TTheme, but i'll see if i can figure it out
  • a

    ambitious-knife-25690

    02/23/2022, 3:04 PM
    ohhh.... it takes an
    Expr
    hehe nevermind 😅
  • g

    gray-state-67732

    02/23/2022, 3:08 PM
    Yeah, an
    Expr
    but don't be afraid of it x) Basically you pass a
    Theme
    (from
    MuiTheme
    module) or something that extends it. You can skip default values iirc
  • a

    ambitious-knife-25690

    02/23/2022, 3:09 PM
    Not afraid of it, just it doesn't tell me what the input "should be" cause it can basically be anything 😂
1...686970...80Latest