Skip to content
#

flow

Here are 1,529 public repositories matching this topic...

Foodium

🍲Foodium is a sample food blog Android application 📱 built to demonstrate the use of Modern Android development tools - (Kotlin, Coroutines, Flow, Dagger 2/Hilt, Architecture Components, MVVM, Room, Retrofit, Moshi, Material Components).

  • Updated Feb 2, 2021
  • Kotlin
chrysb
chrysb commented Jan 6, 2021

Thanks for making this. Certainly saved me a lot of time!

Unfortunately, it doesn't seem to follow redirects.

Example: https://apple.news/Ak2IoOEp8Qdi6JVs8p-Jj_A

It should return the og:image from here: https://abcnews.go.com/Politics/capitol-breached-protesters/story?id=75081629

The impact is that it does not return the image from the news article, but rather a big Apple News logo.

riramar
riramar commented Feb 15, 2019

I'm trying a simple test with tcpliveplay but it seems tcpliveplay doesn't handle TCP handshake properly.
Let me describe the steps from my testing.

  1. Logged as root on machine A I ran this command to capture all the traffic to the host 104.31.95.22 (my website).

# tcpdump host 104.31.95.22 -n -s 65535 -w http.pcap

  1. In another shell instance under the same machine I performed a
rsanfer
rsanfer commented Sep 20, 2018

Another important topic from the meeting was the need to restructure the files on the main repository, to reduce their sizes and improve both readability and compilation times.

Of course, any file movement will affect the developers with ongoing branches (see #582) so one suggestion is to restructure one file at a time, maybe once every month or so, to reduce the burden to everybody.

I have

Improve this page

Add a description, image, and links to the flow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the flow topic, visit your repo's landing page and select "manage topics."

Learn more