Salvatore Iovene

Results 22 issues of Salvatore Iovene

I run hitcount 1.2.3 on Django 1.11.28 To register a hit, I use the following code, as per the docs: ```js {% get_hit_count_js_variables for image as hitcount %} jQuery(document).ready(function($) {...

bug

I haven't found a way to do this, so it would be great to have a way to programmatically disable endless pagination on a certain element. In my use-case, I...

**Describe the bug** The ng-select dropdown gets closed if I click on the browser's native scrollbar. **To Reproduce** Steps to reproduce the behavior (if example is not provided): 1. Open...

**Describe the bug** In case of dynamically populate options (`typeahead`), the position of the dropdown (top or bottom) is not updated when the items change. **To Reproduce** 1. Create a...

good for contribution

All messages that I receive from ashell are terminated with CRLF, but when I try to run some JS code that has errors in it, the messages I receive are...

enhancement
P2

### Expected vs Actual Behaviour It should correctly report the branch name to Coveralls. Instead it uses the hash of the current git commit. ### Steps to Reproduce With the...

Images with an EXIF rotation get rotated two times when using Safari. - The first time the rotation is hardcoded because of `transpose_image` in `models.py` - Then Safari sees that...

Sorry for the nit, but you might want to correct that to "already exists", as that's not real English :-)

The docs here https://docs.hyper.sh/Reference/CLI/Compose/run.html say: ` --rm Remove container after run, ignored in detached mode` But I don't a `-d` in the available options.

I need a cron job that clean ups old temporary files from my container, and I actually have multiple containers that share volumes using an `nfs-server` container. But with `hyper...