Shani Hadiyanto
Shani Hadiyanto
Hello, apologies for the very late update Please take a look at this repo: https://github.com/shanipribadi/skyhookcomp it has the necessary test case to reproduce the issue. it's implemented using the same...
I believe the panic thrown by http_types::headers::Headers append/insert is now handled in https://github.com/http-rs/http-types/pull/385 by the functions returning a Result now. Although that version is main-only and 3.0.0 is unreleased yet.
fixed by https://github.com/lucacasonato/deno_googleapis/pull/6
I am able to generate a scie pex by using the following configurations note: the output in dist will not have the .pex extension ``` # BUILD pex_binary( name="__main__", entry_point="__main__.py",...
Looks like this is tracked globally in cosmic-epoch here. I've managed to configure FCITX on Cosmic DE, but as the comment here mention, cosmic apps does not yet seem to...
the linked referenced issue also has a proposed open PR to attempt to fix the issue https://github.com/redis/redis/pull/13308 basically the redis inbound cluster connection tcp keepalive idle time was set to...
I've tested the updated starbase library on my local proto compilation by adding tar-bz2 features to starbase-archive and use Cargo patch feature to locally point the starbase dependencies. (also did...
Thank you, actually for the kondo repo, I've managed to make proto install it by running `proto install kondo 0.8.0` and hardcoding the version in the download-url to 0.8 (and...
the only issue with {versionMajor} {versionMinor} {versionPatch} would be if upstream for some reason have this weird convention of 0.8.0 => 0.8 0.8.1 => 0.8.1 e.g. golang (hence you have...
I managed to get fresh 2.0-alpha working with workspace as well, with slight differences from @wderezin suggestions 1. imports => only need the preact import to be on root deno.json...