Tim Johns

Results 19 comments of Tim Johns

I, too, had this problem, and @SaydChada's hint got me pointed in the right direction: > Watch out cookie property with 'secure' value if not in under https protocol req.user...

Since it looks like you're using Node, in lieu of the workaround, you may be able to use one of the Node runtime configurations from [tsconfig/bases](https://github.com/tsconfig/bases), by adding it to...

"Technically" this is a dupe of #1182, which was closed, but I'd recommend keeping this one open until the upstream releases are fixed, so that it's easier for folks to...

I'm not sure if the following is a GOOD approach, but it's working for us so far, so wanted to share it, and also ask whether it's supported or not....

Very similar to the original use case, but with with services. We currently use a number of services that have identical interfaces (but distinct implementations). We were `providing` them in...

> So, depending on the page, you want to use a different onBoot() hook, correct? For my specific use case, the services to instantiate are determined at build time (or...

First, as always, big thank you to the contributors and maintainers here. Heads-up that `tough-cookie` 4.1.4 still uses `psl`, and per [this comment in tough-cookie issue 338,](https://github.com/salesforce/tough-cookie/issues/338), it sounds like...

Looks like a new @googlemaps/url-signature (1.0.35) was released last night, but appears it did not include @zackdotcomputer's PR and still shows the issue in my environment. [1.0.33 release requires core-js...

FYI - I'm no longer seeing the error in my environment as of the [1.0.36 release](https://github.com/googlemaps/js-url-signature/releases/tag/v1.0.36) of [@googlemaps/url-signature ](https://www.npmjs.com/package/@googlemaps/url-signature) From my latest package-lock.json: ``` "node_modules/@googlemaps/url-signature": { "version": "1.0.36", "resolved": "https://registry.npmjs.org/@googlemaps/url-signature/-/url-signature-1.0.36.tgz",...

Not to complicate the matter, but one additional consideration worth noting is that while `description` (and `title`) is typically human-defined by the developer, a reasonable default `canonicalUrl` could probably be...