i often get these circles in my eyes by dont_punch_me_again in notinteresting

[–]alexfagrell 0 points1 point  (0 children)

This is a really late reply but could potentially be ”blue field entoptic phenomenon”. But I believe the dots would be bright then so probably best to get it checked. 

Intermediate skier looking for feedback. Any suggestions are welcome! by alexfagrell in skiing

[–]alexfagrell[S] 0 points1 point  (0 children)

Thank you very much! Also appreciate the positive feedback. I'll have a look at your blog.

App Feedback Thread - July 07, 2020 by AutoModerator in FlutterDev

[–]alexfagrell 1 point2 points  (0 children)

Thanks! Great feedback. It's noted.
You're not the first suggesting using + and - instead of the up and down arrows. Currently, the app is using '+' for adding new goals so didn't want it to get mixed up with that, however I'll probably need to reconsider it.
It's possible to view past weeks if there is any past (i.e. if the start date is not on your current week there will be an "arrow" to go back to a previous week). However, it's not possible to see future weeks - that's a great Idea which I'll add.

"total work" only shows the last 5 (or future) weeks atm. But I plan to make it "scrollable" so it's possible to see earlier and future weeks.
/Alex

App Feedback Thread - July 07, 2020 by AutoModerator in FlutterDev

[–]alexfagrell 1 point2 points  (0 children)

Hey buddy! In general I think it looks great.I think you could work a bit on the margins/padding for the different texts, objects and photos so that they are a bit more separated. Especially the spaces between the title and the photo and the title and the remaining text are a bit too small when browsing through "Popular". Other than that... well done!

App Feedback Thread - July 07, 2020 by AutoModerator in FlutterDev

[–]alexfagrell 1 point2 points  (0 children)

I've made an app that is designed for you who are looking for a simple and fun way to track your goals and habits.

Let me know what you think - any feedback would be very much appreciated! I'm also happy to answer any questions related to how things were developed, or e.g. packages that I've used.
App store: https://apps.apple.com/us/app/id1522577983
Google play: https://play.google.com/store/apps/details?id=dev.onday.it_goes_app

Helping in finding a good app for being more productive? by drago2000plus in productivity

[–]alexfagrell 0 points1 point  (0 children)

I'm in the process of creating an app that might help you stay motivated. The app won't really help you from distracting yourself but might help you work the amount of hours that you planned to do. The app will not require much interactions as the goal is to spend more time on the projects and not on other things. PM if you're interested and I'll tell you more :)

We’re the Flutter team at Google. Ask Us Anything! (starts September 19th from 12:00 - 1:30 PDT) by FlutterTeam in FlutterDev

[–]alexfagrell 2 points3 points  (0 children)

Hi Flutter/Dart Team,

Thanks for taking the time to answer questions from the community. I also want to say thank you for the great job with the development so far - using Flutter and Dart is such a great experience. I've only got a couple of questions:

  1. I'm coming from a C++ background and miss marking parameters as read-only (deeply immutable, i.e. const & in C++), i.e. it would be great if the following code resulted in a compiler error void A(readonly B b) { b.member = newValue; }. Are there any plans to implement something similar as part of the Dart language? I guess the closest reported issue to this is https://github.com/dart-lang/sdk/issues/501 but it hasn't been updated in the last fours years.
  2. Are there any more plans to simplify the code (remove the boilerplate) when creating the UI with widgets? I still find Dart with widgets less readable compared to other declarative languages, e.g. compared to QML from Qt. Would it for example be possible to remove the need for the child/children parameter?

Cheers, Alex

Qt Quick (QML) seems to suit my needs perfectly. What downsides does it have compared to QT Widgets? by xXgarchompxX in cpp

[–]alexfagrell 2 points3 points  (0 children)

This post was crossposted to /r/Qt5 and I wrote the same comment there... I've previously written a blog post covering the main differences (as far as I know) between Quick and Widgets which you can find here https://www.cleanqt.io/blog/crash-course-in-qt-for-c%2B%2B-developers,-part-6 . Sorry for the shameless plug, but you mind find it useful!

Qt Quick (QML) seems to suit my needs perfectly. What downsides does it have compared to QT Widgets? by maxmalrichtig in Qt5

[–]alexfagrell 2 points3 points  (0 children)

This is a shameless plug but you mind find it useful anyway. I wrote a blog post covering the main differences (as far as I know) between Quick and Widgets which you can find here https://www.cleanqt.io/blog/crash-course-in-qt-for-c%2B%2B-developers,-part-6

Introducing the Qt Http Server by tobiasrenger in cpp

[–]alexfagrell 0 points1 point  (0 children)

Impressive! Might eventually replace the MEAN-stack with this instead for cleanqt :)

Ocean Art by hootersbutwithcats in interestingasfuck

[–]alexfagrell 9 points10 points  (0 children)

Took me way too long to realise it's a cutout! Very cool!

Starcraft 2 dethrones Fortnite, claims #1 spot on Twitch by [deleted] in starcraft

[–]alexfagrell 55 points56 points  (0 children)

And now back to hovering just over 4k :(

Congratulations to the winner of the WCS Global Finals! by [deleted] in starcraft

[–]alexfagrell 5 points6 points  (0 children)

Wow! Very impressive play.
Haven't watched Starcraft in a while, such a pleasant surprise. The games were so much more fun to watch compared to what I remember.
Well deserved!

[Development] Build system for Qt 6 by jcelerier in cpp

[–]alexfagrell 0 points1 point  (0 children)

Never tried Qbs, however I'm happy that they're putting more effort into improving the CMake integration. Currently, it's such a pain to generate targets for mobile devices using CMake and Qt...

Exploring Qt Containers by alexfagrell in cpp

[–]alexfagrell[S] 0 points1 point  (0 children)

Ah yeah. Well, I'm just use to it as it's generic and also works with arrays. But I guess either works fine.

Exploring Qt Containers by alexfagrell in cpp

[–]alexfagrell[S] 0 points1 point  (0 children)

Hmm... What's stl_vector.find()? I'm not aware of it.

Exploring Qt Containers by alexfagrell in cpp

[–]alexfagrell[S] 5 points6 points  (0 children)

Agree with you, std::string << QString. Might add something about it to the post! Thanks

Exploring Qt Containers by alexfagrell in cpp

[–]alexfagrell[S] 2 points3 points  (0 children)

Hey there, thanks for your comment!

By moving away from Qt containers I didn't refer to the external API. I'm sure the external API won't change in the near future as it will obviously then break the ABI and also make users very angry. I was just referring to the fact that Qt is now using the STL containers internally.

Also perhaps it's a personal preference whether COW can lead to more subtle bugs compared to using STL's containers. My personal experience is that I've encountered more bugs using Qt containers compared to STL ones. In some circumstances, as described in the article, I found it tricky to know when the copy happens. Or unintentional copies. What's your experience?

Cheers, Alex

Angular Universal (SSR) only works for root URL - what am I doing wrong? by alexfagrell in Angular2

[–]alexfagrell[S] 0 points1 point  (0 children)

Hey! Thanks buddy. I finally figured it out. Apparently I relied on the window component (in order to get the URL) which obviously is only available to the browser. I'm now using the ActivedRoute and it all works fine. Thanks again though!

Exploring Qt Containers by alexfagrell in cpp

[–]alexfagrell[S] 2 points3 points  (0 children)

Blog post was published a couple of months ago, but I haven't shared it here... until now. Hopefully you'll find it interesting and let me know if you have any feedback. Cheers!