StackDoubleFlow

Results 14 comments of StackDoubleFlow

It is used from C code which is being compiled with the `cc` crate. I thought clang would automatically link to clang_rt? This issue is kind of hazy because of...

@yaahc I found that passing `--rtlib=compiler-rt` as a compile flag in cc and as a linker flag had no effect. If I wanted to use `__clear_cache` from rust code, would...

I am now receiving this error. ``` Traceback (most recent call last): File "/home/stack/.local/bin/cppclean", line 166, in sys.exit(main()) File "/home/stack/.local/bin/cppclean", line 155, in main if module.run(filename, source, entire_ast, File "/home/stack/.local/lib/python3.9/site-packages/cpp/find_warnings.py",...

Is this a container from a schematic or other, or was it created with `/container`? Would you be able to provide a crash log?

It's possible they created the container from a schematic and may actually be using it (hss). In that case, a crash from opening the container would be a separate bug...

It would be great to have this as a config option. It's sometimes nice to be able to place blocks in your hitbox when building.

#70 is a step in the right direction for this issue, but different blocks have a different collision box and we don't quite handle them all yet. For example, in...

Looks good. Mind also updating the readme?

Should be fixed in 2ad05d8e33a2ce502c6b26a0e150db28570e60de, could you please try it out?

Is there any reason to keep the fields of `Blob` private? We might as well access the contents directly without having to recreate a map-like api.