Henrik Gaßmann

Results 22 issues of Henrik Gaßmann

### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...

platform/windows
component/devtools
bug :beetle:
has-repro-gist
stale
25-x-y
26-x-y
27-x-y

https://github.com/ned14/llfio/blob/418a2e9312ff0f1760c73c05b4fe476c761cfc22/include/llfio/v2.0/detail/impl/windows/fs_handle.ipp#L111-L119 On a ReFS/DevDrive this check consistently fails, i.e. `fii.IndexNumber.QuadPart != _inode` as the actual value is `fii.IndexNumber.QuadPart == _inode | 0x5000'0000'0000'0000`. I haven't yet checked how this syscall differs...

bug

[According to Stephan T. Lavavej](https://www.reddit.com/r/cpp/comments/6q94ai/chromium_windows_builds_now_use_clangcl_by_default/dkwdd8l/?context=10000) `container` types are not guaranteed to compile due to a longstanding bug in the C++ Standard. The `algorithm::traverse()` implementation triggers this defect with MSVC: ```...

bug

I'm currently prototyping a command line utility around your directory reducer and noticed that by default it can't cope with filesystem entries which have `FILE_ATTRIBUTE_READONLY` set on windows. The algorithm...

enhancement

I am unsure how to portably detect an EOF condition for a `file_handle` in cases where I sequentially consume the whole file, e.g. for computing its hash or copying its...

enhancement

**Problem Description** Since `` has been superseeded in C++20/23 as the preferred stringification/formatting API, I would like to use either fmtlib or `std::format` to format error messages/log output. This is...

enhancement

Currently contains some basic scaffolding for #51 and the simplest formatter specialization (`string_ref`).

Refactor architecture detection logic to allow user overrides via `-DBLAKE3_SIMD_TYPE=xxx`. Add special cases for MSVC architecture detection. `CMAKE_SYSTEM_PLATFORM` is derived incorrectly outside of user supplied toolchain files[[1]][[2]]. Furthermore I went...

CMake

Just used five minutes of boredom to draft a CMake readme sketch. Will continue to write as boredom permits. Suggestions welcome.

### Before You File a Proposal Please Confirm You Have Done The Following... - [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+label%3A%22enhancement%3A+plugin+rule+option%22) and found none that match my proposal. - [X]...

package: eslint-plugin
enhancement: plugin rule option
evaluating community engagement