Results 9 issues of greay

I'm primarily using this for Markdown, and one of the features I'm sorely missing, and can't figure out, is how to make URLs and such clickable.

**Describe the bug (REQUIRED)** Defold editor crashes when trying to drag files to a folder **To Reproduce (REQUIRED)** Steps to reproduce the behavior: 1. Select a couple files in Assets...

bug
editor
javafx

for example in, \[example\](http://example.com) clicking on "example" takes you to the correct destination, but clicking on the link itself takes you to "http://example.com)"

line 2023: `;(options.compiler or compiler)(Builder, LL)` gives me the error `ambiguous syntax (function call x new statement) near '('`

currently, there's no way to do this builtin, and it would be incredibly useful. The metrics returned by richtext.create() don't seem to include the width, so doing it after the...

enhancement

read the lua/carts in as bytes, and convert back to strings for the textlib. also fix a typo in the inlined lua code. [errors described here](https://github.com/dansanderson/p8advent/issues/1)

using the custom.go for a 960x640 pixel game, I switched out my render script for the lowrezjam one and all the collections & tilemaps look great, but all of my...

============== TEMPLATE ============== ## ✅ Describe your idea or issue I'm trying to convert a script from using the sqlite3 library to sqllex, and `WHERE x in (...) ` is...

``` /defold-rive/src/comp_rive.cpp Line 1503: no member named 'CreateInstanceId' in namespace 'dmGameObject' dmhash_t id = dmGameObject::CreateInstanceId(); ~~~~~~~~~~~~~~^ ``` I'm at a loss here.