Andžej Maciusovič

Results 39 comments of Andžej Maciusovič

This is really sad :( From quickstar page ``` This is not the perfect arrangement for your application. It is not designed for production. It exists primarily to get you...

In one of my hobby projects I migrated this quickstart to webpack to support both demo page and unit tests https://github.com/anjmao/ang-select. Now in demo app I see my changes after...

@DavidParks8 because @filipesilva will not accept it. Read his first comment. I feel like this repository is temporary while angular cli is not supporting library workflow yet.

I updated peerDependency in forked library here https://github.com/ng-validators/ng-validators/blob/master/src/package.json#L16

@zengning99 I added example with minDate validator https://ng-validators.github.io/ng-validators#/minDate

Also best practices page https://docs.earthly.dev/best-practices recommends to avoid copying all files. ``` # Avoid COPY . . ``` ``` # Best COPY ./*.go ./ ``` Without recursive globbing only top...

Hi. I think there is some serious bug in HA mode. Our cluster went into broken state while: 1. Deploying new nats-server version. Using official helm (k8s) chart and latest...

I like the idea of custom map because xml is such a problematic format. We will never handle all the cases to generate valid go code 😆

Example: ```go package integration import ( "do/pkg/soap" "fmt" "testing" ) func TestSoapClient(t *testing.T) { url := "http://webservices/service.asmx" soapService := soap.NewServiceSoap(url, false, &soap.BasicAuth{}) echoReply, err := soapService.Ping(&soap.Ping{Message: "a"}) fmt.Println(echoReply.PingResult) } ```...

@broady From commits history I see that you are active contributor. Maybe you have any estimates or comments on this?