Christopher Schaub

Results 16 issues of Christopher Schaub

Is consola asynchronous or sync? Trying to replace console.log in my applications. I read the docs and couldn't find an answer. From the code, it seems like I can just...

I am creating datastores with createInstance. But if a user hard refreshes a page in the browser, is there a way to use that instance? It's named say "fooInstance", but...

In lib/connection.js, the TLS method is set to "secureProtocol": "TLSv1_method" Just had an issue with Nominet that they require "secureProtocol": "TLSv1_2_method" or you get a connection reset. This might be...

Adding some try catch to various places that cause hard errors, especially for empty buffers; fixing issue with parseInt and listen port on command line not being set; fixed issue...

I am running the nodepp server with a simple login / pass setup. I get a secure connection no problem, but then I get this error right after welcome screen...

Fixes logout issue where token was not being deleted. Please see issue: https://github.com/ccoenraets/OpenFB/issues/52

I am using the javascript client, uploading ipfs / creating ipns. Sometimes, when I create ipns names, they never resolve. https://k51qzi5uqu5djbfo0481ijxwpidu38edf3b5you07y2ukc50wx6qgh8i8sgk5i.ipns.w3s.link/ https://k51qzi5uqu5djbfo0481ijxwpidu38edf3b5you07y2ukc50wx6qgh8i8sgk5i.ipns.dweblink/ Is there anything that prevents ipns from working...

kind/bug
need/triage

Hello. Can you add it.com to the psl? They have come back online. Thx.

I've been trying to wrap my head around the issues to having a single ECR repository with images tagged by branch, or separate ECR repos per branch. I need the...

area/pipeline
guidance

I have followed the instructions here https://aws.github.io/copilot-cli/blogs/release-v118/#certificate-import, and they work. Is there any way to "annotate" the certificate import in the manifest for the app or env? Adding a host...

guidance