Emil Styrke

Results 18 issues of Emil Styrke

I get mysterious errors when trying to run tests on my stack. It seems there are errors when trying to build the Python lambda code. I am running on OS...

I am trying to refactor my stacks a bit, and so have moved some resources from the main project to a new project. I did this by adding `import` options...

I accidentally saved a stack file with syntax errors. After fixing the error, the build is not triggered anymore on save. This is on rc56. ``` 2023-01-29T18:35:58.997Z +44291ms [debug] Publishing...

## The problem I am trying to use the semantic release GitHub Action. My build step is `poetry build`, and I am using `snok/install-poetry@v1` (via `packetcoders/action-setup-cache-python-poetry@main`) to install Poetry. This...

bug
confirmed
needs-update

## Problem Whenever I start VS Code I get "Failed to access settings. Check settings.json for syntax errors." ![image](https://github.com/aws/aws-toolkit-vscode/assets/411602/c6b369d1-271d-4a72-8b37-8678f5972954) I have multiple windows open, and many of them will have...

bug

## System details (run the `AWS: About Toolkit` command) OS: Linux x64 5.15.0-1038-azure Visual Studio Code extension host: 1.79.0 AWS Toolkit: 1.74.0 node: 16.17.1 ## Question I am running VS...

feature-request
auth-credentials
environment-variables
remote-execute

### Checklist - [X] The bug is reproducible against the latest release or `master`. - [X] There are no similar issues or pull requests to fix it yet. ### Describe...

When running goldpage build (or goldpage dev) on windows, an internal error occurs (unfortunately I don't have a windows box to try on now, but the error is very terse...

enhancement

As described in #108, when making a query on a union, the result type will include all fields of the union regardless if they were selected or not. This causes...