Lukas Bickel

Results 6 issues of Lukas Bickel

We use release branches instead of tags. This means the trigger for our pipeline is: ```yaml on: push: branches: - releases/* ``` Then we create the release with an `automatic_release_tag`:...

## Description When installing vue cli plugins, they sometimes need to be configured via vue.config.js (ex [@vue/cli-plugin-pwa](https://cli.vuejs.org/core-plugins/pwa.html#configuration)) This configuration is not possible right now. ## Motivation The configuration of these...

enhancement

Using angular 9 I get an `ExpressionChangedAfterItHasBeenCheckedError`. I solved it by overriding the `MatCarouselSlideComponent` and adding `{ static: true }` to the templateRef property. This is my component: ``` ts...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the bug Model ```cs class Item { public string Subject { get;...

🐛 bug
🌶️ hot chocolate
Area: Data
Area: Projections

## Summary Currently all the operations on the graphcache are completely untyped. There is a old graphql-codegen project to support typing but that is apparently unmaintained: https://github.com/urql-graphql/urql/discussions/2323 Taking the lessons...

future 🔮

### Describe the bug I am executing a query that updates creates a calendar event. As a result I am getting back that event instance and adding it to the...