Cameron Taggart

Results 29 comments of Cameron Taggart

I had the same question: What is the difference between: 1. https://hub.docker.com/r/otel/opentelemetry-collector 2. https://hub.docker.com/r/otel/opentelemetry-collector-dev 3. https://hub.docker.com/r/otel/opentelemetry-collector-contrib I spent some time investigating it out just now. Here is what I found...

I'd really like a rust wasm client. It looks like Blazor WebAssembly has an implementation now. It is starting to catch on: [Using gRPC-Web with Blazor WebAssembly](https://blog.stevensanderson.com/2020/01/15/2020-01-15-grpc-web-in-blazor-webassembly/)

It may make sense to make this one a commercially licensed option. MATLAB licenses are expensive. The current https://www.mathworks.com/pricing-licensing.html shows $860 USD for a Standard Edition Annual License. Unfortunately, I...

A lot has changed in the last two years. I'm no longer interested in this.

@mtmiller It would be cool if Octave supported `loadlibrary`. I was hoping to base a `loadwasm` on the `loadlibrary` code if it existed. My current interest before figuring out where...

I actually figured out got native Octave extensions built with Rust working on Linux with the latest from https://github.com/ctaggart/octh. However, mapping the C++ API to Rust is not super easy....

Does this allow enum variants to be case insensitive? Here, I want to be able to deserialize `NetworkSourceDeleted` or `NETWORKSOURCEDELETED` values as well. ``` rust #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)]...

Great work on #46 with updating to Blazor 3.0.0-preview5! I've updated this pull request with those dependencies.

Here is a video describing what I'm wanting to do: https://youtu.be/CmEmDJx3FTk I'll ask the React Native Tools guys for help in troubleshooting. https://github.com/Microsoft/vscode-react-native/issues/670

This issue is referring to https://github.com/Microsoft/react-native-windows? Not sure that dependency needs to be in this demo app.