Asmus

Results 5 comments of Asmus

Sure, I agree that having a boolean is way more comfortable - only that it consequently took me a lot of time figuring out that the issues I had trying...

Ah, ok. So the idea would be to use HDF5.jl instead (with some compression-specific saving options) if I need interoperability with python (h5py) and use JLD.jl mainly (/only) for julia-I/O,...

I was under the impression that one of the main advantages of HDF5 was compatibility, most importantly forward compatibility, no? So I'd presume that (most of the time) one should...

From a UI/UX perspective I would actually prefer it _a lot_ if the icons on the map would get a similar treatment to those on the bottom navigation bar: just...

Small update: I've now tried to get more info about that specific contact entry like this: ```python FB_ADDR = 'redacted' FB_USER = 'redacted' FB_PASS = 'redacted' import requests from lxml...