FalcoGer

Results 71 comments of FalcoGer

What is a PR? I don't know how to use CMake (or any build system language for that matter) I can mess around with existing files if something doesn't compile...

I use it for a coordinate converter for digital combat simulator to easily calculate coordinates in a system that are used in my plane from a variety of sources that...

This is fast-syntax-highlighting: ![image](https://user-images.githubusercontent.com/16250196/150148754-2ae7c539-ad45-4084-b98a-011f90b00259.png) This is zsh-syntax-highlighting ![image](https://user-images.githubusercontent.com/16250196/150148978-b186c690-d2c5-41e6-9b63-6210694e0635.png) This is your example: ![image](https://user-images.githubusercontent.com/16250196/150149003-194c3d6a-f122-4030-8b24-83e2649bebf3.png) The readme says that the first line is zsh-syntax-highlighting: > Comparing to the project zsh-users/zsh-syntax-highlighting (the upper...

There are a few things I noticed. In `models.py` line `897` there is the condition check ```python if ( isCapture and turnsInto != "" and self.get_what_is_on_square(dst) is None ) or...

I hope I didn't make too much of a mess. I'm not used to github's review system.

I to would like this to work on armv7 and armv8 (64bit) for a raspberry running apache.

Workaround: Clone repository ```bash git clone --depth=1 --recursive [email protected]:andreafioraldi/cve_searchsploit.git cd cve_searchsploit ``` Create python environment with ```bash virtualenv env source env/bin/activate ``` install package ```bash python3 setup.py install ``` don't...

because searchsploit automatically clones the repository to /opt/exploitdb if run with the update flag. And because that's 340MB.

well it asks you for root. and why would you install cve_searchsploit without using searchsploit?

It ran fine on tf version 1.4, i recently updated to 1.7 and this error now appears for me as well. according to the [installlation instructions for tensorflow](https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/installation.md) you need...