Bradley Odell

Results 21 comments of Bradley Odell

I just realized that the `serde_json::Map` type is only implemented for the `Map` specialization. I think it's confusing that `Map` has two generic parameters when it can only be used...

Thanks for the suggestion. I tried that and the formatter still prioritizes breaking chains first. The only time it will break on function args is if the line is still...

I'm sorry, I can see how my original wording is confusing. I intended to say that the first form (the one you just copied) is the format preferred/prioritized **BY `rustfmt`**;...

This is great work! I assume that if this is fixed in upstream CPython, then pyo3-asyncio wouldn't have to run on the main thread? The docs suggest that the reason...

I'm confused why this is needed because you can already use: ```python get_includes(include_eigen=False) ``` and then add the include path to your system eigen in your `setup.py`. Is there a...

We don't support or maintain the conda-forge build. I believe @fbordeu is currently maintaining that distribution using his own fork of Eigency. I'm sure he'll be updating the conda-forge version...

@fbordeu I'm not familiar at all with conda-forge. Can the yaml recipe file be maintained in this repo or does it get checked in to a separate conda repo? I'd...

I believe eigency could already be used with system-installed eigen with `eigency.get_includes(include_eigen=False)`, although it's not tested and verified by the CI so it could be broken at the moment. I...

This project is pretty much obsolete now that the original ser2net program has been updated to support multiple connections.