BrownDust2 Official
BrownDust2 Official @BROWNDUST2_EN ·
🗒️42nd Developer Notes: Character Redesigns Cancelled and Upcoming Policy Update The latest Developer Notes have been updated! Check it out now! ppl.cm/YftMaoXIBv #DevnoteVp
630
350
621.6K
tuniverstudio
tuniverstudio @tuniverstudio ·
BEFORE/AfTER tweakin the prompts . nextup: add tool to fetch real patchnotes or just add them as a context to the agent . dota coach Must answer nitty gritty of the patch ! #devnotes #buildinpublic
2
4.3K
Gaurav Maharjan
Gaurav Maharjan @ZERG220145 ·
Converted files from DOS to Unix with dos2unix, and Git showed them as deleted & re-added. Turns out line endings make Git think they’re new files. git add -A fixed it — it stages all changes (add, modify, delete) in one go. #git #devnotes
37
akash vishwakarma
akash vishwakarma @akash19102001 ·
The thing about this is that p2 starts executing the moment it was defined , so if i attach handlers for p2 , the promise is consumed there itself In order to prevent this from happening , we can just wrap it inside a function and return the promise #devnotes #javascript
19
Aline Marinho | ETHGas ⛽
Aline Marinho | ETHGas ⛽ @LiineMarinho ·
Found a handy pattern in Talus labs: use mock adapters for external services (DEX/bridges/oracles) to run the agent locally—before dry-run and on-chain launch. Deterministic tests make edge cases easier to catch. Then validate policies and execute on-chain. @Talus_labs #DevNotes
10