Demetrius flavious

Results 18 comments of Demetrius flavious

A bit being the devils' advocate here. I get the idea of having a pure managed implementation. Do you believe it's possible rewriting everything in .net elegantly? as usually, low...

Now that .net is cross platform. Any chance to read ELF files for Linux ? It would be great running this project in Linux.

When working with many repos, I believe it'll be more efficient to use incremental search

> "incremental search" ? progressively search for and filter through text. As the user types text, one or more possible matches for the text are found and immediately presented to...

Just found out this program exists because I was looking for a git client for Linux. The current unified diff and staging is so comfortable to use. kudos for all...

I would love to have this class implemented but it's on a low priority right now. it's needed for reading 24 bit Float TIF images. Moreover I am not completely...

If it's merely to understand the requirement please refer to this PR: https://bitbucket.org/sinbad/ogre/pull-requests/694/direct3d11-support-for-multiple-sdks/diff#chg-RenderSystems/Direct3D11/include/OgreD3D11Prerequisites.h For usage example please refer to D3D11Renderwindow.CPP or any other files that use the OGRE_DXGI_VER_[x] constants It's...

@JingMatrix , thanks for the fix I Had to modify the script in case no audio is found: ``` window.addEventListener("load", () => { setTimeout(() => { if (gdAudioLinks.first) window.location.href =...

Add CMake tools for windows as depicted below: 1. Open tools and features ![image](https://user-images.githubusercontent.com/4753283/201541724-c91d6287-47cd-48cd-9082-8601a4ca5d5c.png) 2. Add C++ CMake tools ![image](https://user-images.githubusercontent.com/4753283/201541674-f90cf168-53d6-414a-8ed8-c86db35d205b.png) The issue happens when using a `CMake` project file In...

@sergey-visual-studio , thanks for your reply. Tried with [DPackRx-4.5.2.1.vsix.zip](https://github.com/sergey-visual-studio/dpack/files/9848003/DPackRx-4.5.2.1.vsix.zip) Unfortunately it didn't solve the issue.