Glauco Custódio

Results 21 comments of Glauco Custódio

hey @tedtop I've backported some of these changes to [Tanakai](https://github.com/glaucocustodio/tanakai), a recent fork of Kimurai and would like to see all of them there, would you mind opening a PR...

I am, just sent you an email, I suggest we create an organization and put Kimurai under, something like `ruby-web-scraping/kimurai-framework`.

> @glaucocustodio What's the update on this? Should we contribute to kimurai or tanakai? As long as I don't have ownership of Kimurai, I will keep working on Tanakai

I get a different error: ``` $ asdf install python 3.8.9 python-build 3.8.9 /Users/glauco/.asdf/installs/python/3.8.9 python-build: use [email protected] from homebrew python-build: use readline from homebrew Downloading Python-3.8.9.tar.xz... -> https://www.python.org/ftp/python/3.8.9/Python-3.8.9.tar.xz Installing Python-3.8.9......

This might help someone: https://glaucocustodio.github.io/2022/10/14/how-to-install-multiple-versions-of-python-on-apple-silicon-m1/

hey @jkeen, Tanakai is not abandoned, it's just that I am focusing in other stuff recently, but contributions are welcome :), we can create an org to host it, so...

If you are using Redis as backend, you should override `set_serialized` and `get_serialized` instead as `get` and `set` are not implemented on this backend. Eg: ```python from dogpile.cache import make_region...

My first implementation was using `MIME::Types.type_for("file.ext").first.content_type` but I found out this method figures the content type out through the file extension, which is not much reliable (unless we check both...

Given ```ruby params do requires :file, type: File end ``` If I send a jpg file with the csv extension, I receive a mistaken content type (`type` key) from the...

Eu preciso de ajuda com os testes que estão falhando.