David Parker

Results 13 comments of David Parker
trafficstars

The dApp Iโ€™m building requires inline video playback and does not work properly in Coinbase walletโ€™s in-app browser, but it does work in Safari and Chrome. Redirecting directly to the...

> Are you trying to deeplink to a DApp in Coinbase Wallet? Uniswap links directly to the DApp browser by [using a deeplink](https://github.com/Uniswap/uniswap-interface/blob/2ee9b16c49ff22699ece4273b15039e96a23f626/src/constants/wallet.ts#L61). You can generate the link by going...

@Oneiros90 You can still use `ReceiveFrameString()` by marking the `Thread` it is run in as `IsBackground = true` so it is automatically killed when the main thread exits

This seems to be happening when terraform is refreshing the state. So it works (for me at least, w/ v0.13.5) on the initial apply, but if the `source_dir` is deleted...

Hey, has there been any progress on this or is there any way to maybe help at all?

๐Ÿ‘ I spent much of yesterday wondering why our CI was not pushing the updated `package.json`, when in fact nothing was being committed at all! I needed the `--no-git-tag-version` flag...

For disabling the html generation, is simply doing ``` ... html: false, ... ``` the recommended way to do that? Or is it better to remove it from the config...

I downloaded the latex and changed the skills section myself to this: ``` \vspace{-2mm} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Skills %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \cvsection{Skills} \begin{cvskills} \cvskill {Languages} {Python, JavaScript, HTML5/CSS3, C++, Golang, Bash} \cvskill {Frameworks}...

> IMHO, app which import the lib should care about to bunde it to be capable of old browser. It's not like build a site. So @vitejs/plugin-legacy doesn't need to...