Eduardo Cuducos

Results 81 issues of Eduardo Cuducos

Opa @cuducos , tenho algumas dúvidas: […] - Meu Windows é o 10 Home, então tenho que utilizar o docker toobox pra tentar rodar o ambiente, então não sei se...

help wanted

Após a contribuição do @juniorcarvalho (#23) e de resolver o questão das chaves do S3 (#21) teremos infra-estrutura para armazenar as fotos. Então precisamos adaptar o raspador para coletá-las. Como...

enhancement

Os dados estão em: http://www.desaparecidosdobrasil.org/criancas-desaparecidas/santa-catarina

priority

In case people want to use it as part of their file scripts. For example, to read the contents of a Gist: ```python getgist = GetGist("init.vimn") content = getgist.github.read_gist_file(self.gist) ```...

http://click.pocoo.org/5/testing/

This package has a poor design. Both `getgist.github` and `getgist.local` (the core modules of the package) abstracts two things, making then coupled: they act as an adapter to systems (GitHub...

Hi : ) Thanks for creating and maintaining VirtualFish! I just [opened a pull request adding VirtualFIsh support to `eclm` theme](https://github.com/oh-my-fish/theme-eclm/pull/4) and, **if** it gets merged, I think we could...

I ran into an issue where Ruby LSP with `solargraph` was working and then, suddenly, it was failing with in `~/.cache/nvim/lsp.log`: ``` [ ERROR ] 2021-10-21T09:59:03-0400 ] ...llar/neovim/0.5.0/share/nvim/runtime/lua/vim/lsp/rpc.lua:462 ] "rpc"...

The only thing we used from this module was the `str_types` [which, for Python 3, is just `str`](https://github.com/Julian/jsonschema/blob/077feca5c176dd740b30d3f1084b6622076129e7/jsonschema/compat.py#L26). In the source it's a tuple, but I `isinstance` accepts both a...

The `is_url` and `is_email` in [`spidermon/contrib/validation/jsonschema/formats.py`](https://github.com/scrapinghub/spidermon/blob/ba05ad7452ad9c4851737b8c501974209a0bb945/spidermon/contrib/validation/jsonschema/formats.py) returns `True` is the input is anything but a string. Thus, `dict()`, `42`, `[42, {}, ('a', 'tuple')]` would all be valid emails or URLs...