Andy Maloney
Andy Maloney
**Describe the bug** Several files are missing a namespace: - [ ] CCGeom.h - [ ] CCShareable.h - [ ] CCTypes.h (these types are used in a lot of places)...
I was just looking over some code and ran across this in **SourceDestBufferImpl.cpp**: ```cpp void SourceDestBufferImpl::setNextInt64( int64_t value ) { ... case E57_BOOL: *reinterpret_cast( p ) = ( value ?...
The impact is negligible since it's just the floating point representation in the XML portion of the file. However, the code & comments indicate that these floating point numbers should...
One test that I added (`ReadUmlautFileName`) failed on both Linux & Windows. Both fail with: > /home/runner/work/libE57Format/libE57Format/test/src/test_SimpleReader.cpp:60: Failure Failed errno=2 error='No such file or directory' fileName=/home/runner/work/libE57Format/libE57Format/libE57Format-test-data/self/test filename äöü.e57 flags=0 mode=0...
With the new testing, we're getting warnings when linking debug test on macOS (not getting them w/release): > ld: warning: direct access in function 'e57::BlobNodeImpl::dump(int, std::__1::basic_ostream&) const' from file 'libE57Format-d.a(BlobNodeImpl.cpp.o)'...
This project seems to be what I'm looking for, but I can't seem to get it to work with `b-tab-item`. ```html 42 ... contents ``` Puts `42` (unstyled) at the...
Under "WebMentions" at the bottom of a post page, it shows the correct titles of the web mentions, but then it includes the last comment from the page for each...
Seems an update to either vscode (or some other extension) has broken this (quite recently for me). Tells me that ⌘-K, V is not a command even though it is...
So I've read the docs, watched the video, and read issue #21 . I'm assuming that the version in the docs is out of date since the comments in #2...