estani

Results 16 issues of estani

The comment block get replaced completely, which prevents other annotations/documentation for being used in the same position. Proposed solution: Add a marking to the beginning and end of the annotated...

It's not uncommon to start byebug in a loop and having to stop everything as it cannot be turned off. The simplest solution would be to document: `Byebug.mode` ``` Byebug.mode...

**Describe the bug** When creating a dropzone programmatically, the contents of the dropzone are not clickable unless they have the class `dz-message`. This does not seem to be documented (or...

It would be nice, to know where problems arise. We have a lot of i18n files and there was a problem returning just: ``` bundler: failed to load command: i18n-tasks...

We use different background images for different pages, adding it with a repeater this way: ``` repeat(->(pg) { pg >= 2 }) do blend_mode(:Overlay) do load_background_image end end ``` We...

It does work (check is performed)but in the console I get an error when starting from a different page, navigating to the form, then away again and then coming back...

The `-B` flag should be the default while exporting data for the postgres backend. (edit this as I found the `-B` flag later)

In cases where the source and target are different, but the DB names are the same, the information displayed is not enough to avoid confusion and cause a possible loss...

With the following configuration ``` coverageReporter = { type: 'lcov', dir: 'reports/', subdir: 'coverage' }; ``` is lcov result correctly deployed in reports/coverage. The html files are generated in the...

Eclipese Version: Mars.1 Release (4.5.1) bnd Version: 3.1.0.201512181xxx If in eclipse both projects A and B exists and A imports B bundle as latest, both projects seem to be properly...