Skip to content

Instantly share code, notes, and snippets.

View asgeir-s's full-sized avatar
👷‍♂️

Asgeir asgeir-s

👷‍♂️
View GitHub Profile
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreiglqezxyknjtieak47zf76uslwwbafbcmpnalyqn5sgt23enpr4i4 ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
This post links my 3Box profile to my Github account! Web3 social profiles by 3Box.
✅ did:3:bafyreiclo5wb7vmb3thso2x25yokiobse2ibz6pnte5zcbtfzafmvuqnsy ✅
Create your profile today to start building social connection and trust online at https://3Box.io/
@asgeir-s
asgeir-s / gist:6ddc2670fb93bca44e928c6c670675d9
Created September 6, 2019 12:57
Responds for not-working-zoom level
{
"data": {
"searchStoriesInBounds": {
"items": [],
"aggregations": [
{
"stories": [
{
"key": "u4xsus41",
"doc_count": 4,
#command in each folder (exchange you command with git pull)
find . -maxdepth 1 -type d \( ! -name . \) -exec bash -c "cd '{}' && git pull" \;
#mvn install with no tests
mvn install -Dmaven.test.skip=true