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
| Sub ExtractFailedEmailAttempts() | |
| On Error Resume Next | |
| Dim myItem As Outlook.ReportItem | |
| Dim olItems As Items | |
| Dim i As Integer | |
| Set myOlApp = Outlook.Application | |
| Set mynamespace = myOlApp.GetNamespace("mapi") | |
| Set myfolder = myOlApp.ActiveExplorer.CurrentFolder |
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
| package com.withjoy.feature.editsite.preview | |
| import android.app.Dialog | |
| import android.content.Context | |
| import android.graphics.Typeface | |
| import android.os.Bundle | |
| import android.view.LayoutInflater | |
| import androidx.core.view.isVisible | |
| import com.airbnb.epoxy.stickyheader.StickyHeaderLinearLayoutManager | |
| import com.withjoy.common.domain.design.EventDesign |
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
| // | |
| // JCEventListCard.swift | |
| // JoyKitUI_Example | |
| // | |
| // Created by Jeyashri Natarajan on 1/4/22. | |
| // Copyright © 2022 CocoaPods. All rights reserved. | |
| // | |
| import SwiftUI | |
| import SDWebImageSwiftUI |
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
| sealed class TransferredState { | |
| class NotTransferred( | |
| title: ContextString, | |
| description: ContextString, | |
| button: Button | |
| ) : TransferredState | |
| class TransferredPublicState( | |
| title: ContextString | |
| description: ContextString, |
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
| Last login: Wed Apr 13 14:06:12 on ttys001 | |
| onurdursun@Onurs-MBP ~ % pwd | |
| /Users/onurdursun | |
| onurdursun@Onurs-MBP ~ % cd Joy/android | |
| onurdursun@Onurs-MBP android % git status | |
| On branch MOB-119_momentsLightbox | |
| Your branch is ahead of 'origin/MOB-119_momentsLightbox' by 4 commits. | |
| (use "git push" to publish your local commits) | |
| nothing to commit, working tree clean |
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
| query EventDesign($eventId:ID!){ | |
| eventById(id:$eventId) { | |
| eventDesign(purpose: live) { | |
| font { | |
| fontFamily | |
| fontSize | |
| fontWeight | |
| textTransform | |
| } | |