Martin Jablečník
Martin Jablečník
Please when do you plan to support linux? This application will be very useful for me and I cannot find any linux alternatives.
@mahdisml Hello, in latest Godot blog article I see that first beta release will be released early (in september). So do you will continue in next development of DartGodot? :)
@mahdisml Really? And what benchmark did you try? I think that Dart performance is not so bad compared to other languages..: https://programming-language-benchmarks.vercel.app/dart-vs-csharp https://programming-language-benchmarks.vercel.app/dart-vs-java https://programming-language-benchmarks.vercel.app/dart-vs-python https://programming-language-benchmarks.vercel.app/dart-vs-ruby https://programming-language-benchmarks.vercel.app/dart-vs-typescript
@mahdisml Oh! So you mean DartJS and not Dart AOT!. Ok, DartJS can be maybe slower (I didn't try it). And can you please describe me what limitation have Dart...
@cjohansen how did you started the logspout? When I run it as: ``` docker run --restart=always --name logspout --hostname logspout -d -v=/var/run/docker.sock:/var/run/docker.sock gliderlabs/logspout:master syslog://logs6.papertrailapp.com:$PORT ``` works for me.
@dinbtechit You can use [injectable](https://pub.dev/packages/injectable) package with get_it.
@schultek Yes I agree with you combining and grouping styles with `MultipleStyle` is not very nice. But I didn't know any better way during the implementation of it.. :-) I...
@schultek Did you see my code here: https://github.com/schultek/jaspr/pull/13 how I implemented it there? I define new elements as class inherited from `StatelessComponent` which have some more extra parameters depends on...
Yes OK, I understand. For me as non web developer I don't like tags like `a`, `h1`, `div`, etc.. for me are not readable and understandable a lot. Hence I...
So when I will have a time, I will change `package:jaspr/ui.dart` to `package:jaspr/components.dart` in my PR.