Dustin Deus

Results 134 issues of Dustin Deus

No error is detected but works with `import test from 'ava'` ```ts import anyTest, { ExecutionContext, TestInterface } from 'ava'; const test = anyTest as TestInterface; test.only('Should create a new...

**Describe the problem/challenge you have** Working with comments has its drawbacks. The [Kubernetes extension](https://github.com/Azure/vscode-kubernetes-tools) for vscode marks all YAML values with only `#@` as invalid. ![image](https://user-images.githubusercontent.com/1764424/120294719-c509d080-c2c6-11eb-9ac3-e23f8348c5a7.png) > Incorrect type. Expected...

enhancement
discussion
carvel accepted

## 💬 Questions and Help In https://github.com/Prettyhtml/prettyhtml/pull/87/files I implemented a framework agnostic template expression parser. The question is now: How we should deal with template expressions? Should we clean them...

help wanted
question

The only activity I see is from a bot. There are a lot of unanswered questions. Any status update would be great.

type: question

Hi, is it possible to check if a singleton of a constructable was already created? `has` will only check if the constructable was registered globally. This is useful if you...

type: question

Hi, I'm looking for an easy way to write tests for gluegun commands which access the toolbox (file system, process...) Does exist any test helpers? It seems that testing isn't...

high priority
docs
planned

Hi @mcollina, @smartiniOnGitHub has a neat idea to illustrate the plugin tree for diagnostic purposes as in [find-my-way](https://github.com/delvedor/find-my-way#prettyprint) WDYT? e.g ```md console.log(avvio.prettyPrint()) // └── / // ├── root (fastify v1.0.0)...

Discussed first in https://github.com/mcollina/avvio/pull/56

## 🚀 Feature Proposal - Some interfaces aren't covered e.g `onFile` handler in the new promise API. - Validate TS types in the CI. ## Motivation Full TS support.

good first issue