stugol

Results 23 issues of stugol

In a project I'm writing, there are constants such as LIGHTRED, DARKBLUE etc, that are not highlighted because they're not standard colour names. How can I specify colours for these,...

enhancement

You have a bug in `instantiate_template_from_string`, where `opts` aren't being passed correctly to `Tilt.new`. In addition, in `lib/angelo/templates.rb`, line 61, the code `render = ->{ template.render(self, locals) }` should respect...

I've installed the Debian Jessie repo version of Rush, and it ain't working: ``` $ sudo apt-get install rush Reading package lists... Done Building dependency tree Reading state information... Done...

Some types of file don't have regular expressions; or delimit them in different ways. HTML for example. It should be possible to specify which filetypes this extension will handle.

In Ruby, I can use the https://github.com/akr/ruby-terminfo gem to get the character width of my terminal. How can I do this in Crystal?

kind:feature
status:discussion
topic:stdlib:system

It would seem to be completely impossible to specify a boolean attribute in a template: ``` Jaml.register('blah', function(checked){ input({ type: 'checkbox', checked: checked }); } ``` Outputs: ``` ``` Which...

The code ``` div({ cls: 'rect1' }); ``` produces ``` ``` which is **not** valid HTML! What possessed you to keep a list of _non-self-closing_ tags and have all others...

I'm not sure what this should be called, but I think it's important. Consider the following code: ``` the-function -> try do-something {true, [""]} catch e {false, e} success, data...

enhancement
RFC

Suggest a "spread operator" like in [Groovy](http://www.groovy-lang.org/operators.html#_spread_operator). It would make things like `stuff.map(~.downcase)` less ugly.

enhancement
RFC

[Placeholder issue to ensure that static compilation remains an active high-priority goal] Crystal does not support static (no dependancies) compilation. Onyx needs to support this. Presumably (due to OS limitations)...

enhancement
crystal-domain
accepted