Johnny Oshika

Results 17 issues of Johnny Oshika

Is there any way to add the required attribute and get the browser to honor it like {{input}} does? Example: ``` {{select-2 content=countries value=model.country required="required" }} ```

Google returns `types` as an array: ``` { "results" : [ { ... "types" : [ "locality", "political" ] } ], "status" : "OK" } ``` XML version is similar:...

### [REQUIRED] Describe your environment * Operating System version: Windows 10 * Browser version: Chrome 97 * Firebase SDK version: 9.6.5 * Firebase Product: Firestore ### [REQUIRED] Describe the problem...

api: firestore
needs-attention
v9

**Intended outcome:** When using `useQuery` with `onCompleted` and `fetchPolicy` set to `cache-and-network`, I expected the network request to be triggered only once. **Actual outcome:** Resulted in an infinite render and...

When a new comment is added, it now displays in the UI. It uses optimistic UI to immediately render the new comment, then updates based on the GraphQL mutation response....

**Category** - Plugins **Component** block-plus-minus **Describe the bug** block-plus-minus plugin, when used with Blockly 8.0.1 and the `text_join` block results in this warning in the console: ``` field named "TEXT"...

type: bug
category: plugin

Given a path to a static asset (e.g. `/js/foo.js`), is there a way to get the hash (i.e. version / cache buster) of that file? The reason why I ask...

Any thoughts on how we can add Typescript to this application? I've tried a bunch of combinations, including `@babel/preset-typescript`, `ts-node`, `typescript`, `tslint`, and `@types/node`, I think the combination of `nodemon`...

### [REQUIRED] Environment info **firebase-tools:** 11.10.0 (also tested 11.12.0) **Platform:** Windows ### [REQUIRED] Test case ``` export const onFileFinalize = functions.storage .object() .onFinalize(async object => { console.log('Hello'); }); ``` Then...

Needs: Attention
bug

Add support for the new features described here: https://blog.keen.io/order-and-limit-results-of-grouped-queries-hooray-83e768a97411