Lorenzo Stanco

Results 24 issues of Lorenzo Stanco

[Mozilla's Italian dictionary](https://addons.mozilla.org/en-US/firefox/addon/dizionario-italiano/) file contains some "comments" on top (line starting with `/`) which cause a parsing error when merging dictionaries: ``` java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length...

A JavaScript error is thrown when running a query with a custom field list in the SELECT clause, for example: ```sql SELECT * FROM mytable; -- Success SELECT field1, field2...

I copied some code from the original SimpleMjpegView's [`MjpegInputStream`](https://bitbucket.org/neuralassembly/simplemjpegview/src/6a5cf5bd8f648f05cff6f4dffdcadb422f99fad5/app/src/main/java/com/camera/simplemjpeg/MjpegInputStream.java?at=master&fileviewer=file-view-default) into your `MjpegInputStreamDefault` implementation. The reason for this is because I got many `IllegalArgumentException` when parsing frames' content length using your...

If I use `setMinimumScaleType(SubsamplingScaleImageView.SCALE_TYPE_START)` on a `SubsamplingScaleImageView` with padding, the image is placed at the very view border, and as soon as it's grabbed it "snaps in place" (moving away...

I'm not 100% sure, but while reading the `RecyclerView` guide I noticed the [**Installation** section](https://guides.codepath.com/android/using-the-recyclerview#installation) which says I need to use a specific `com.android.support:recyclerview-v7` support library. I'm not using it...

When I use `rewire()` in my Jest test files, JEST CLI starts reporting wrong lines when highlighting errors and failed test. I don't know if it's a Rewire or Jest...

This improves the scroll animation which occurs after an item has been expanded a lot, imho. Not only it solves #90, but also manage the special case in which the...

I can't find the documentation of the functions in the `Algebrite` object, I mean the ones that are not available in the scripting language and therefore already documented in the...

> As reported via email Netbeans Version: NetBeans IDE 8.0.2 (Build 201411181905) Java: 1.8.0_11; Java HotSpot(TM) 64-Bit Server VM 25.11-b03 Runtime: Java(TM) SE Runtime Environment 1.8.0_11-b12 Plugin version:1.1 Source: Plugin...

I needed to use CImage class API to make and cache thumbnails programmatically, and I found [the useful "How it all works" page](https://cimage.se/doc/cimage-api) on the website. That page shows an...