Thomas CARLI

Results 11 issues of Thomas CARLI

When trying to apply my OVH config, I get this : ``` ~/p/kubicorn $ kubicorn apply ovh 2018-07-23T12:05:17+02:00 [ℹ] Selected [fs] state store 2018-07-23T12:05:17+02:00 [ℹ] Loaded cluster: ovh 2018-07-23T12:05:17+02:00 [ℹ]...

Bug
Urgent
OVH

Output the name of missing required variable(s) when they're missing, instead of just "error calling required: variable not provided to template". ``` --- project: test-project tasks: test-task: cmd: echo {{.MISSING_VARIABLE}}...

## Example With this directory structure ``` root/ ├── myke.yml (A) ├── myke.env.local (C) └── sub/ └── myke.yml (B) ``` (A) being : ``` project: root discover: - sub ```...

Currently this plugin only supports `travis-ci`, would be nice if it supported `travis-pro`, and probably not too big of a change.

question

## 🚀 Feature request ### Current Behavior `readonlyNonEmptyArray.union()` does not allow `ReadonlyArray` as `second` curried argument. ```typescript pipe([1, 2], readonlyNonEmptyArray.union(N.Eq)([])) // does not compile ``` In my code, I had...

This is a proposal for issue https://github.com/gcanti/fp-ts/issues/1907

## Proposed change Creates documentation for switchgrid new integration - PR for brands : https://github.com/home-assistant/brands/pull/5188 - PR for core : https://github.com/home-assistant/core/pull/109801 ## Type of change - [ ] Spelling, grammar...

next
has-parent

## Proposed change Adding icon for the new Switchgrid integration. ## Type of change - [x] Add a new logo or icon for a new core integration - [ ]...

has-parent

**Is your feature request related to a problem? Please describe.** [`@effect/schema`](https://github.com/Effect-TS/effect/blob/main/packages/schema/README.md#introduction) is [Effect](https://effect.website/)'s Schema library. **Describe the solution you'd like** We could write a resolver to support it. **Describe alternatives...

Type: Bug It seems that activating this extension causes CPU usage to be high and also makes Command+space suggestion very, very slow. I'm working on quite a bit TS project,...