Alexandr Zarubkin

Results 63 issues of Alexandr Zarubkin

When I enable Tor connection in Orbot, the connection succeeds, a VPN icon shows in the notification area, but Chrome is unable to open any website, complaining about DNS. Also,...

I tried to convert Python package to deb but the process crashed. Here's the output: ``` debian@evolve-azarubkin:~/evolve_numpy$ fpm Loading flags from rc file .fpm {:level=>:warn} Additional options: -f -a armhf...

Dir source type allows to specify destinations for specific files/directories as e.g.: `modbuspp.list=/etc/apt/sources.list.d/modbuspp.list`. In virtualenv source type, we have to specify `--virtualenv-other-files-dir other_files` and to create `other_files` subdirectory with exact...

Please consider the following code: https://github.com/jordansissel/fpm/blob/b085edc49c8dd027db6ef3e32d8de531894a26ea/lib/fpm/package/virtualenv.rb#L63-L70 I found that if I change line 69 to `package_name = attributes[:name] || File.basename(File.dirname(package))`, it would take the name value from command line argument...

I noticed that `-s virtualenv -t deb requirements.txt` invocation always builds virtual environment from scratch. However, it stays the same the most part. Only my application code changes. Is it...

Hello, I have a working Python 3 code which is located in single `main.py` file and the requirements are listed in `requirements.txt`. I can create a virtual environment based on...

Hello, Firstly, thank you for your project! It packages my application along with virtual environment containing its requirements. However, how would I make my application start automatically after installation? I...

## Describe the problem I have a complex network setup which I will describe here. I have a couple of VLANs connected to my laptop with one Ethernet cable. Realtek...

Is it possible to get any progress information while looping through the generator?