Paolo Patruno

Results 102 issues of Paolo Patruno

model.py ``` `class GeorefencedImage(models.Model): geom = PointField() comment = models.TextField() image = ImageField(processors=[Transpose(),ResizeToFit(600, 600)], format='jpeg', options={'quality': 70}) ``` view.py ``` class ImageForm(forms.ModelForm): geom = PointField() class Meta: model = GeorefencedImage...

bug
question

without PruneCluster to have a "riseOnHover" message I use: L.marker(latlng, {icon: myIcon, riseOnHover: true, riseOffset: 10000, title:feature.properties.date }); and to execute some code on popupopen: leafletMarker.on('popupopen',function myfunction(e) { // my...

The timer is not atomic as used in the library first is called timer.expired() and after timer.left_ms() so sometimes when time left is small timer.left_ms() return a very big value....

with this simple test program: ``` python import pexif # Modify the exif in a file img = pexif.JpegFile.fromFile("test.jpg") img.exif.primary.ImageDescription = "Hello world!" img.writeFile("tmp1.jpg") ``` ``` python test.py Traceback (most...

You can find here a simple porting to platformio https://github.com/r-map/rmap/tree/master/platformio/test/stm32-slcan include https://github.com/walmis/stm32-slcan/pull/1 and no asm. Paolo

scanning some bufr imported in arkimet I get a very big explorer. ``` du -ksh *.xapian 1,7G report_fixed.xapian 4,0K report_mobile.xapian 2,5M sample_fixed.xapian 4,0K sample_mobile.xapian ``` bufr data are big but...

help wanted

in: ``` with db.transaction() as tr: with importer.from_file(totalbodyfile) as f: tr.import_messages(f,overwrite=True, update_station=True,import_attributes=True) ``` I cannot use --rejected option as in "dbadb import". Is the same to develop ``` for message...

question

I write some bufr with the dballe API; after some time I try to import the bufr in one DSN but the bufr was rejected. How can I check that...

enhancement

See d524dee #144 to understand the necessity of dballe.txt versioning.

enhancement

Check at insert time for overlay in schedule for programs

enhancement