sequenceDiagram
HomePageView ->> HomePageViewModel: OnClickExposures
HomePageViewModel ->> ExposureNotificationService: GetExposureCount()
ExposureNotificationService ->> UserDataModel: ExposureInformation.Count()
Note right of UserDataModel: UserDataModel::ExposureInformationに保持される
UserDataModel -->> ExposureNotificationService: count
ExposureNotificationService -->> HomePageViewModel: count
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JOB #u0a151/0: f55c8d6 jp.go.mhlw.covid19radar/androidx.work.impl.background.systemjob.SystemJobService | |
u0a151 tag=*job*/jp.go.mhlw.covid19radar/androidx.work.impl.background.systemjob.SystemJobService | |
Source: uid=u0a151 user=0 pkg=jp.go.mhlw.covid19radar | |
JobInfo: | |
Service: jp.go.mhlw.covid19radar/androidx.work.impl.background.systemjob.SystemJobService | |
Flags: 2 | |
Internal flags: 1 HAS_FOREGROUND_EXEMPTION | |
Requires: charging=false batteryNotLow=true deviceIdle=true | |
Extras: mParcelledData.dataSize=180 | |
Network type: NetworkRequest [ NONE id=0, [ Capabilities: INTERNET&NOT_RESTRICTED&TRUSTED&VALIDATED Uid: 10151 AdministratorUids: [] RequestorUid: -1 RequestorPackageName: null] ] |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function rgless { | |
less $(rg --line-number "$@" | peco | awk -F : '{print "+" $2 " " $1}') | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew update --force | |
fatal: Cannot update paths and switch to branch 'stable' at the same time. | |
Did you intend to checkout 'refs/tags/1.0.6' which can not be resolved as commit? | |
fatal: Needed a single revision | |
invalid upstream refs/tags/1.0.6 | |
Already up-to-date. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
NewerOlder