ogrammer

Results 13 issues of ogrammer

It is inserted right before the current statement where it has no effect. It should be inserted either at the top of the macro (if it is a type definition...

t-enhancement

`{{ (something).toString() }}` `{{ (str | upper).substring(0, 1) }}` Red syntax error under the dot.

t-bug

Related to #60

t-enhancement

I personally prefix my include, import and extends with `/` because without that it feels like it will choose from current directory but pebble behavior is a little different so...

t-enhancement

It would be nice if I `extends` for example templt.peb and it tells me that it does not exist. I think an error would be the best way. (Sorry for...

t-feature

This issue is a suggestion. At the moment it is not possible to instantiate JavaScript classes from Java without using static native methods, an annotation for this purpose would be...

enhancement

The `minify` compiler option should apply to the generated `bytecoder_wasmbindings.js` file.

enhancement

When you start dragging the thumb by pressing the thumb it continues to focus to that position of the cursor, which is good and *expected*. But when you start focusing...

How would I make it so that the JFXSlider shows the preview ("animated thumb") on hover as well as on drag? I tried to extend it but the fields and...

I can't do `something.contains("abc")` because there is an operator called `contains` which requires me to do `something contains "abc"`. This is a very serious issue because you can't use methods...