Dimitris Zorbas

Results 16 issues of Dimitris Zorbas

Since batch/2 is intended to buffer requests, returning the return value of the passed function can be handy in use cases like the example below, where we care for the...

Can you please push a git tag pointing to the source of version 0.0.4?

When using the require directive to embed a template file in another file the initial template source is altered (a newline is appended). It may seem harmless but it may...

needs-verified

How can there not be any padrino specific recipes?

We currently depend on `fs` for the following part of our application. https://github.com/kittoframework/kitto/blob/master/lib/kitto/code_reloader.ex#L38 As you can see, we perform an action when the user creates or changes a file, another...

This PR changes `exometer_report_statsd` to be configurable from environmental variables. It can be configured as follows (Elixir code): ```elixir config :exometer, report: [ reporters: [ {:exometer_report_statsd, [hostname: {:system, "STATSD_HOST"}, port:...

Partials can allow code reuse in templates and they should be supported. Ideally content_for blocks have to be supported to the allow setting for example the page `title` for each...

I'm thinking of a button like: ![selection_068](https://cloud.githubusercontent.com/assets/645514/20321601/b4c64384-ab7e-11e6-8cee-307934e9eade.png) which is visible only when the mouse is not idle and when clicked sets the dashboard to full-screen.

proposal
priority: low

Currently one can update a widget either using a job or [HTTP POST to `/widgets/:id`](https://github.com/kittoframework/kitto/wiki/Providing-Data-to-Widgets#updating-using-http-post). We could also allow settings hooks for easier integration with external services. Example usage with...

kind: enhancement