-
`sudo make test TEST=tests/after/test-integration.sh` resulted
```
+ make clean TARGET=/home/djovi/IdeaProjects/cam/test-zone/after/test-integration.sh/target
make[1]: Entering directory '/home/d…
-
This is my code
```
from flask import Flask
from flask_ngrok import run_with_ngrok
app = Flask(__name__)
run_with_ngrok(app)
@app.route("/")
def hello():
return "Hello Geeks!! from Goog…
ghost updated
9 months ago
-
# Documentation
One the one hand, the [`os.chmod` documentation](https://docs.python.org/3/library/os.html#os.chmod) says that Windows only supports `stat.S_IWRITE` and `stat.S_IREAD`.
But on th…
-
I'm getting this error when starting up:
```
2019-05-24 14:52:09 DEBUG (MainThread) [ngrok_init] async_setup()
2019-05-24 14:52:09 DEBUG (MainThread) [ngrok_init] /config dir exists
2019-05-24 1…
-
[airdropgaswd3.txt](https://github.com/iExecBlockchainComputing/workerdrop-scripts-public/files/2699771/airdropgaswd3.txt)
-
1. Вставлять ./ перед именем файла в командной строке только для файлов с установленным атрибутом exec.
```
--- filelist.cpp 2023-05-04 02:53:09.000000000 +0300
+++ /var/tmp/far2l/far2l/src/panel…
-
# Abstract
Quidli is the top token rewards tool for crypto orgs to keep their communities engaged natively in Slack and Discord.
We’d like to enable NEO to recognize their most active community memb…
-
- [ ] Do we really need two separate functions to execute a query?
Why cannot we merge together `buyQuery` and `getQueryResult` into an atomic function called `executeQuery`?
In this case, we wo…
-
Was doing some reading and came across some interesting things:
- https://github.com/ethereum/wiki/wiki/Dapp-using-Meteor
- https://github.com/SilentCicero/meteor-dapp-boilerplate
Opening this is…
-
Steps to reproduce
------------------
1. (How do you make the issue happen? Does it happen every time you try it?)
2. (Make sure to go into as much detail as needed to reproduce the issue. Postin…