Steven Hansel

Results 10 comments of Steven Hansel

Can confirm @asgeo1 's statement. It seems that this only happens when you open a file through telescope, I tried opening a file directly and also with defx, and they...

Any more updates regarding this? Well, personally my current workaround for individual routes is something like this: ``` App::new() .wrap(cors) .route("/", web::get().to(health_check)) .service( web::scope("/dashboard") .route("/v1/auth/register", web::post().to(auth_http::register)) .service( web::scope("/v1/me") .wrap(AuthenticationMiddlewareFactory::new(auth_service.clone())) .route("",...

@phalt I think that's the best way atleast for right now, If PokeAPI keeps growing in the future (and hopefully have more money), I think it's possible to just merge...

@FabianLars I guess for now we can update the documentation so people doesn't get confused? Do you mind if I add some notes in the README?

@FabianLars I already opened the PR, but I would like to know what's the real purpose of the `tauriScript` option? I would like to help to fix it.

Found out that this happens exactly when i start writing code inside `

Is it possible to make `--out-dir` option for `cargo test` also? The use case that I need is to run the binary test file to run under a debugger

@billy1624 I'm not sure whether @anshulxyz is still working on this issue or not but I'm going to start working to add support for the `trigger` first

> Do you have any idea about the API design in mind? @HigherOrderLogic I'm mostly thinking the same thing with what @billy1624 wrote, for creating a trigger we can just...

@iohzrd Hey, can you elaborate more on how you fixed it? I upgraded my webkit2gtk to v2.38.2-2 and also installed gstreamer1.0 alongside all of the recommended plugins. It still doesn't...