Thomas Constantine Moore
Thomas Constantine Moore
@YichenGong that solved it for me! Thank you!
@magnusdr Thank you!!
I'm also seeing this: ``` error: failed to run custom build command for `pear_codegen v0.1.4` Caused by: process didn't exit successfully: `/Users/thomas/bend/data-service/target/debug/build/pear_codegen-5da0a702cafd9dee/build-script-build` (exit status: 101) --- stderr Error: Pear requires...
Updating to the `master` branch build (`rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" }`) resolves this but I'm seeing several other errors trying to implement the example with...
Now just seeing: ``` 38 | .attach(cors) | ^^^^ the trait `Fairing` is not implemented for `Result` ``` with: ```rs rocket::build() .register("/", catchers![internal_error]) .mount("/", routes![index]) .mount("/v0", routes![info, org_count, org_list, org_create])...
we also ran into the fact that text areas and text inputs are basically disabled by the dnd-no-drag directive in iOS
In my NextJS app (12.3.1) when I upgrade to 6.0.0.beta-3, I get this error message ad infinitum: ``` TypeError: tslib.__spreadArray is not a function at Function.templateFunction [as div] (/Users/thomas/bend/web/node_modules/styled-components/dist/styled-components.cjs.js:1602:75) ```
Is the babel plugin required for v6 / use with TypeScript?
+1 to this!