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
diff --git a/src/CoreText/CTFontDescriptor.cs b/src/CoreText/CTFontDescriptor.cs | |
index 0ff3a79af..8e531dc95 100644 | |
--- a/src/CoreText/CTFontDescriptor.cs | |
+++ b/src/CoreText/CTFontDescriptor.cs | |
@@ -87,54 +87,54 @@ namespace CoreText { | |
#if !NET | |
public static class CTFontDescriptorAttributeKey { | |
- public static readonly NSString Url; | |
- public static readonly NSString Name; |
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
~~~~~~~~Objective C~~~~~~~~~~~~ | |
// Make the receiver the active drawing appearance and perform the block. | |
// Saves and restores the previous current appearance. | |
- (void)performAsCurrentDrawingAppearance:(void (NS_NOESCAPE ^)(void))block API_AVAILABLE(macos(11.0)); | |
~~~~~~~~C# Binding (outside of interface)~~~~~~~~~~~~ | |
delegate void ChangeReceiver (null); | |
~~~~~~~~C# Binding (later, inside the interface)~~~~~~~~~~~~ | |
[Mac (11,0)] |
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
************************************ | |
****** Introspection Errors ******** | |
************************************ | |
[FAIL] Could not find the field 'AEAutocorrectModeNone' in /System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/AutomaticAssessmentConfiguration | |
[FAIL] Could not find the field 'AEAutocorrectModeSpelling' in /System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/AutomaticAssessmentConfiguration | |
[FAIL] Could not find the field 'AEAutocorrectModePunctuation' in /System/Library/Frameworks/AutomaticAssessmentConfiguration.framework/AutomaticAssessmentConfiguration | |
[FAIL] iOSApiFieldTest.ApiFieldTest.FieldExists : 3 errors found in 6282 fields validated: AEAutocorrectModeNone, AEAutocorrectModeSpelling, AEAutocorrectModePunctuation | |
Tests run: 45 Passed: 44 Inconclusive: 0 Failed: 1 Ignored: 0 |
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
**************************************** | |
************** Xcode ******************* | |
**************************************** | |
extension AEAssessmentConfiguration { | |
@available(iOS 14.0, *) | |
public struct AutocorrectMode : OptionSet { | |
public init(rawValue: UInt) |
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
#include <Servo.h> //servo library | |
Servo myservo; | |
#include <IRremote.h>// create servo object to control servo | |
int Echo = A4; | |
int Trig = A5; | |
#define FORWARD 16736925 | |
//#define JUNK1 4294967295 |
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
//www.elegoo.com | |
#include <Servo.h> //servo library | |
Servo myservo; // create servo object to control servo | |
int Echo = A4; | |
int Trig = A5; | |
#define ENA 5 | |
#define ENB 6 |
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
// Basic Motor Functionality based on truth tables at www.elegoo.com | |
// define IO pin | |
#define ENB 5 | |
#define IN1 7 | |
#define IN2 8 | |
#define ENA 6 | |
#define IN3 9 | |
#define IN4 11 |
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
// | |
// Auto-generated from generator.cs, do not edit | |
// | |
// We keep references to objects, so warning 414 is expected | |
#pragma warning disable 414 | |
using System; | |
using System.Drawing; | |
using System.Diagnostics; |
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
diff --git a/external/mono b/external/mono | |
--- a/external/mono | |
+++ b/external/mono | |
@@ -1 +1 @@ | |
-Subproject commit 537654c1c79564668e4cab9735be613028328a70 | |
+Subproject commit 537654c1c79564668e4cab9735be613028328a70-dirty | |
diff --git a/src/GameController/Enums.cs b/src/GameController/Enums.cs | |
index e8dc3bd4d..93826ca66 100644 | |
--- a/src/GameController/Enums.cs | |
+++ b/src/GameController/Enums.cs |
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
diff --git a/external/mono b/external/mono | |
--- a/external/mono | |
+++ b/external/mono | |
@@ -1 +1 @@ | |
-Subproject commit 537654c1c79564668e4cab9735be613028328a70 | |
+Subproject commit 537654c1c79564668e4cab9735be613028328a70-dirty | |
diff --git a/src/GameController/Enums.cs b/src/GameController/Enums.cs | |
index e8dc3bd4d..93826ca66 100644 | |
--- a/src/GameController/Enums.cs | |
+++ b/src/GameController/Enums.cs |
NewerOlder