nta~

Results 7 comments of nta~

My Hubot instance seems to have died as well within the past 24 hours - same as above. Debug log: ``` [Sat Feb 27 2016 06:48:05 GMT+0100 (CET)] DEBUG Loading...

Alto's Adventure trace: ``` KernelBase.dll!RaiseFailFastException() Unknown combase.dll!RoFailFastWithErrorContextInternal2(HRESULT hrError, unsigned long cStowedExceptions, _STOWED_EXCEPTION_INFORMATION_V2 * * aStowedExceptionPointers) Line 1092 C++ Windows.UI.Xaml.dll!DirectUI::ErrorHelper::ReportUnhandledError(HRESULT hrError) Line 529 C++ Windows.UI.Xaml.dll!DirectUI::ErrorHelper::ReportUnhandledErrorFromWrappedDelegate(HRESULT hrError) Line 418 C++ > Windows.UI.Xaml.dll!DirectUI::FrameworkView::OnActivated(Windows::ApplicationModel::Core::ICoreApplicationView...

The original USB driver was built for ARM32 only and therefore wouldn't work on ARMv8 Windows, I should probably open-source my hacky attempt at an UCX-based USB driver since I've...

https://github.com/stevedonovan/LDoc There's already a convention for Lua documentation comments.

This is a *really* peculiar bug: - the `AsmHook` on one of the [PapStackAccess](https://github.com/xivdev/Penumbra/blob/363d115be8980009db8bccc87204b12ce1d24e14/Penumbra/Interop/Hooks/ResourceLoading/PapRewriter.cs#L104) patches (`LoadAlwaysResidentMotionPacks`) targets a 7-byte instruction (the `4C 8D 05 80 14 E0 01`, in 2025.04.16.0000.0000)...

I _presume_ these upstream changes were made to reduce failure rates in 32-bit applications, but sadly there doesn't seem to be any annotation as to the underlying reason in the...

This *seems* to happen as a result of the path in this scenario containing `node_modules`, leading to `rollup-plugin-dts` not emitting _any_ file and therefore returning the unprocessed input. The order-dependent...