Skip to content

Instantly share code, notes, and snippets.

View brettkromkamp's full-sized avatar
🤔
Building stuff

Brett Alistair Kromkamp brettkromkamp

🤔
Building stuff
View GitHub Profile
@brettkromkamp
brettkromkamp / launch.json
Created May 1, 2024 15:43
Visual Studio Code FastAPI launch configuration
{
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: FastAPI",
"type": "debugpy",
"request": "launch",
"module": "uvicorn",
"args": [
"backend.src.contextualise.main:app",
@brettkromkamp
brettkromkamp / gist:b7dbf39053d1c4729e713a44ece996ac
Created May 15, 2024 15:23
Fix adding online accounts to Pop!_OS
export WEBKIT_DISABLE_COMPOSITING_MODE=1
gnome-control-center
@brettkromkamp
brettkromkamp / gist:a7e7000aa8b1bddb07f050afefd13f39
Created July 28, 2024 07:11
Apache Cassandra, JanusGraph and Gremlin console
## Steps
* ./bin/cassandra -f
* ./bin/janusgraph-server.sh start
* ./bin/gremlin.sh
* :remote connect tinkerpop.server conf/remote.yaml
* :remote console
* g.V()
* g.E()