This file contains 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
2017-12-31 17:15:35.984 -05:00 [INF] [ServiceOrchestrator] Starting update service... | |
2017-12-31 17:15:36.029 -05:00 [INF] [ServiceOrchestrator] Starting file indexing service... | |
2017-12-31 17:15:36.034 -05:00 [INF] [ServiceOrchestrator] Update service started. | |
2017-12-31 17:15:36.034 -05:00 [INF] [ServiceOrchestrator] File indexing service started. | |
2017-12-31 17:15:36.043 -05:00 [DBG] [FileIndexer] Running 'Start menu' indexer... | |
2017-12-31 17:15:37.026 -05:00 [DBG] [FileIndexer] Running 'UWP' indexer... | |
2017-12-31 17:15:37.306 -05:00 [ERR] Could not get stream for 'C:/Program Files/WindowsApps/Microsoft.ConnectivityStore_1.1604.4.0_x64__8wekyb3d8bbwe/AppxManifest.xml'. | |
2017-12-31 17:15:37.308 -05:00 [ERR] [ServiceOrchestrator] File indexing service: Object reference not set to an instance of an object. (System.NullReferenceException) | |
2017-12-31 17:15:37.308 -05:00 [INF] [ServiceOrchestrator] File indexing service stopped. | |
2017-12-31 17:15:37.308 -05:00 [INF] [UpdateService] We were instructed to stop (1). |
This file contains 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
2018-01-01 00:03:50.766 -05:00 [DBG] [FileIndexer] Running 'Start menu' indexer... | |
2018-01-01 00:03:51.448 -05:00 [DBG] [FileIndexer] Running 'UWP' indexer... | |
2018-01-01 00:03:53.656 -05:00 [DBG] [FileIndexer] Running 'User document' indexer... | |
2018-01-01 00:03:57.524 -05:00 [DBG] [FileIndexer] Updating index... | |
2018-01-01 00:04:08.582 -05:00 [DBG] [FileIndexer] Writing index... | |
2018-01-01 00:04:08.582 -05:00 [VRB] [FileIndexer] Nodes: 3558100 | |
2018-01-01 00:04:08.582 -05:00 [VRB] [FileIndexer] Items: 398111 | |
2018-01-01 00:04:08.582 -05:00 [DBG] [FileIndexer] Indexing done. | |
2018-01-01 00:09:08.582 -05:00 [DBG] [FileIndexer] Running 'Start menu' indexer... | |
2018-01-01 00:09:09.088 -05:00 [DBG] [FileIndexer] Running 'UWP' indexer... |
This file contains 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
Xamarin Exception Stack: | |
System.NotSupportedException: Unable to activate instance of type Xamarin.Forms.Platform.Android.AppCompat.MasterDetailPageRenderer from native handle 0xffea404c (key_handle 0x7119d77). | |
at Java.Interop.TypeManager.CreateInstance (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer, System.Type targetType) [0x0017d] in <e9fa1c6638084ac88fff86010ed52c47>:0 | |
at Java.Lang.Object.GetObject (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer, System.Type type) [0x000b9] in <e9fa1c6638084ac88fff86010ed52c47>:0 | |
at Java.Lang.Object._GetObject[T] (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00017] in <e9fa1c6638084ac88fff86010ed52c47>:0 | |
at Java.Lang.Object.GetObject[T] (System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00000] in <e9fa1c6638084ac88fff86010ed52c47>:0 | |
at Java.Lang.Object.GetObject[T] (System.IntPtr jnienv, System.IntPtr handle, Android.Runtime.JniHandleOwnership transfer) [0x00006] in <e9fa1c663808 |
This file contains 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
[ | |
{ | |
"card_id": 7000, | |
"base_card_id": 7000, | |
"card_type": "Mutation", | |
"card_name": { | |
"english": "Mutation Holder", | |
"german": "Mutation Holder", | |
"french": "Mutation Holder", | |
"italian": "Mutation Holder", |
This file contains 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
{ | |
"version": 1, | |
"set_info": { | |
"set_id": 0, | |
"pack_item_def": 0, | |
"name": { | |
"english": "Base Set", | |
"german": "Basisset", | |
"french": "Ensemble de base", | |
"italian": "Set di base", |
This file has been truncated, but you can view the full file.
This file contains 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
{ | |
"version": 1, | |
"set_info": { | |
"set_id": 1, | |
"pack_item_def": 1000, | |
"name": { | |
"english": "Call to Arms", | |
"german": "Ruf zu den Waffen", | |
"french": "Appel aux armes", | |
"italian": "Chiamata alle armi", |
This file contains 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
import 'package:flutter/material.dart'; | |
import 'package:flutter/foundation.dart'; | |
import 'package:flutter/widgets.dart'; | |
import 'dart:math' show pi; | |
void main() => runApp(MyHomePage()); | |
class MyHomePage extends StatefulWidget { | |
@override | |
_MyHomePageState createState() => _MyHomePageState(); |
This file contains 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
import 'package:flutter/material.dart'; | |
void main() => runApp(MaterialApp(home: Scaffold(body: MyApp()))); | |
class MyApp extends StatefulWidget { | |
@override | |
_MyAppState createState() => _MyAppState(); | |
} | |
class _MyAppState extends State<MyApp> { |
This file contains 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
fun emailAppIntent() { | |
val emailIntent = Intent(Intent.ACTION_VIEW, Uri.parse("mailto:")) | |
val packageManager = packageManager | |
val activitiesHandlingEmails = packageManager.queryIntentActivities(emailIntent, 0) | |
if (activitiesHandlingEmails.isNotEmpty()) { | |
// use the first email package to create the chooserIntent | |
val firstEmailPackageName = activitiesHandlingEmails.first().activityInfo.packageName | |
val firstEmailInboxIntent = packageManager.getLaunchIntentForPackage(firstEmailPackageName) | |
val emailAppChooserIntent = Intent.createChooser(firstEmailInboxIntent, "") |
This file contains 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
import 'dart:async'; | |
import 'package:flutter/foundation.dart'; | |
import 'package:mobx/mobx.dart'; | |
class Debounce { | |
final Duration delay; | |
Timer _timer; | |
Debounce(this.delay); |
OlderNewer