jumpjack
jumpjack
Could this issue be related to this one? https://github.com/ffmpegwasm/ffmpeg.wasm/issues/263
it looks like JSON response is... fake: the JSON object actually just contains the plain text output... It's not a bug, it's a missing feature: they should split the text...
Do you mean natural satellites (Phobos and Deimos) or artificial probes? The full list of objects known by horizons is: https://ssd.jpl.nasa.gov/horizons_batch.cgi?batch=1&COMMAND=%27*%27&CENTER=%27@0%27 Phobos = 401, Deimos = 402 Positive numbers =...
no examples of usage? A test page?
I am using this function to calculate sun position at given time: ``` function suncalcMeeus(myDateJS, lat, lon, height) { // gets sun position and times var jdo = new A.JulianDay(myDateJS);...
This code shows a (tiny) difference in results: ``` a=new Date("2023-03-01 12:00:00Z"); jdo = new A.JulianDay(a) coord1 = A.EclCoord.fromWgs84(42,12,0); coord2 = A.EclCoord.fromWgs84(42,12,10000); res1=A.Solar.topocentricPosition(jdo, coord1, true); // true/false = with/without refraction...
I don't want to verify/check, I just would like to view (what's inside the QRcode). But I don't know/understand python. I would like to understand if I can identify if...
Currently I don't know how to implement decoding of custom Dutch greenpasses, but I just added a dedicated wiki page for reference: https://github.com/jumpjack/greenpass/wiki/Dutch-greenpass-special-format
Sorry, I didn't specify that I am not the author of the qrdecode part, try opening an issue here: https://github.com/klonikar/qrcodejs Test data are instead taken from here: https://github.com/eu-digital-green-certificates/dgc-testdata/tree/main/IT
Anyway you are right, createqr.html creats an invalid QR code for any QR reader:  Weird thing is that the recreated valid QR code is completely different, and simpler, than...