Marika Marszalkowski

Results 13 issues of Marika Marszalkowski

I am trying no nest codeBlock (or html), but I am unable to do this for the root level indentation: ```js import { codeBlock } from 'common-tags'; const bc =...

The safe lib is currently not exposed from the root of the project, which can lead to linting errors: https://palantir.github.io/tslint/rules/no-submodule-imports/ An easy way to fix this would be to expose...

I just introduced the `valid-jsdoc` rule in our repo, but it does not work as soon as I use string literal types or index signatures as types. I can work...

Closes SAP/cloud-sdk-backlog#813.

I have a single CLI (TypeScript) and I just realized that there are no commands in the command section of my readme. I found that this is the behavior for...

Reverts SAP/cloud-sdk-js#4567

I have created a Java CAP project and this also installes node + the npm cds package. When running a the ready-made pipeline this forces me to execute `karmaExecuteTests` and...

Hi, your action seems like it is doing exactly what I would need, but I can't use it because it won't work with GHES as `github.com` is the hardcoded server...

Either the documentation on primitive types or the implementation of the Northwind services is incorrect. https://www.odata.org/documentation/odata-version-2-0/json-format/ states that for `Edm.Single` values are represented as the "Literal form of Edm.Single as...

This includes generalized handling of tokens so that XSUAA, IAS and other custom tokens. I fixed some places to make sure the difference between subdomain (aka. tenant, aka. tenant name)...