vlaaad

Results 46 issues of vlaaad

We can't use GTK 3 because of [JDK-8211302](https://bugs.openjdk.java.net/browse/JDK-8211302) (Drag and Drop), but after updating to 13-ea+8 in order to get a fix for [JDK-8193502](https://bugs.openjdk.java.net/browse/JDK-8193502) (Small Dialogs) on linux all dialogs...

Currently cljdoc uses JDK 8 to build library documentation. If library depends on newer JDK, build fails with UnsupportedClassVersionError exception: `java.lang.UnsupportedClassVersionError: javafx/beans/value/ObservableValue has been compiled by a more recent version...

Help Wanted
Analysis
Configuration

This is a first changeset in series of adding linting support to the editor. It adds diagnostics as a concept and renders them in the code view. Diagnostics are regions...

**Task (REQUIRED):** Make the editor use [aws-api](https://github.com/cognitect-labs/aws-api) library instead of [amazonica](https://github.com/mcohen01/amazonica). Reasons: - aws-api is more granular: it doesn't bring in unnecessary dependencies for amazon services we don't use. -...

task
editor

**Describe the bug (REQUIRED)** Resource sync locks up the UI thread in big projects. That hurts the development process, for example, when we switch from the running game to the...

bug
editor
quick win?

**Is your feature request related to a problem? Please describe (REQUIRED):** It's common to create GUIs from mockups. Currently putting a temporary mockup in the GUI is a slow process...

feature request
editor
quick win?

**Is your feature request related to a problem? Please describe (REQUIRED):** When using the color picker, you can "save" a color. It's not saved anywhere, but the functionality is very...

feature request
editor
quick win?

**Task (REQUIRED):** `File.getCanonicalPath` and `File.lastModified` in `defignore-pred` take a huge chunk (30%!) of resource sync time, we should not touch the file system every time we check `.defignore`: It should...

task
editor

Hi! Thanks for this beautiful library! While adopting this library I found a minor pain point with checking if something is absent using `=in=>`. For example, I want to assert...

**Task (REQUIRED):** Initial support for transpilers does not include externs generation for built-in Defold Lua APIs. This limits their usefulness to standalone Lua modules for e.g. game logic. To support...

task
editor
bob
lua
pipeline
teal