Felix Becker

Results 171 issues of Felix Becker

We filter out the dependency if it does not have a `types` field, but an index.d.ts is also valid. Example: `p-event` We would need to check if the package contains...

There is currently no way for the backend to know when tsserver finished loading a project. Therefor references results often come back empty. A solution to this would be to...

Packages with lower download counts are usually less interesting and lower quality (e.g. miss repository fields)

This is currently missing :)

enhancement

Bugs like #51 could be prevented by having tests that run against an actual Kubernetes cluster. This would catch wrong assumptions like return types of certain endpoints. It's a fair...

I got diffing objects working well so far, but there is one problem: Several properties in Kubernetes objects are scalars with default values. For example: - `int ProbeV1.FailureThreshold` defaults to...

For my implementation of `kubectl apply`, I get any kind of `KubeResourceV1` as input. I then have to retrieve the current state from the server, compute a three-way patch (using...

I am finding myself to write quite a few hardcoded special cases to prevent non-updatable properties from being updated. Would it be possible somehow to mark these as readonly in...

I was confused that this is not implemented as a tslint rule. It would be great to have the editor integration, line/column data for errors, shareable configuration and autofixing of...

extension