Ankush Singh
Ankush Singh
Glad to hear that 😊
Inititially I made this to pull NFT data from OpenSea, If their api allows selling functionality I'll try adding it.
The max execution time of a function can be 900 seconds (15 minutes), I don't think appwrite wants users to go beyond that limit for reference see this line https://github.com/appwrite/console/blob/af8453d75f64a2cf4a62a742904abeab6dd70cef/src/routes/console/project-%5Bproject%5D/functions/function-%5Bfunction%5D/settings/updateTimeout.svelte#L59C72-L59C75
Hi @lazynina, could we get this PR merged. Thanks
@lazynina Hi, could we merge this PR?
@tordans should I be adding the ref:REI tag to https://github.com/openstreetmap/id-tagging-schema first? since I cannot find it anywhere in the current codebases
Should be possible to show a warning for this by editing this [innerWrap](https://github.com/openstreetmap/iD/blob/77a9c71f9d191ef3ce8ee0e625ace2dd88da37ad/modules/ui/sections/raw_tag_editor.js#L189) by adding a checker to .on("input") I am working on this
Looked into the codebase a bit more and found a setup already exists for input validation. Added the REI value check as well Sent a PR! #11656
Others have also reported the same issue, however I am unable to reproduce the same on my setup. Most probably it seems like an issue with the fonts width or...
Update: Located the issue, it is because of the editor not calculating (or miscalculating) the 'DM Mono' text width when the IDE loads for the first time. Which updates once...