Robert Brennan

Results 1267 comments of Robert Brennan

+1. At some point I had a script to fix these, something like ``` js function looksLikeAPIKey(param) { return param.name.mach(/api.?key/i) } ``` If every operation has an identical parameter with...

Good catch! Happy to accept a PR here

This should be much easier once we have docker set up. Closing in favor of https://github.com/OpenDevin/OpenDevin/issues/110

Sorry for the merge conflicts!

@omutist how do you want to proceed with this PR? Generally I'd suggest that any style/enforcement get applied only as files change, so that we don't have massive merge conflicts

Going to close this one as stale. Happy to continue the discussion in Slack though!

Hey all--we just merged a possible fix. Try adding `SANDBOX_TYPE=exec` to your config.toml

This should only happen on page load...is it possible the page is refreshing for some reason?

I'll just note that I've definitely seen this message pop up more often than it should. I don't have specific repro steps available. One weird flow though: * Refresh page...

This is a great enhancement! Thanks for the request