Anton Keks

Results 12 comments of Anton Keks

As I see it doesn't find the class com.sun.tools.javac.util.Context, which is part of javac compiler. Make sure you have a full JDK installed, not just the JRE

Thanks for the contribution! I have merged two of the fixes, but not sure about Leaflet. Why do you prefer it to Google Maps? And, displaying of individual photo locations...

What is the benefit of using XFBML over iframe? So far, it seems to make many more http requests as well as it doesn't show the button anymore after merging...

Wouldn't it be easy and logical to provide additional serializers to JsonBuilder? Currently only contextual and polyomorphic serializers can be provided...

@sandwwraith as I understand, serializers are format-neutral, i.e. they describe the structure of the object and serialization can write/read different formats. I think I should have said `SerializersModule`, not `JsonBuilder`...

@pdvrieze static serialization sounds good to me, but I want to avoid defining custom serializers for useful 3rd-party classes over and over again in every class/file. This is a serious...

@sandwwraith just a reminder that kolinx-serialization without this feature is unusable for a lot of developers on the JVM

I have used usbpcap to capture using of X-S10 as a webcam on Windows (using the Fujifilm X Webcam 2 software). Camera firmware 2.10 In the pcap file, the camera...

Adding also logs files and summary from gphoto2, same camera and same laptop [capture-image.txt](https://github.com/gphoto/libgphoto2/files/7964253/capture-image.txt) [config.txt](https://github.com/gphoto/libgphoto2/files/7964254/config.txt) [summary.txt](https://github.com/gphoto/libgphoto2/files/7964255/summary.txt) Note that `gphoto2 --capture-tethered` doesn't fail and is able to save the first image...

Unfortunately, mockk is significantly slower than mockito when creating mocks: `for (i in 1..100000) mock()` - 1082 ms (default mockito) `for (i in 1..100000) mock()` - 2029 ms (with mock-maker-inline)...