Walt Woods

Results 16 comments of Walt Woods

~~Workaround:~~ (see bottom for real workaround) ```ts const uiLayer = map.createBlankLayer('beep', tileset, // Until https://github.com/photonstorm/phaser/issues/6074 is fixed 0, platforms.layer.tileHeight * 0.5); ``` Nevermind, if I try to highlight every tile,...

Yeah this is really frustrating, still seeing this behavior...

I'm working on it too; except the make.py is not making as it says on the label. I opened a separate issue about that.

Hey, thanks - I'll look into that. Also, never knew about (Iced)Coffee-Script - very neat! I started rewriting coffeescript due to some really obnoxious and unclear parser behaviors, and was...

Sorry for taking so long, I'm bad at checking github. It's in debian's "unstable" ... you'll have to configure apt-get appropriately.

netandreus - Perhaps see my fork and read the README about debian compilation? I don't know, maybe the debian LDOPTS should be the value for all compilations. What system you...

Yeah, if you read the README (essentially it lists the packages and tells you to use "make debian") in my fork and follow those directions it should compile fine.

Hi Gregor, Right, I think this is a boost issue. You can safely comment that line (e.g., open .conda/envs/gym/include/boost/process/detail/posix/is_running.hpp), and then job_stream will install successfully. Let me know if that...

Thanks Gregor, I'd rather keep this open actually though, until the underlying issue is fixed in e.g. Boost. As a reference for others.