rabbit_rabbit
@headlessui/react + Fresh
Thanks @marvinh. Just filed an issue — enjoy your vacation!
https://github.com/denoland/fresh/issues/2206
4 replies
InvalidData: No certificates found in cert file
@xaio thanks very much for this info! I tried again with that and am still struggling. I pushed a minimal repro based off the sample project where I'd expect this to serve HTTPS and it's still not. Any ideas? cc @marvinh. who had some context on the other posted issue
https://github.com/will-weiss/deno-fresh-certs-repro
9 replies
Google Calendar
Hi @pihentagy — I ended up getting this working by hand rolling my own GoogleClient that makes fetch requests. Wading through all the docs was challenging! Perhaps the library you referenced works, but I haven't tested it.
If the
credentials.json
object includes your access_token & refresh_token, this should work as it's working for me.12 replies
compiled artifact can't find deno.json
Following up on the above, my
deno.json
file looks like this
I don't think this is at issue because for whatever reason it's not able to find the deno.json
file despite the file being there in the folder in which the binary is being run.5 replies