cedvdb

Results 221 comments of cedvdb
trafficstars

Flags are now disabled by default, Use `PhoneFormField.preloadFlags()` to preload

I see there is no implementation for the web. Originally the library it's based on is a javascript library and dart compiles to js. Is there platform specific code ?

Using a virtual port with the `-q` param always returns `disconnected`

Anyone should be familiar with those 3 types of imports: - `import built_value;` (although the current dart behavior is to go in the same folder, this makes more sens to...

> As for why not `build_value/serializer`: I actually want to make the package name distinguishable from the path. I'm confused. Isn't the package name the first value in the path...

> If you query all products, do you see the one with that id? Not sure what you mean. If I add the class level permission of Query, I do...

> You say that issuing a query like product(id: "123") returns nothing. What is the result of a products query (which should return all objects) Unless I'm mistaking, if a...

Just to be more clear, as I see this is still pending. I think the issue arose when ``` canRead: true, canQuery: false, ``` won't give any result for ```...

So is it possible to add relation on mutation ? EG: I would like to create a product with an existing supplier ``` mutation addProduct($input: ProductInput) { addProduct(input: $input) {...

Wasn't there plans on the mapbox part to have one underlying code base for all platforms ? IE: wasm ?