roldengarm

Results 25 issues of roldengarm

### Bug Report or Feature Request (mark with an `x`) ``` - [ ] bug report -> please search issues before submitting - [X ] feature request ``` ### OS...

feature
help wanted
PR WELCOME <3

**Describe the bug** On the vertical bar chart, when the barPadding is set to 0, it becomes obvious that the bars don't exactly align at the bottom. **To Reproduce** See:...

Bug

# Bug Report #### What is the expected behavior? fxLayoutAlign and media queries work regardless of production or development build mode, immediately without resizing the window. #### What is the...

**Is your feature request related to a problem? Please describe.** We have a C# API, and end-to-end tests in a test project that do e2e tests against a running API...

enhancement
scope: core

I've configured the recommended content-security-policy, and then I'm getting this error: Failed to set the 'innerHTML' property on 'Element': This document requires 'TrustedHTML' assignment. ![image](https://user-images.githubusercontent.com/37638588/172290176-08d68643-cd03-4fe2-a0de-468f91d1d458.png) ![image](https://user-images.githubusercontent.com/37638588/172290311-1fbdef0d-8105-405f-bcab-275d77fa294a.png) Our CSP is configured...

This is my service: ```` @CookieStorage({key: 'iso-language'}) private _isoLanguage: string; public getIsoLanguage() { return this._isoLanguage; } public setIsoLanguage(language: string) { this._isoLanguage = language; } ```` When I run setIsoLanguage('test') it...

support request

> Transactable SaaS apps are only purchasable using a work or school account. If you want to sell your app to Microsoft account-based users, you should consider implementing your own...

marketplace/svc
triaged
cxp
product-question
Pri2
partnercenter-marketplace-publisher/subsvc

_The more information we have the easier it is for us to help. Feel free to remove any sections that might not apply_ ### Issue I'm trying to update the...

bug

## Details **Recipe Page**: [bootstrap](https://storybook.js.org/recipe/bootstrap) **Recipe Template**: [bootstrap](https://github.com/storybookjs/frontpage/blob/main/src/content/recipes/bootstrap.md) **Browser**: ## What is wrong When I add `import 'bootstrap/dist/css/bootstrap.min.css';` to preview.ts, I get below error: ``` preview compiled with 1 error...

### Current Behavior I'm trying to convert from a standalone repo to a mono repo using [this](https://nx.dev/recipes/tips-n-tricks/standalone-to-integrated) documentation, but it's failing both using the nx command as well as the...

type: bug
scope: misc