Back
codebird

codebird

#codebird

Edit any website right on the page and save changes to code
Launched November 21, 2020
write #codebird postmortem draft
See similar todos

No replies yet

get #codebird reinstated after wrongful takedown by chrome extension store
See similar todos

No replies yet

deal with google webstore taking down #codebird for no reason
See similar todos

No replies yet

do reddit research #codebird
See similar todos

No replies yet

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
See similar todos

No replies yet

research github api migration feasibility #codebird
See similar todos

No replies yet

look into alternate github api options #codebird
See similar todos

No replies yet

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
See similar todos
resubmit to google for startups program #codebird after changing the billing account user which was incredibly complex. Would not recommend gcp for simple projects.
See similar todos

No replies yet

send github support request for undocumented limitation or bug in code search api causing an issue #codebird
See similar todos

No replies yet

try & fail to find cause of issue #codebird
See similar todos

No replies yet

submit yc startup school weekly checkin #codebird
See similar todos

No replies yet

ship new version and bugfoxes #codebird
See similar todos

No replies yet

get approved for yc startup school deals for discounts and apply for GCP credits #codebird
See similar todos

No replies yet

reach out to early users #codebird
See similar todos

No replies yet

Prevent selection of an entire DOM node as contenteditable would allow the user to delete it and I can't support that yet #codebird
See similar todos

No replies yet

Submit v0.1.8 to extension stores which supports any DOM nodes, not just contain those that contain a single text node #codebird
See similar todos

No replies yet

struggle with `Selection.containsNode` giving me false positives #codebird
See similar todos

No replies yet

Prevent: User can double click the whole text and delete it in a contenteditable, including inner DOM elements, preventing diff of DOM nodes. #codebird
See similar todos

No replies yet

Discovered Node.normalize() to merge adjacent textNodes that contenteditables inexplicably create #codebird
See similar todos

No replies yet