Roberto Giménez

Results 3 issues of Roberto Giménez

I'm getting this error: ``` $ goapp serve dispatch.yaml frontend/app.yaml backend/app.yaml INFO 2015-10-12 17:29:08,926 devappserver2.py:763] Skipping SDK update check. INFO 2015-10-12 17:29:08,992 api_server.py:205] Starting API server at: http://localhost:51422 INFO 2015-10-12...

I'd be nice to have 'init-only' fields, so you can use them in field initialization: ``` rust #[derive(new)] struct Test { #[new(init)] //

**Description** VS Code has a pair of handy links for running or debugging individual tests. But when `#[ntest::timeout(1000)]` is placed, they are removed. - VS Code version: 1.74.1. - ntest...

bug