
codebird
Edit any website right on the page and save changes to code

remove

remove

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


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


🤔 learning/devtools/productivity products.
Can offer help with: Coding/JS/CSS.
Could use with help with: finding customers, building an audience 😅
@Jankeesvw Yeah I got the response this morning. I'm following up to try to find a solution, but its totally undocumented :( (and has been working in testing thus far)

remove

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


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


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
