Weijing Jay Lin

Results 34 issues of Weijing Jay Lin

``` | Model | Resolutiion | | --- | --- | | 4 / 4S: | 960 × 640 px | | 5 / 5C / 5S / SE: |...

I'm tring to use include for my github.io by using I got error with showdown is not defined?! Here is my git file: https://github.com/dotku/dotku.github.io/blob/master/index.html

fix the bug due to using the wrong case for showdown.

won't able to recognize vuetify/lib after install :(

eg I have a type E with following statements ```node const GraphqlISODate = require('graphql-iso-date'); const {GraphQLDate} = GraphqlISODate; module.exports = gql` type E { ... purchaseDate: GraphQLDate } ` ```...

如果我默认下是 ./ 目录,这样 yo 就安装错位置了:(

eg here is the data ``` { "total": 4441, "per_page": 15, "current_page": 1, "last_page": 297, "data": [ { "deviceID": 201, "useFromDate": "2021-07-22", "useToDate": "2021-08-09" }, { "deviceID": 247, "useFromDate": "2021-08-12",...

ORM

I got error like > Warning: Problem checking watchman version. Invalid Version: 2020xxx...

the sample code ``` roomRef.onSnapshot(async snapshot -> { console.log('Got updated room:', snapshot.data()); const data = snapshot.data(); if (!peerConnection.currentRemoteDescription && data.answer) { console.log('Set remote description: ', data.answer); const answer = new...