Pavel Fedotov
Pavel Fedotov
So got the error on Kaggle `Error occurred while loading the notebook: Uncaught Error: Script error for "interpret-inline" http://requirejs.org/docs/errors.html#scripterror` After changing the number of interactions from 2 to 4 and...
Gm, https://tailwindcss.com/docs/configuration does not contain much details on how to convert `tailwind.config.js` with plug ins to ecma ```js const defaultTheme = require("tailwindcss/defaultTheme"); const colors = require("tailwindcss/colors"); /** @type {import('tailwindcss').Config} */...
https://dspyt.com/uniswap.fish 
 https://compound.finance/governance/leaderboard
Can not find a file to edit the outdated links on https://docs.cairo-lang.org/hello_cairo/amm.html
Please consider integrating https://dspyt.com/ into the list The platform recieves 2k views each month GitHub repository with more information https://github.com/BadmWe/dspyt-webpage
**Is your feature request related to a problem? Please describe.** I have built a bunch of popular project with Algorand smart contracts and indexer but there is no alley to...
 example of output ```ts const res = await fetchEvents({ publicKey: appId }); console.log(res[1].events); ``` contract events ordered by me as a developer: ```ts events = { 'updated-merkle-root': Field, 'updated-fee':...
Diving into a smart contract details further. In On-chain state Section of a smart contract https://docs.minaprotocol.com/zkapps/o1js/smart-contracts#on-chain-state It says that the state can consist of at most 8 fields of 32...
I have noticed that the graph ql from the tutorials would not work. I have researched web with Google and added a number of developer resources and links in my...