Morgan Wahl

Results 4 comments of Morgan Wahl

I have a use-case for black ignoring symlinks: we keep vendored dependencies in a directory called `vendor`, which we can then configure tools to ignore. However sometimes we need to...

I'm hitting this same bug on arm64. For anyone curious, here's the full error output: ``` CXX(target) Release/obj.target/superstring_core/src/core/regex.o In file included from ../src/core/regex.cc:1: ../src/core/regex.h:17:27: error: ‘uint32_t’ has not been declared...

I'd be happy to attempt a fix, but I'm confused what repo to do that fix in. Just looking at `node_modules/superstring/package.json`, it seems https://github.com/atom/superstring is what's being used, but that...

Just confirmed this bug is present on the atom version (commit 6732087), but seems to already be fixed on the pulsar fork! (commit c2ff062 ).