stephanpelikan

Results 19 issues of stephanpelikan

**Summary** Add a "tsc" goal for compiling typescript without any nodejs build tool (e.g. like gulp). **motivation** The story behind is that we want to do Typescript building as a...

I'm using react-hot-loader for preserving component's state on HMR. This seems to work. But on the very first change after initial page load I get this error: ![deepforceupdate-error](https://user-images.githubusercontent.com/5190548/35171860-8a9b0c90-fd65-11e7-81c7-1d1c041ebcbe.png) The change...

## Description After successfully building a Docker image and ECR repository using module 'docker-build' running `terraform destroy` returns: ``` 2022-07-19T11:39:03.434+0200 [DEBUG] [aws-sdk-go] {} ╷ │ Error: ECR Repository (myimage) not...

I want to use the "optional" attribute which is an experimental feature (https://github.com/protocolbuffers/protobuf/blob/master/docs/field_presence.md) and has to be enabled using the protoc parameter "--experimental_allow_proto3_optional". As far as I could figure out,...

**Is your feature request related to a problem? Please describe.** We want to use Azure-AD authentication in a Spring Boot application as shown here: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/spring/azure-spring-boot-starter-active-directory/README.md Our system is in a...

Client
customer-reported
feature-request
azure-spring
azure-spring-aad
azure-spring-copper

### Actual behavior If one has a BusinessRuleTask and this task uses the `asyncBefore` flag then this is a wait-state. If the implemenation of the task is e.g. `external` then...

### Expected Behavior 1. No scroll-bars for Drop-components children. 2. Animation can be disabled to have the same behavior for appearance and disappearance of Drop-components contents. ### Actual Behavior Animation...

waiting
bug

In Firefox there is a focus indicator visible for the Layer's hidden anchor. It is not visible in Chrome. I didn't test in other Browsers. I could manage to remove...

browser related
bug

### Expected Behavior On using Tip component does not effect mouse events. ### Actual Behavior We developed a CopyClipboard component which shows a clipboard symbol on moving the mouse over...

bug

## Bug Report On activating the connection pool ```yaml spring: r2dbc: .... pool: enabled: true max-idle-time: PT9M max-life-time: PT1H initial-size: 1 ``` parameters of statements are mixed up! I get...

type: bug