Schenier Lopez
Schenier Lopez
Hey! How can I type `values()`? For example this: ``` this.list.filter(function (item: ListItem) { if (bool) { return item.values().protected === "1"; } return true; }); ``` give a error because...
Hmmm... Maybe you already got a solution, but for this just use the function and set true for those items you want to always show, for example: ``` myList.filter(function(items){ return...
Hello there! Can anyone please explain this? I'm newbie in git/github. What does this means `This branch has no conflicts with the base branch` ? Is this a update for...
> @thewasta Have you found any solution? > > I'm looking for something similar. I'd like to dispatch a job, but also copy the payload to another queue. > >...
I have the same error, but only when I switch to 'stable' branch if I use 'master' it return the list of result but in master I have error ref:...
In my case... Im working in "stable" branch and fixed it by editing `autogpt/commands/google_search.py`, you must to compare it with master branch, add the method and line which are diff....