Jeferson De Freitas Pinto

Results 52 comments of Jeferson De Freitas Pinto

I have the same trouble and temporally fix my problem inserting `nameserver 8.8.8.8` in the last line of `/etc/resolv.conf` each time I turn up my laptop

In my case netsh doesn't not work for me @yuk7

Exist any example how work CNB in this cases?

I have the same issue

This lines fix my issue ```Dockerfile # That Gitpod install pyenv for me? no, thanks WORKDIR /home/gitpod/ RUN rm .pyenv -Rf RUN rm .gp_pyenv.d -Rf RUN curl https://pyenv.run | bash...

I think we also need a hand for the part of team of @GNOME actually is the best desktop with and without extensions, but exists app like tweaks and the...

This at least join the deletions, changing a few lines this should be fine ```py class CustomRedisClient(DefaultClient): def delete_pattern( self, pattern: str | list[str], version: Optional[int] = None, prefix: Optional[str]...

Hey, I'm not known if I got it, but `delete_pattern` can't receive many patterns in anything like an `OR`, right?

This solution didn't work, if the performance is a priority you must set a key with all the keys you need to delete - delete_pattern take 0.5s - using get_many...