Skip to content

Instantly share code, notes, and snippets.

View exceedsystem's full-sized avatar

Y.Sakamoto exceedsystem

View GitHub Profile
@jun76
jun76 / codex-sqlite-log-off.md
Last active August 16, 2026 00:44
Disable Codex SQLite diagnostic logging on Windows

Disabling Codex SQLite Diagnostic Logging on Windows

Last updated: July 28, 2026

Warning

This is an unofficial workaround, not an OpenAI-supported configuration. It disables local diagnostic records used for feedback and troubleshooting. Re-enable logging before collecting data for a support request.

Scope

@FlavioGoncalves-Cayas
FlavioGoncalves-Cayas / OnOrientationExtension.cs
Last active August 29, 2025 05:06
.NET MAUI OnOrientationExtension
[ContentProperty(nameof(Default))]
public class OnOrientationExtension : IMarkupExtension<BindingBase>
{
public Type TypeConverter { get; set; }
public object Default { get; set; }
public object Landscape { get; set; }
public object Portrait { get; set; }
static OnOrientationExtension()
{