Kaz

Results 10 comments of Kaz

@krischamp @nharrisanalyst Maybe #111 will be of some help.

I had the same crash problem. And finally I found a way to avoid the crash. (I don't know why this causes crash problem, though.) In program.js, change the code...

Oh, yeah, sorry. I could reproduce that crash. I forgot I had changed one more code when I was confirming behavior from simple example. https://github.com/babel/babelify I also changed this part...

Nice trial! I also updated all packages to the latest version, and I had some errors. But finally, it works fine! I needed to change `program.js` like: ```javascript require("babel-core/register")({ "presets":...

@loganmay > Is that the intended result? If so, what was the point of setting up the '/bundle.js' route? Yes. '/bundle.js' is the entire JavaScript code for client-side, which includes...

@0xNF In my case, HttpBearerAuth is working fine with this code: (openapi-generator-cli 6.0.1) ```dart var authentication = HttpBearerAuth(); authentication.accessToken = initialToken; var client = ApiClient( basePath: 'https://.../api/v2', authentication: authentication, );...

ApiKeyAuth implementation: https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/dart2/auth/api_key_auth.mustache

Hi @ThibaultBee, Yes, we have upgrade apivideo_live_stream to 1.2.0 recently, because of another crash bug: https://github.com/shogo4405/HaishinKit.swift/issues/1238 We have not found any information on reproduction. Based on this comment, a model...

Hi @ThibaultBee! Yes, I tried `fit` parameter for all types, but no luck. Also I've look for this error on stackoverflow, e.g. https://stackoverflow.com/questions/52442724/boxconstraints-forces-an-infinite-width As far as I tried, wrapping `AspectRatio`...

Yes. `Expanded` results another exception: `RenderFlex children have non-zero flex but incoming height constraints are unbounded.` `Flexible` also results `RenderFlex children have non-zero flex but incoming height constraints are unbounded.`...