Yan Susanto

Results 6 issues of Yan Susanto

Hi, I'm hoping someone may point me in the right direction as to what I'm trying to achieve here. ``` var $range = $(".range-slider"), $from = $("#min"), $to = $("#max"),...

Discussion

Has anyone got the working sample of how to properly `activate` connection on mobile browser using deep link? ``` async function connect() { try { await activate(injected); } catch (ex)...

First of all, thank you for creating such an awesome script. I'd like to know if 1. it is possible to clear the 'address' field on page load and 2....

If this ``` const metaImage = image && image.src ? `${data.site.siteMetadata.siteUrl}${image.src}` : null` ``` works on single post, how do I, if I may ask, set a default image if...

The component is `bleeding` too much on both edges with `-mx-24` on screen resolution **higher than 1600x900** (20" desktop), thus overlapping the sidebar on both sides. May I suggest that...

``` import {data, calc} from "@/components/data"; ``` Is possible to import the above component globally for me to use `{data, calc}` across all .mdx files? Currently, I'm importing it at...

documentation