Michael Bushey

Results 28 issues of Michael Bushey

I don't run Autodesk for numerous reasons. Is there any way to get this converted to a format I can import into OpenSCAD (Blows away Autodesk products) such as `.stl`...

https://github.com/pelias/documentation/blob/master/services.md : http://localhost:3100/v1/reverse?point.lon=-73.986027&point.lat=40.748517: a reverse geocode for results near the Empire State Building in New York City. That port does not exist in the docker-compose configs. What service do I...

bug

Description: `FERRITE BEAD, 0.1OHM, 2A, 0805` Comment: `600ohm` The comment should probably be changed to `Impedance: 600ohm` as it's easy to confuse `Maximum DC Resistance` with `Impedance` as they are...

The sample comments.html.twig shows: `{% if grav.twig.enable %}` Which never is set even when twig is enabled in config/system.yaml ``` 33 process: 34 markdown: true 35 twig: true ``` I...

cannot recreate

Hello, I'm pretty new to rust. I can get seconds from a mkv with `let d = matroska.info.duration.unwrap();` however I'm unable to use any std::time::Duration functions like num_minutes(). Because it's...

question

I have Rust installed the correct way via the OS: ``` $ dpkg -l | grep rust 127 ↵ master ii libstd-rust-1.43:amd64 1.43.0+dfsg1+llvm-1~exp1ubuntu1~20.04.1 amd64 Rust standard libraries ii libstd-rust-dev:amd64 1.43.0+dfsg1+llvm-1~exp1ubuntu1~20.04.1...

I have a subtitle with this: ``` 857 00:46:28,703 --> 00:46:30,288 erenotgonna supportthat ``` Obviously this is a problem srt. This crate gives: ``` thread 'main' panicked at 'parser error:...

I'm an absolute noob regarding tokio/async. ``` cargo build Compiling mysql_test v0.1.0 (/home/michael/rust/mysql_test) error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied --> src/main.rs:11:20 | 11 |...

❤️ First off, serde is amazing. :) I'm using `serde_yaml::to_writer()` to dump a struct to a yaml file. In the struct I have `tmdb_genre: Vec` which outputs like this: ```...