Results 10 issues of Jonas

As I mentioned in #93, Grunt's `uncaughtException` listeners fire before Karma gets a chance to stop the browsers it started. The only fix that I can think of is removing...

needs: review
needs: feedback-from-reporter

The documentation [mentions](http://gruntjs.com/configuring-tasks#custom-filter-function) that one can filter the source files with a custom filter function. After some failed attempts at using that feature I had a look at the source...

Related to #100. On NodeJS, as far as I can see, base64 source maps work nicely. However, the paths inside the stacktraces are relative to the compiled file, where I'd...

It's nice that the plugin comes with it's own jslint version, but I'd prefer to use the jslint node module if it is installed. Use `jslint-core.js` as fallback. Why? Sometimes...

The `unregister()` method would be used by an adapter to unregister disappearing widget areas before they are destroyed. For example, if they are nested in a `v-if`/`ng-if`. The area helper...

epic: runtime
type: enhancement
version: 2.x

GitHub just announced a new feature enabling repos to have templates for pull requests and issues: :octocat: https://github.com/blog/2111-issue-and-pull-request-templates Basically, all we need to do is create the `ISSUE_TEMPLATE.md` and `PULL_REQUEST_TEMPLATE.md`...

epic: runtime
type: enhancement
version: TBD

I found a small, fixable bug in `i18n`: https://github.com/LaxarJS/laxar/blob/d7acdaa83a420b4592b8dcb16f05faba354aa714/lib/runtime/widget_services_i18n.js#L89 If the widget has no configuration and no default for the … uhm … default locale, we're calling `...forLocale( 'en', 'i18n'...

type: bug

### Current Behavior Currently, `regctl manifest diff` returns "1" if an error occurred and "0" in all other cases: ```shell > regctl manifest diff regclient/regctl:v0.7.0 regclient/regctl:v0.7.0 > echo $? 0...

enhancement
feedback-needed

Hi! I've been using pandaSDMX (to great success) to fetch exchange rates and more from the ECBs statistical data warehouse "SDW". Recently (around February 24th or 25th), something on the...