Wyatt Johnson
Wyatt Johnson
We're also experiencing the same issue at https://github.com/coralproject/talk here:  We run `bundlesize` via `npx bundlesize` with the following config: ```json "bundlesize": [ { "path": "./dist/static/assets/js/embed.js", "maxSize": "15 kB" },...
Just switched it out @siddharthkp, looks and works great! That fixed the issue. What isn't clear is if you still require the `BUNDLESIZE_GITHUB_TOKEN` environment variable. I'd suggest adding a line...
Here's a great situation where having an array would be useful. I have two config parameters: `cookie.name` (`process.env.COOKIE_NAME`) and `cookie.signing_name` (`process.env.SIGNING_COOKIE_NAME`). The behavior I want to capture is when `process.env.COOKIE_NAME`...
I've had no issues personally with the traversal, I've included the file and it has been emitted correctly. I'm encountering some issues with GCP support (which doesn't use the handler...
We actually already have that! That's the `.coral-authenticated` and `.coral-unauthenticated` classes.
Which part of the main navigation are you attempting to style?
@cvle do you think we could move the `.coral-authenticated` and `.coral-unauthenticated` classes higher in the tree to accommodate this?
I would suggest using the application in development mode ([see instructions on how to here](https://docs.coralproject.net/coral/v5/developing/)), and follow the linked instructions on how to submit changes for a localization there! Most...
If that edge is returning all comments, are you sure that the user you're hitting the API with is a moderator or an admin? That edge requires one of those...
Hi @Sentynel! Thank's for the info. We definitely know that the installation wizard could use some love! Thanks for bringing it to our attention!