Glen

Results 5 comments of Glen

That was a swift response. I found this software on https://up-for-grabs.net - I am a newbie developer.

That PR does not resolve the issue for me when using docker compose. For now, I have changed the docker-compose.yml from ``` image: beyondcodegmbh/expose-server:latest ``` to ``` image: beyondcodegmbh/expose-server:1.3.4 ```

Did either of you find a solution to this? @adeoy @slammedunc

This is a web application, so you will need to be comfortable setting up a web server. XAMMP is beginner friendly. I recommend you do not use Docker for this...

@Roemer I am expecting the code via dotPeek (I don't have the actual source code) and I can see it is a DateTimePicker ```c# this.dtStartTime = new DateTimePicker() ``` I...