Jonas Berlin

Results 59 issues of Jonas Berlin

A finnish reference number is at least 4 digits, but as I see it the spec doesn't prohibit the first numbers being zero. The smallest non-zero finnish reference would thus...

.. which goes to https://github.com/ceylon/ceylon-web-ide-backend/issues/

Since it as I recall was not possible to embed a direct Like button in the editor, perhaps add an indirect Like button that gives the gist link and instructions...

1. Start from e.g. Hello World app in the Web IDE 2. Enable "Advanced" mode 3. Enter the following in the `modules.ceylon` file: ``` ceylon shared import ceylon.collection "1.2.0"; ```...

bug

Show "Star" button with counter which is just a proxy for the gist Star button to allow showing appreciation for awesome Ceylon Web IDE projects :)

Allow files with any extension, render as .txt file if unknown extension. Currently if I add a e.g. foo.pl file to the gist, it does not show in the Web...

It would be nice if "Save as" would register the new gist as a fork of the original gist (if the project was based on another gist). Related to #90.

If I as a logged-in user go to http://try.ceylon-lang.org/ then apparently a project that hosts the introduction README.md is opened. Symptoms: If I create a new ceylon file and then...

If there are references to java source files in a stack trace, they go to a ceylon file with the same name instead, to the correct line number. For example:...

Got this error while adding the "shared" annotation on value constructors in IntelliJ - the "shared" token is marked as an error: ![image](https://user-images.githubusercontent.com/1488474/44260928-ae318680-a21e-11e8-9333-ce5a6d0c47f3.png) However the code compiles (Run -> Build...