Edaena Salinas
Edaena Salinas
Adding an empty character to the .po file does not result in the empty string. Examples: ``` msgstr "\u200B" msgstr "\0" ``` `gettext` will return `"u200B"`, `"0"`
**As a:** Developer **I want:** To remove the packages directory flag in the `bedrock service install-build-pipeline` **So that:** This redundant workflow is deprecated. **Describe the solution you'd like:** **Acceptance Criteria:**...
**As a:** User **I want:** To have a query parameter that keeps track of the column on the introspection dashboard that I have sorted by **So that:** when the page...
**As a:** developer **I want:** to be able to test the spektate front end part, react components **So that:** broken functionality can be found easily **Describe the solution you'd like:**...
**As a:** Bedrock User **I want:** A section with challenges that upskill my knowledge of HLDs **So that:** I can successfully quantify my knowledge depth of the section **Describe the...
**As a:** Developer **I want:** To understand and upskill in bedrock. Understand the bottlenecks of current solutions. **So that:** I can apply it to my own projects. **Describe the solution...
**As a:** developer/manager/operator **I want:** to view the deployments on my dashboard split into pages **So that:** the page does not take forever to load and render when there's too...
Currently when using the `update` command the `.po` file is updated with comments indicating the lines in the src file. Eg. `#: myFile.ts:355`. This causes differences in source control when...
**As a:** User **I want:** To install bedrock tools with homebrew **So that:** It's easier to install dependencies, and manage versions **Describe the solution you'd like:** Support installing `bedrock-cli` and...
**Describe the bug:** Unable to create if else condition in config. **To Reproduce:** Add an if condition like the one in the selector below: ``` apiVersion: v1 kind: Service metadata:...