vlaaad

Results 185 comments of vlaaad

Another workaround, provided by our forum user [Vampiloup](https://forum.defold.com/u/Vampiloup): > The main form doesn’t resize if I resize it manually to the full screen. It’s not exactly a “maximize”, but the...

What is the problem you are trying to solve by writing to a file with `io.open()`?

Thank you for the suggestion @ekharkunov! Me and @matgis discussed your feature request. We conclude that editor extensions should be expanded, and modifying components is a very useful extension point....

I implemented the initial support in Editor and Bob. This will be available for evaluation in the next beta (with https://github.com/defold/extension-teal)

I don't think you can use it straight away, not until a beta release at least. It just got merged into the `dev` branch. But yes, once beta releases, you'll...

I'm looking forward to this feature, it would be very useful for integrating cyan into IDEs 👍

It seems cyan tries to compile all lua files too, which is unexpected. I found a workaround, which is to use `include` to restrict the compiled files only to `.tl`:...

Huh, scene has width/height that are settable only in constructor, TIL. You can use width/height props on stage. Also check out https://github.com/cljfx/dev

I'm principle, the same way as other properties, e.g. :root is scene's constructor property. I missed scene width and height here.

Sorry that you have the issue, I'm not sure what's causing it. The offending function is this: ```clj (defn- enum-sym->spec-form [of] `(s/or :keyword ~(into #{} (map #(keyword (str/replace (str/lower-case (.name...