category |
---|
daily |
![[Art/{{date:YYYY-MM-DD}}-generated-cover-art.png]]
[[{{yesterday}}|< Yesterday]] | {{date:YYYY-MM-DD}} ({{date:dddd}}) | [[{{tomorrow}}|Tomorrow >]]
print("Starting Pingo mini!") | |
import board | |
import neopixel | |
import time | |
import wifi | |
import socketpool | |
import adafruit_ntp | |
import digitalio | |
import adafruit_connection_manager |
import { App, Notice, Plugin, request } from 'obsidian'; | |
export default class OmnifocusPlugin extends Plugin { | |
onload() { | |
// Add a command to the pallete that autocompletes omnifocus tasks | |
this.addCommand({ | |
id: 'get-todoist-tasks', | |
name: 'Fetch todoist tasks', | |
callback: async () => { | |
// Current file and state |
/* Style the workspace picker item */ | |
div.workspace-item[data-workspace-name="your-workspace-name"] { | |
border: 1px solid red; | |
} | |
/* Style the status bar */ | |
body[data-workspace-name="your-workspace-name"] .status-bar { | |
background-color: red; |
{ | |
"complex_modifications": { | |
"parameters": { | |
"basic.simultaneous_threshold_milliseconds": 300, | |
"basic.to_delayed_action_delay_milliseconds": 500, | |
"basic.to_if_alone_timeout_milliseconds": 1000, | |
"basic.to_if_held_down_threshold_milliseconds": 500, | |
"mouse_motion_to_scroll.speed": 100 | |
}, | |
"rules": [ |
function collapse_pwd { | |
echo $(pwd | sed -e "s,^$HOME,~,") | |
} | |
function prompt_char { | |
git branch >/dev/null 2>/dev/null && echo '± >' && return | |
echo '>' | |
} |
[ | |
{ | |
"message": { | |
"method": "Page.loadEventFired", | |
"params": { | |
"timestamp": 146256.825428 | |
} | |
}, | |
"webview": "(CDC7F7C5FAEE3C55AE8315884E3A3846)" | |
}, |
/* | |
Bubble Counter for fermentation processes | |
Made by: Joost Plattel | |
Email: [email protected] | |
This little arduino project is used for tracking fermentation processes | |
it works with a little photo interupter and posts the bubble count every | |
10 minutes to a endpoint specified. |
com.partup.PartupIntegrationTest *** ABORTED *** (1 millisecond) | |
java.lang.RuntimeException: Unable to load a Suite class that was discovered in the runpath: com.partup.PartupIntegrationTest | |
at org.scalatest.tools.DiscoverySuite$.getSuiteInstance(DiscoverySuite.scala:81) | |
at org.scalatest.tools.DiscoverySuite.$anonfun$nestedSuites$1(DiscoverySuite.scala:38) | |
at scala.collection.TraversableLike.$anonfun$map$1(TraversableLike.scala:234) | |
at scala.collection.Iterator.foreach(Iterator.scala:929) | |
at scala.collection.Iterator.foreach$(Iterator.scala:929) | |
at scala.collection.AbstractIterator.foreach(Iterator.scala:1417) | |
at scala.collection.IterableLike.foreach(IterableLike.scala:71) | |
at scala.collection.IterableLike.foreach$(IterableLike.scala:70) |
version: "2" | |
services: | |
user-api: | |
image: 3e5d32ad6dd5 | |
environment: | |
MONGO_URL: mongodb://mongo | |
MONGO_DB: meteor | |
METEOR_URL: meteor | |
METEOR_PORT: 3000 |