David Herges

Results 15 issues of David Herges

:cheese: :checkered_flag: Yarn updated the order in package.json. ```bash $ yarn add --dev ng-packagr@latest tsickle tslib --registry https://registry.yarnpkg.com $ yarn build:lib yarn run v1.3.2 $ ng-packagr -p libs/ngx-tabs-lib/package.json Building Angular...

## Type of Issue - [ ] Bug Report - [x] Feature Request ## Description Currently, we output indivudual `*.d.ts` files for every source file #### How To Reproduce n/a...

feature

## Type of Issue ``` [ ] Bug Report [x] Feature Request ``` ## Description Currently, ng-packagr only compiles libraries (it was build for component libraries first). A nice addition...

feature
roadmap (high)

Hi dudes, i a veeeery fascinating project, stranger things have happened because some people didn't know about SlingPostProcessor ... https://sling.apache.org/apidocs/sling7/org/apache/sling/servlets/post/SlingPostProcessor.html Maybe we should get a very veeerrrrrry nice example into...

A `$ref` breaks when used on the root object ## Example A Non-working example: ```json { "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "$ref": "#/definitions/anatomic-location", "definitions": { "anatomic-location": { "description": "thing", "properties": {...

enhancement
help wanted

First, this is a question: ```js styleProcessor: function (path, ext, file, callback) {/* ... */}, ``` The param `ext` is an array since [it comes from this regex](https://github.com/ludohenin/gulp-inline-ng2-template/blob/bf0adccfbba702ce2a9d55212bae4f741378e999/parser.js#L250) Is this...

Here is an example how to add HAL resource support to an existing application where you already have a large set of domain entities. The trick is to use a...

Fixes: #9170 **Related**: #9183 (closed), #9190 **Merge before/after**: after #9190 **Description** Implements the config option, see #9183 and #9170 **User facing changes (remove if N/A)** n/a **Follow-up Work (remove if...

size/S

Fixes: adds config option to address issue #9170 **Related**: #9170 **Merge before/after**: before #9191 **Description** **User facing changes (remove if N/A)** Adds a new config option for pulling kaniko images...

size/XS

### Expected behavior Pull the kaniko [image](https://skaffold.dev/docs/references/yaml/#build-artifacts-kaniko-image) and [imitImage](https://skaffold.dev/docs/references/yaml/#build-artifacts-kaniko-initImage) from a private registry with pull secret credentials The private registry requires an [`imagePullSecret`](https://github.com/kubernetes/api/blob/master/core/v1/types.go#L3592-L3598) for the [kaniko pod spec](https://github.com/GoogleContainerTools/skaffold/blob/main/pkg/skaffold/build/cluster/pod.go#L59) The `dockerConfig.secretName`...