Results 127 comments of Justin Walsh

https://github.com/ncsoft/Unreal.js-core/issues/53#issuecomment-596613570

## Running Ultralight nightly on Apple Silicon 1. Set proper architecture in CMakeLists.txt ```cmake set(CMAKE_OSX_ARCHITECTURES "x86_64" CACHE INTERNAL "" FORCE) ``` 2. Add the unsigned dylibs from the bin folder...

Setting up a monorepo would be a great time to bring in renovate for CI/CD, this should be able to help track dependency changes.

Everything is still so tiny! +1 for some form of scaling.

For whatever reason if I set global fractional scaling in gnome 3.36 on Ubuntu 20.04 the Defold editor actually gets smaller the higher the scale goes. :man_shrugging: So here is...

@amel https://github.com/defold/defold/issues/4808#issuecomment-970285820 Apply Dark Mode: ```sh defaults write com.defold.editor NSRequiresAquaSystemAppearance -bool NO # might need this too if above doesn't work defaults write net.java.openjdk.cmd NSRequiresAquaSystemAppearance -bool NO ``` Revert: ```sh...

I haven't gone through enhancing a project with ts-defold myself, maybe someone from the community or over on the [official discord](https://discord.gg/eukcq5m) has a line on this? Most of the setup...

> This might now be possible using https://github.com/thejustinwalsh/textproto-grammar by @thejustinwalsh I think @hickford was recommending you install the plugin that I "maintain". 😂 It supports the "pbtxt", "prototxt", "textproto" extensions...

Haha, no worries! Having options is always a good place to be. I've had 2 kids and almost no time over the last two years, so glad to see the...