Al

Results 22 comments of Al
trafficstars

Possibly a daft question on this topic, folks. I want to use a display (Winstar WF32DTLAJDNN0# : [Link ](https://www.winstar.com.tw/products/tft-lcd/module/wf32dtlajdnn.html)) in which the data sheet says it has optional 3-wire 9-bit...

I've figured out some of the problem. I was not configuring the LottieRemoteEnabled correctly. I had incorrectly assumed that I could set it to true and still use local resources....

What would be incredibly useful is worked examples using the .show & .hide functions : both for remote and local resources. On the face of it, it shouldn't be needed,...

Yes, thanks. I can see that works perfectly! What I was hoping to use in my project is something like this: ``` async initializeApp() { let appType; let lottieJsonSource; try...

Hi again Tim, Do you have an example of how to use the show method. And any other things that must be set. I'm really keen to get it working...

Hi @gentooza I had the complete failure first but figured out that I had to remove the android platform update to cordova android 9+ and add platform again. After that,...

Hi @timbru31. Hope you're good! Wanted to double check on the show() function. Do you reckon I'm doing something wrong, or misunderstanding how it should be used? Or is it...

The proposed solution is to remove the requestValidatorOptions property completely, And add in ``` const req = new apiGateway.RequestValidator(this, uniqueName, { restApi: this._api, requestValidatorName: uniqueName, validateRequestBody: false, validateRequestParameters: true })...

Is this related to an issue I'm seeing. In certain pages, the file name is appearing (sort of) above the H1 header. For example, for a file called: 1-quick-start.md with...

I moved the lines of code around and it now works?! ``` --- sidebar_position: 1 --- # Quick Start import DocsCard from '/src/components/global/DocsCard'; import DocsCards from '/src/components/global/DocsCards'; import TOCInline from...