Marco Sirabella

Results 24 comments of Marco Sirabella

In my travels I've found that #21 & #100 are closely integrated with this issue, since to find the urls for manifests you need to be able to parse the...

Hi. I'm trying to use the linked debian repo on my raspberry pi but it is not working because the `armhf` architecture is not supported. Seeing as how it's just...

Alright, thank you for the quick response! I've opted for doing what I believe the makefiles hint at and putting all the executable files in `/usr/libexec/git-core/` and putting the `cinnabar`...

The cache index files seem to support multiple integrity lines per file eg: ``` 4577d1102461b247feed642939cfaba3270dc6e6 {"key":"pacote:tarball:file:/var/tmp/portage/www-plugins/musescore-downloader-0.11.2/distdir/browserify-rsa-4.0.1.tgz","integrity":"sha512-+YpEyaLDDvvdzIxQ+cCx73r5YEhS3ANGOkiHdyWqW4t3gdeoNEYjSiQwntbU4Uo2/9yRkpYX3SRFeH+7jc2Duw==","time":1605029163847,"size":5999} 98128ac4ec588767de288fb67d666ea9c249ac5c {"key":"pacote:tarball:file:/var/tmp/portage/www-plugins/musescore-downloader-0.11.2/distdir/browserify-rsa-4.0.1.tgz","integrity":"sha1-IeCr+vbyApzy+vsTNWenAdQTVSQ=","time":1604617124075,"size":5999} ``` which I've been using as a workaround for this issue, and...

Running this locally with duckpan gives the correct data: ``` $ duckpan query SunInfo Loading Instant Answers... (Empty query for ending test) Query: sunset You entered: sunset --- DDG::ZeroClickInfo {...

On further investigations it looks like `$loc->time_zone` is incorrect since `unixtime` also gives the wrong timezone for the third row, giving the non-dst timezone offset. Related: #3863, #4699

https://github.com/npm/npm-package-arg/blob/577b2a3de79c5e09af02e4ee6afa875e8bdbbbad/test/basic.js#L70-L78 This test is breaking with these changes. Is this a valid spec? Or can the test be updated?

Thanks for the executive decision @wraithgar! I'll try bumping this up the chain to npm itself. Can you provide pointers towards the tests depending on this behavior?