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

    ambitious-knife-25690

    05/10/2023, 10:35 PM
    it should still compile and have an effect
  • f

    faint-toothbrush-51643

    05/10/2023, 10:44 PM
    the problem is that i forgot to include the
    =
  • l

    loud-salesclerk-7438

    05/10/2023, 10:44 PM
    reading it as
    dis.depthRange -1
    doesn't make sense, the compiler sees it as
    dis.depthRange - 1
    , which makes a lot more sense. and since you are not storing the result of that operation it's unused code
  • a

    ambitious-knife-25690

    05/10/2023, 10:44 PM
    i completely missed that, wow, expressions are cool and very free in haxe lol
  • a

    ambitious-knife-25690

    05/10/2023, 10:45 PM
    ahhh that makes sense alex!
  • w

    wonderful-motorcycle-11189

    05/10/2023, 11:58 PM
    Hey I had a question does ceramic support TilingSprite?
  • b

    billowy-waiter-28954

    05/11/2023, 6:29 AM
    This? https://ceramic-engine.com/examples/image-repeat/
  • w

    wonderful-motorcycle-11189

    05/11/2023, 12:31 PM
    All good yeh haha
  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:13 PM
    I have been having this error with ceramic

    https://cdn.discordapp.com/attachments/853414608747364352/1106237658801377444/image.png▾

  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:13 PM
    and when I try to build I often get this error :
  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:14 PM
    ah nvm I don,t get error for building lmao
  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:14 PM
    just the cache erro
  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:14 PM
    it is on a brand new project
  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:19 PM
    I do use the latest haxe which is 4.3
  • b

    billowy-waiter-28954

    05/11/2023, 3:20 PM
    Yes, that's a known issue: https://github.com/HaxeFoundation/haxe/issues/11102. I have a workaround on haxe embedded in Ceramic but it looks like you are using your own haxe for code completion, which doesn't include that workaround.
  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:20 PM
    oh ok ok
  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:21 PM
    do u know a way to force the haxe embedded version?
  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:21 PM
    from ceramic?
  • b

    billowy-waiter-28954

    05/11/2023, 3:22 PM
    yes, normally when you create a new ceramic project it contains a
    .vscode/settings.json
    file that points the haxe/haxelib provided by Ceramic
  • b

    billowy-waiter-28954

    05/11/2023, 3:22 PM
    like this:
    Copy code
    json
    {
        "haxe.executable": "../ceramic/tools/haxe",
        "haxelib.executable": "../ceramic/tools/haxelib"
    }
  • b

    billowy-waiter-28954

    05/11/2023, 3:23 PM
    did you remove/change that file? (or moved your ceramic project)?
  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:23 PM

    https://cdn.discordapp.com/attachments/853414608747364352/1106240216450224229/image.png▾

  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:23 PM
    not really?
  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:23 PM
    this is what it is
  • b

    billowy-waiter-28954

    05/11/2023, 3:24 PM
    You can check that the paths to haxe.cmd and haxelib.cmd are correct
  • b

    billowy-waiter-28954

    05/11/2023, 3:25 PM
    if so, try to reload the window (CTRL+SHIFT+P -> Reload window), to see if you still have the error
  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:33 PM
    it still does it
  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:33 PM
    even when I manually enter trhe path
  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:33 PM

    https://cdn.discordapp.com/attachments/853414608747364352/1106242765072908359/image.png▾

  • w

    wonderful-motorcycle-11189

    05/11/2023, 3:34 PM
    I also reloaded the window
1...120121122123124Latest