Felix Deierlein

Results 19 comments of Felix Deierlein

Same here. Builder can stay English, but we have to provide all apps / forms in 4 languages.

@gvas: you are correct. We should have tested that further. I have updated the tests to measure different scenarios and included another version taken from benchmark.js: http://jsperf.com/ko-array-indexof/3 The old version...

I have reverted that last commit (66e4b4a). That leaves only the other improvements. @gvas: Thanks agains for your benchmarking!

@maroy1986 do you use the options `{ deep: true, observable: false }`? If it is set to false then it has to retraverse your object model to calculate the answer...

@maroy1986 I think the problem is that you are always recreating the validation group. That is an expensive operation. You should create the validation group and cache it (in plain...

@damonsmith Could you explain the use cases for always recreating the validation groups?

Hi @stevegreatrex, hi @volpav, we really need functionality like that. I had the the same issues a year ago and have created the pull request #226 five month ago. It...

Yes :(. Flutter is still using Dart's BSD based sockets.

@gaaclarke > My concern is that maybe Apple doesn't allow access to the operating system's VPN settings unless accessing the network through their API (CFSocket). If Dart is using lower...

Another variant would be, to add a `list` command. `coyote list ` would write all test names to `Console.Out`. This would enable us to write scripts iterating over these test...