ambiso

Results 12 comments of ambiso

You can implement [your own `Measurement`](https://docs.rs/criterion/latest/src/criterion/measurement.rs.html#189-190) and [return a custom `ValueFormatter`](https://docs.rs/criterion/latest/src/criterion/measurement.rs.html#209-211) and [make it format differently](https://docs.rs/criterion/latest/src/criterion/measurement.rs.html#108-126). You can wrap this inside a separate crate like the [`CyclesPerByte` Measurement]( https://docs.rs/criterion-cycles-per-byte/latest/src/criterion_cycles_per_byte/lib.rs.html#38).

Hi, It appears to me that the package on pypi is broken. Installing hashpumpy to a virtual environment, the example you posted works: ```bash $ python -m virtualenv .venv $...

@zachriggle @bwall Could you maybe try rebuilding and uploading the python package to pypi, and see if that fixes the issue?

I've rebuilt a source distribution of the package and you can install it via: ```bash $ pip install --index-url https://test.pypi.org/simple/ hashpumpy Looking in indexes: https://test.pypi.org/simple/ Collecting hashpumpy Downloading https://test-files.pythonhosted.org/packages/56/2a/eed16f9232c92a6d9bb0dbe7803f7c596c0b678c83f256e66de4c709bafa/hashpumpy-1.2.tar.gz Building...

Hi! I've opened a pull request for this: https://github.com/yogsototh/Category-Theory-Presentation/pull/4

Weirdly enough, zooming out in the 3D scatter plot only works in Chrome - in Firefox I can only zoom in. Does someone have a workaround for that? The plots...

You should be able to search for existing rooms too.

Why did rlsl choose the logical addressing model? Could the physical model be used too?

The [SPIRV-LLVM-Translator](https://github.com/KhronosGroup/SPIRV-LLVM-Translator#llvm-in-tree-build) could be used to translate between LLVM bitcode and SPIR-V. There is also the [LLVM-SPIRV-backend](https://github.com/KhronosGroup/LLVM-SPIRV-Backend). I don't know about the progress of either, but I was told the...

Hey, a friend of mine had the same problem and I came up with a hacky workaround. ```latex ``\hskip0pt$\clearpage$\hskip0pt`` ``` This compiles to: ```latex $\hskip0pt$\clearpage$\hskip0pt$ ``` The `\hskip0pt` is required...