LoganDark

Results 242 issues of LoganDark

Right now, `digitalocean` pulls in `reqwest` with its default features. This includes a requirement of being linked to _native OpenSSL_. I'm cross-compiling my Rust application so it can be deployed...

Hello, I'm currently using `jekyll-postcss` to use Tailwind in a Jekyll project. It's working really well with `.css` files, in fact it's working perfectly, but there are issues when trying...

**Describe the bug** Trying to simplify this model at just gives me an error that says "1162912": ![image](https://user-images.githubusercontent.com/4723091/236200876-0c921e70-72ef-40d1-98cf-69936b4eaa44.png) The number changes based on what other checkboxes I have selected, and...

### Is this a bug report? Yes ### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)? Yes ### Environment The UI explorer app, but my macOS is 10.14 Mojave. ### Steps to...

bug

This one is faster ``` Benchmark 12700 tokens... Encode 0.361 MB/s Decode 12700000.0 MB/s Encode 2.292 MB/s Decode 12700000.0 MB/s Encode 4.277 MB/s Decode 12700000.0 MB/s Unit test... All OK...

I think you should add a command that records your camera position on every frame as points. Then you can use linear mode to play them back exactly.

![image](https://github.com/zodiacon/ProcMonXv2/assets/4723091/71389593-b902-47e5-a868-4472aa3966ea) this is due to https://github.com/zodiacon/ProcMonXv2/blob/e5486fb473fcce8a1cc387b06db41bb17b12488a/ProcMonX/CSVEventDataSerializer.cpp#L11-L13 the CSV serializer being totally unimplemented it's impossible for me to properly process this data inside ProcMonXv2 itself :/

Under Miri, `pathfinder_simd` tries to do something funky: ``` error: unsupported operation: unimplemented intrinsic: simd_shuffle2 --> /home/logandark/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../stdarch/crates/core_arch/src/x86/ sse2.rs:2780:5 | 2780 | simd_shuffle2!(a, b, [0, 2]) | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unimplemented intrinsic: simd_shuffle2...

I just ran into an issue and it took me a while to figure out what was happening. In #15, @mrmekon helpfully points out that output from the child process...