I am quite new in building bots so I created a very simple Telegram bot and it works great but can't figure out how to make the bot send messages every n minute
I have a Nunjucks shortcode in an Eleventy project. It's added to configuration in eleventy.js with the Eleventy addNunjucksAsyncShortcode method. My shortcode
Let’s say that I want to define a macro called defsomething such that this: (defspecial a x) …expands into this: (def a (f `a x)) That syntax
I've got a small app that uses Express. I want to debug some client side js code that calls my backend, but it seems that when I try to debug my app using local
when i am doing cdk deploy it is giving this result CsSubscriptionClassifierStack: creating CloudFormation changeset... 12:31:10 PM | CREATE_FAILED | AWS
app react-native ejected from expo Execution failed for task ':app:processDebugResources'. > A failure occurred while executing com.android.build.gradle.inte
How to find the version of an installed node.js/npm package? This prints the version of npm itself: npm -v <package-name> This prints a cryptic error:
I am working on a app that save its data in room database , I am trying to make the app gets the database files (DB ,SHM ,WAL) and send them to some server , ho