fireundubh

Results 19 issues of fireundubh

> Please note that this is developed against MSVC 2015, so other compilers may not work, and earlier versions of MSVC almost certainly won't due to C++11 support. That's what...

The latest build of Caprica fails early with this error: ``` Fatal Error: Unable to locate line at offset 481 ``` The issue seems related to `FO4_Papyrus_Flags.flg` from 0.2. The...

This feature request is similar to #15 but for general use. Buffer currently allows you to create multiple configurable schedules. ![bufferschedules](https://f.cloud.github.com/assets/1261664/322187/6947aca8-9a30-11e2-8c65-ec6a49fce9bb.png) Unfortunately, you need a premium Buffer account to access...

Where are the binaries? In the absence of binaries, where are the build instructions?

Can you write more detailed build instructions? This is just not enough: > Instructions https://www.jetbrains.com/help/idea/2016.3/plugin-development-guidelines.html > > Lexer is generated using IDEA JFlex modification. > > Parser classes are generated...

See: https://wiki.fireundubh.com/test-gist-embed If you refresh the page, you'll see the code in the embed is properly indented, but you'll also see the indentation is then removed from the code in...

Installed successfully via pip for Python 3.7.2. `pip install git+https://github.com/rkern/line_profiler#egg=line_profiler` works in the Developer Command Prompt for VS 2017.

I recently implemented a way for Patchwork to launch a game through Steam or Galaxy, but because Steam or Galaxy does not exit with the game, the launcher stays resident....

Currently, when you try to patch multiple assemblies (with multiple PatchInfos), you get an error like this: ``` error CS0579: Duplicate 'PatchAssembly' attribute ``` Seems like a better approach would...