Back
codebird
codebird
#codebird
Edit any website right on the page and save changes to code
Launched November 21, 2020
write #codebird postmortem draft
get #codebird reinstated after wrongful takedown by chrome extension store
deal with google webstore taking down #codebird for no reason
do reddit research #codebird
get reply from github that this api is (undocumented-ly) disabled for security reasons and that I should rewrite to use github oauth api instead if I want to use the code search api. Before diving into that I decided to test it again in case something has changed, and it seems to be fixed. Ridiculous #codebird
research github api migration feasibility #codebird
look into alternate github api options #codebird
find out by reporting a bug to github that its not a bug, but that they have disabled the search api for private repos without communicating it, and without responding with an error in the api. #codebird
resubmit to google for startups program #codebird after changing the billing account user which was incredibly complex. Would not recommend gcp for simple projects.
send github support request for undocumented limitation or bug in code search api causing an issue #codebird
try & fail to find cause of issue #codebird
submit yc startup school weekly checkin #codebird
ship new version and bugfoxes #codebird
get approved for yc startup school deals for discounts and apply for GCP credits #codebird
reach out to early users #codebird
Prevent selection of an entire DOM node as contenteditable would allow the user to delete it and I can't support that yet #codebird
Submit v0.1.8 to extension stores which supports any DOM nodes, not just contain those that contain a single text node #codebird
struggle with `Selection.containsNode` giving me false positives #codebird
Prevent: User can double click the whole text and delete it in a contenteditable, including inner DOM elements, preventing diff of DOM nodes. #codebird
Discovered Node.normalize() to merge adjacent textNodes that contenteditables inexplicably create #codebird