Questions tagged as 'osx'

1
answer

Problem with pyinstaller + os.getcwd () on MAC OS

After numerous problems with Tkinter and Pyinstaller, I was finally able to make a Unix executable application work normally on the MAC High Sierra. But inside the folder of my application, there is a folder called script, which I use chdir(o...
asked by 13.08.2018 / 18:59
1
answer

Compile app for ios done in react in windows environment

I'm studying react native and need to compile an app for android and ios. I would like to know if I can develop everything in the windows environment and then just copy the files to a virtual machine running OS X to compile and publish the app...
asked by 07.12.2017 / 20:37
1
answer

How to run PHP + Firebird in Docker?

I'm trying to run / create a container in docker with PHP + Firebird, I found a container that runs Firebird , I found another one that runs PHP and Firebird, but when I try to consume the database: $conn = ibase_connect('localhost:/databas...
asked by 20.12.2017 / 02:13
2
answers

Automatic closing of single and double quotes vscode

My vscode does not automatically close the single and double quotation marks. I've already deactivated all extensions, autoclosing is already True, but the problem still persists.    vscodeVersion 1.15.0 (1.15.0)       MAC osx: Version 10.12...
asked by 22.08.2017 / 20:11
1
answer

"Undefined symbols" error while compiling project

I'm trying to compile a project in C ++, but it's giving the following error: Undefined symbols for architecture x86_64: "knapSack(int, int*, int*, int)", referenced from: _main in main-b722ae.o ld: symbol(s) not found for architec...
asked by 23.09.2016 / 18:59
1
answer

How to free socket on MAC OS X terminal after canceling php code execution?

I have a PHP executable with the code below: <?php require_once("SocketServer.class.php"); // Include the File $server = new SocketServer("172.17.0.243",20490); // Create a Server binding to the given ip address and listen to port 31337 for...
asked by 21.03.2014 / 20:54
1
answer

TAB autocomplete does not work with NPM

It's quite simple, autocomplete always works less when it starts with npm. Can anyone explain me what this is and how to fix it?     
asked by 09.10.2018 / 03:18
1
answer

The MacBook Pro Retina screen is breaking the layout in the bootstrap CSS

How could I solve this, I already tried this but it did not work: @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio : 1.5) and (min-width: 1200px) { .col-lg-6.widescreen {...
asked by 12.09.2018 / 16:21
0
answers

Colors in Mac OS X Terminal

I recently created a file .bashrc , and left the following content: export TERM=xterm-color alias ls="ls -G" Followed by source .bashrc When I used it, everything worked fine, but when I closed it and opened it again, the...
asked by 19.08.2018 / 01:58
1
answer

Error installing Python library

I have python 2.7.14 installed with 9.0.1 pip on a Macbook. I was having an error trying to run the pip.list command from the terminal. I checked into Google that I needed to edit the pip.conf file, but I could not find it. So, I checked the...
asked by 12.04.2018 / 03:25