Benjamin Shumway

Results 13 comments of Benjamin Shumway

Hi I figured out the issue. "descriptionMoreURL" doesn't show if you don't have a "description" specified. I'm not sure if this is a bug or a nitpick.

In my case, the reason why I'm not specifying a description is because I am scraping the snippets from a public API's manual. The manual doesn't specify a neat description......

I do indeed. This is a different issue from https://github.com/atom/autocomplete-plus/issues/868 the description shows up, but the descriptionMoreURL doesn't.

Confirmed, existing in Chrome. My client gets very upset when this happens. Please see about a fix. Thank you.

I'm just limiting it to my game. I have a backlog of features that need to be added. I'd like to see how well something like this could perform if...

Well we could test just a few small features first to see how well it performs. A small thing would be: Add a "Gender" field to the user's character. When...

Oh wow, I found a chrome extension called "TaxyAI" that allows GPT4 to interact with the browser. https://github.com/TaxyAI/browser-extension#how-it-works---the-action-cycle Could TaxyAI be integrated into Auto-GPT?

@DFreds I am also interested as per when this will get merged. Thanks.

Hi @sthilaire Even with the fix you added "setTimeout(function(){void(0);}, 1000);", I was experiencing the bug about 50% of the time. Two things to note: 1. `"setTimeout(function(){void(0);}, 1000);"` is asynchronous, so...