David Li

Results 15 comments of David Li

This might be of interest to you. https://github.com/jimmybow/Flask_template_auth_with_Dash/blob/master/Dashboard/Dash_fun.py

I had a similar issue of the app crashing which I fixed by downgrading node

alternatively for react-native-version-check you can try to use ```js useEffect(() => { setTimeout(()=> { VersionCheck.needUpdate().then(async (res) => { if (res && res.isNeeded) { return Alert.alert( "New App Update!", `There is...

1. The simplicity of saber is quite attractive and quite useful for because I can programatically create markdown files and everything else renders consistently. 2. I heard about saber from...

I believe if you update the ```vue ``` in a component that is either globally imported or local to the theme it should work. ![image](https://user-images.githubusercontent.com/13860264/104833627-dfc73580-584e-11eb-8847-f15be4605c27.png) As for styles not being...

I dont have any good suggestions at the moment.

Do you have `vuepress` installed globally? I had some problems running `vuepress-theme-cool` with 1.7.1 with it installed globally, was planning to look into it for [email protected] Keep in mind the...