Pavel Fedotov

Results 38 issues of 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 ![image](https://github.com/normdoow/uniswap.fish/assets/66903336/4b90b983-54e3-4c93-9b39-e95896fe4b35)

![image](https://github.com/compound-finance/compound-protocol/assets/66903336/ee59a780-a2f5-4777-9f02-9035371089cd) 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...

![image](https://github.com/o1-labs/docs2/assets/66903336/cb4eb5a1-ee54-4470-bd2e-d4d2c8bb69c9) 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...