Michael Zhao

Results 14 issues of Michael Zhao

Editing poly lines when there are a lot of lines (i.e. hundo route) is very laggy. Not an urgent issue but would be nice if can be fixed :) Can...

bug
enhancement

## Bug Report ### Version `tower-http v0.4.4` ### Platform All ### Description When using `ServeDir::try_call` to request a path that does not exist, it returns `Ok(404)` instead of an `Err`...

C-bug

Closes #121 Add a context menu option on lines to break it at the current location Validation: tested manually with a simple case and a complex one ![Demo](https://github.com/zeldamods/objmap/assets/44533763/142e3bd9-836d-45e0-ba34-5f2e51dc98b5) ![Demo2](https://github.com/zeldamods/objmap/assets/44533763/0da0dd33-bc39-45a5-abd6-055e7bd2532d) -...

I need to insert a segment into an existing line, and currently I have to use the edit line mode to insert points and drag them accordingly. It would be...

Closes #37 Added new test case for validation Validation: `cargo test`

Input ```rust use serde::{Serialize, Deserialize}; use tsify::Tsify; #[derive(Serialize, Deserialize, Tsify)] #[tsify(from_wasm_abi, into_wasm_abi)] pub struct OneX { #[serde(rename = "1x")] pub one_x: f64; } ``` Output ```typescript export interface One {...

## Bug Report ### Version `tower-http v0.4.4` ### Platform All ### Description This function redirects paths that don't end with `/` and is a directory to the URI with `/`...

My machine hangs printing the infinite stack in infinite SIGABRT callbacks - Changing `abort` to `exit` to kill the program after printing the trace once - Set the default limit...

I am not sure if this is a cargo-expand issue or intentional If a `syn::Type` has generics and is used in an expression like `#ty::#ident`, cargo-expand outputs "(/*ERROR*/)" ```rust use...

All LayoutResourceMgr functions should match except for 3 that depend on `eui` which are undecompiled Needs https://github.com/open-ead/sead/pull/143 for `sead::EnvUtil::getRegion` Needs #129 for `nn::pl` - then the forward decl I added...