kdunn926

Results 10 comments of kdunn926

@mithro - What is the indication of muxf8 failure? Is there a specific error expected? > Just if anyone looks at this in the future. It also looks like the...

This might be helpful: https://docs.python.org/3/library/functools.html#functools.lru_cache It may require some work to ensure the circuit / simulation objects are hashable but it seems achievable.

> It's merged into the "logic" branch. It needs documentation before going to master. It also needs test cases added. @codeplea - There seem to be a [reasonable](https://github.com/codeplea/tinyexpr/blob/logic/test.c#L675-L749) number of...

I hadn't considered the underlying "persistence" mechanism when opening this PR. I can see your point about using deliberate language to inform the user about both "what and how" rather...

It seems like this may not be needed after all. I'm going to close the PR.

The _preferred_ route would certainly require other clients to handle IPFS content. An incremental step away from fully-centralized hosting would be to use decentralized storage with a centralized IPFS HTTP...

The same idea under discussion in [Amethyst](https://github.com/vitorpamplona/amethyst/issues/66) - it would be great to see `ipfs://` support in both clients. It seems there is a lightweight IOS [IPFS client](https://github.com/textileio/ios-ipfs-lite) that can...

@cerna - No offense taken at all. I actually paused work on this in anticipation I would get valuable input like this, better clarifying where I should focus efforts. Feel...

@cerna - That's helpful to know. To be frank, I'm no CMake expert myself - though I am confident I can [learn to] whip it into whatever shape yourself and...

I'm having the same issue trying to install the latest version. What is the official way to install the latest version of this SDK? ``` $ pip install git+https://github.com/microsoftgraph/msgraph-sdk-python.git Collecting...