IL2

Results 9 issues of IL2

Possible error here: https://github.com/graemeg/xananews/blob/master/components/MiscUnits/Source/cmpRuler.pas#L112 ``` procedure TXNRuler.Paint; if fDialogBox 0 then sm := fSmallTickSpacing else sm := fSmallTickSpacing; ``` [FixInsight Warning] cmpRuler.pas(112): W507 THEN statement is equal to ELSE statement

XanaNews 1.19.1.372 "Tidy old messages" options block in the XanaNews Options,Default Settings,User Preferences,Get Messages dialog are stuck on the "Delete, all messages". Nevermind what you change in that block, settings...

When Delphinus compiled with Range checking ON error is thrown at Delphinus.SetupDialog.pas Line 289 https://github.com/Memnarch/Delphinus/blob/master/Packages/Delphinus.SetupDialog.pas#L289 ``` [13C7F837]{Delphinus.bpl} Delphinus.SetupDialog.Setupdialog.TSetupDialog.HandleDependencyProgress_16_ActRec._0_Body$qqrv (Line 289, "Delphinus.SetupDialog.pas" + 2) + $61 [5005A3E2]{rtl240.bpl } System.ErrorAt (Line 5542,...

bug

[TOTPWorker.Initialize](https://github.com/gabr42/OmniThreadLibrary/blob/5435d75f1dae81df162b86224883485071e9ea50/OtlThreadPool.pas#L916) in OTLThreadPull.pas changes global Windows timer resolution to 1ms ``` function TOTPWorker.Initialize: boolean; ... Task.SetTimer(1, 1000, @TOTPWorker.MaintainanceTimer); ``` **This might be unneeded** and wastes too much energy https://randomascii.wordpress.com/2016/03/08/power-wastage-on-an-idle-laptop/ https://randomascii.wordpress.com/2013/07/08/windows-timer-resolution-megawatts-wasted/...

Hello! There are some issues that might should be fixed: ``` for i := 0 to Length(s) do if CharInSet(s [i], ['0'..'9']) ``` **[FixInsight Warning] QCnvStrUtils.pas(404): W514 Loop iterator could...

Specifying /something as session name produces empty entry ``` ╔═════ NetBox: Stored sessions [/] ════╗ ║n Session name ║ ║.. ║ ║ ║ ║anonymous@1 ║ ║anonymous@2 ║ ║ ║ ```...

Remove-PSWSUSUpdate.ps1:54 char:17 ``` Security Update for Microsoft .NET Framework 3.5.1 on Windows Server 2008 R2 for Itanium-based Systems (KB2742598) has been deleted from WSUS Cannot find an overload for "DeleteUpdate"...

$ etrace --kernel Process ``` Unhandled Exception: System.InvalidOperationException: Can only use Kernel events in real time sessions on Windows 7 if you use TraceLog.CreateFromTraceEventSession at Microsoft.Diagnostics.Tracing.Session.TraceEventSession.get_Source() at etrace.Program.RealTimeSession() in C:\projects\etrace\etrace\Program.cs:line...

I've ran into error $ python PiTranslate.py -o en -d ru -t "hello" Origin: en Destination: ru Text: hello Traceback (most recent call last): File "PiTranslate.py", line 53, in speakDestinationText(translation)...