Guilherme Salustiano

Results 11 issues of Guilherme Salustiano

**Metadados da base** 1. Descrição: `O conjunto contém Informações consolidadas de beneficiários por competência. Este será alterado para inclusão de dados acima de 5 anos e melhorias na qualidade dos...

data

I hastily read #758 and went to implement. But I implement de [image convolution](https://en.wikipedia.org/wiki/Kernel_(image_processing)) instead of Signal Convolution. As I already implemented, I opened this PR to discuss if it...

enhancement
need community feedback

I'm starting implement bitwise operator (#832), and open this PR to get feadback. I'm try use `componentwise_binop_impl` macro but simba don't have `ClosedBitAnd` If is good, I finish implement BitOr...

enhancement

Parece que a globo tava tendo probemas com alguns bots no login ![image](https://user-images.githubusercontent.com/32439070/78593908-c43df180-781d-11ea-927c-94349380d041.png)

Hey! I'm working with name on a personal project and I love it. The [documentation](https://github.com/Geal/nom/tree/main/doc) really helped me and I would like to collaborate. I write a small function to...

The issue [terraform-google-bootstrap/160](https://github.com/terraform-google-modules/terraform-google-bootstrap/issues/160) already is resolved

On run `grep` to show variables used in folder I realize that not always in declaration is used ![image](https://user-images.githubusercontent.com/32439070/195665102-49ddcb63-2b1e-44ed-9d96-cbcc19e78ce1.png) This PR remove unnecessary variable (You can check that has 9...

I have trubles installing installing on linux, I don't find the `litex_sim` after run the install script. I'm not a python user and my `~/.local/bin` are not in the `$PATH`,...

needs-review
add-answer-to-wiki

Nas querys ao banco esta sendo interpolado o valor diretamente sem nehum tipo de verificação, ficando assim vulnerável a SLQInjection conforme mostrado abaixo ![image](https://user-images.githubusercontent.com/32439070/72805682-385ef500-3c32-11ea-8077-2d9e0a4e6762.png) ![image](https://user-images.githubusercontent.com/32439070/72805701-3f860300-3c32-11ea-97bf-220b9d15b8f2.png)

Hi! I need to detect if the `user_agent` is mobile or not. I found [this solution](http://detectmobilebrowsers.com/) with regex for other languages, but I think it fits well here. We can...