PATRICK DALLA BERNARDINA

Results 242 comments of PATRICK DALLA BERNARDINA

Right. I agree. Il giorno mar 11 ott 2022 alle ore 09:04 Luis Filipe Nassif < ***@***.***> ha scritto: > I suggest leaving this as a future improvement for when...

I think we should change the Generic SQLite Parser to break big tables in many itens. The number of items in each split can be the limit of values in...

I have pushed a branch named SQLSplit. It breaks the resultset in a parser configured param named tableRowsPerItem. I have implemented recognition of AppleORM tables based on table and column...

This seems very simple as the cache has only the tiles images to be extracted. I implemented a parser that works for BIN file in RDPTilesCache branch.

I checked the code for ExtraProperties.LOCATIONS references. In GeofileParser, the method set of Metadata is called, with single lat and long passed with ExtraProperties.LOCATIONS, indicating that only one location is...

One solution that would solve my specific use case necessity would be to ignore keywords parameters instead of raising an error.

My need: I need to "override" a python library class, with a java class. Every other code of this library, when calling the original class, would transparently call the java...

Maybe the keywords could be passed as a dict object, as the last parameter. JEP could try to find a method with a Map as the last parameter and pass...

I am using a code (ALeapp) that extracts many data and format them as HTML. There is a python class to format as HTML that accepts these artifacts. As I...

I could reach my objective with a python wrapper to my java, but it took me a lot more effort and time than simply replacing the class with the java...