Dan Bechard

Results 14 issues of Dan Bechard

Minor typo fixes. Does not affect code in any way.

This application is super cool! Amazing work.. Some things I discovered by watching the video and mashing the keyboard that should be in the README (the "Instructions" screen in-game probably...

The "X" UI for deleting inputs/outputs is inconsistent with how chips are deleted from the workspace (click to select, then press Delete key). Both seem good (hotkeys for advanced users,...

I believe your memory allocater does not align memory properly. https://github.com/TheCherno/Sparky/blob/master/Sparky-core/src/sp/system/Allocator.cpp The Allocate method: `void* Allocator::Allocate(size_t size)` calls _aligned_malloc on line 24: `byte* result = (byte*)SP_ALLOC(actualSize);` then proceeds to misalign...

In the same vein as https://github.com/google/flatbuffers/issues/4195, it would be nice if it were possible to easily use fixed-length character buffers in structs alongside the automatic sorting and LookupByKey code gen...

pr-requested
parser

It seems like you restructured your codebase at some point and moved the RTree.hpp file into an additional Saurobyte subdirectory, which broke the Github link at the bottom of this...

This is one of the cleanest codebases I've ever seen in my life, and I've see *a lot* of code. I have no issue with this. I just wanted to...

Solves #3695. API is fully backward compatible. DPI aware and should work with FBOs.

https://github.com/AlexTatiyants/pev/blob/6d31cdd75f557761d7581da6c46586792e5f2dad/app/services/help-service.ts#L17 I pretty sure this meant to say: `joins two record sets` rather than `joins to records sets`.

E.g. spawn_entity packet contains a type field that is currently displayed as `type: 42`. It would be much more useful if it said `type: 42 [minecraft:item_frame]` or similar. ![image](https://user-images.githubusercontent.com/707367/148699692-1348ecb4-5b67-4860-b8a3-e65576db07a7.png) Entity...