Cameron Taggart

Results 46 issues of Cameron Taggart

Please consider replacing `chrono` with `time`. https://github.com/ramosbugs/oauth2-rs/blob/23f06d6acd644c1ec294baf95f0d211ed4f044a9/Cargo.toml#L34 Many other projects have made the switch this year. A good example is: - https://github.com/dermesser/yup-oauth2/pull/172/files

For #27, I figured out a decent way to publish Rust apps using ClickOnce. In this case, I hosted the ClickOnce files on GitHub pages. https://ctaggart.github.io/minesweeper-rs/Minesweeper.application This files deployed to...

This looks similar to #798, but I'm not sure if it is the same. I'm working on bindings for Octave and this comes up from the gcc headers related to...

I-bogus-codegen
A-templates
A-C++

MATLAB has [loadlibrary](https://www.mathworks.com/help/matlab/ref/loadlibrary.html) feature that is capable of loading C libraries. It would amazing if a `loadwasm` extension could be created that allows loading a wasm library instead. It would...

🎉 enhancement
priority-low

Same as #539, but for Octave https://www.gnu.org/software/octave/. Octave is a popular and partly compatible alternative to MATLAB. I'll be using it in the machine learning course I'm taking https://www.coursera.org/learn/machine-learning/. The...

🎉 enhancement
priority-low

Would it be possible to make `globwalk` an optional feature? I'm using [templates from strings](https://tera.netlify.com/docs/#loading-templates-from-strings) in a wasm app and it works great! I'd like to trim the dependencies and...

enhancement
For next major version

Fix https://github.com/Keats/tera/issues/484. It makes globwalk optional. It reduced the build time, but not the wasm size, which was my main goal.

For next major version

Thank you for maintaining the `time` crate! I recently migrated the Azure for SDK to it from the `chrono` crate. I like the design of `time:OffsetDateTime` much more than `chrono::DateTime`....

C-feature-request
A-format-description
A-well-known-format-description

I believe that updating to newer versions of Blazor #38 will be much easier to do with NuGet PackageReferences than with Paket. NuGet has supported transitive dependencies since the new...

I'm creating this issue quite early. Source indexing will hopefully be added to Portable PDBs in time for Visual Studio 2015 Update 2. Update 1 has support for portable PDBs...

discussion