David M

Results 9 comments of David M

> @onecentlin so it is not possible to get it working like in sublime? > I've been trying to get it to work without a prefix but can't seem to...

change your pnpm to npm and works just fine

hey u can build ur url in a useMemo hook and then pass to useFetch hook const url = useMemo(() => buildUrl(url, {params}) ,[params]) const { get } = useFetch(url,...

hey u should use a POST and send an array of ids to your endpoint... your code looks bad in performance and maintenance

thank u I just did it a week ago with policies in the provider to prevent it by default and choose what endpoints can have cache because almost all routes...

i do highly recommend jest runner extension instead, its options in the context menu are super powerful and works perfectly for monorepos. you need to set https://code.visualstudio.com/docs/editor/workspaces for jest extension...

im stuck too ``` { "routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }] } ``` its in the root directory and it doesnt work

https://moralis.io/how-to-create-smart-contracts/ https://www.toptal.com/ethereum/create-erc20-token-tutorial https://github.com/grinsteindavid/web3-javascript-etherium-examples/blob/master/main_contract.json this is a simple contract that you can edit to fulfil ur needs