Why can't I see environment variables in Docker Desktop? - postgresql

I have a problem. Saw that while using Docker Desktop field Environment variables should be available, but they are absent on my Mac.
I asked for lecturer but he don't know the answer too. Look at the screenshot:
Please answer what is the reason of this problem and how can I fill this field from the Desktop. Have a good day!🐱
I searched that on internet, read documentation, tried to delete and reinstall the images

Related

Neo4j desktop installer stuck on choose path where you want to store application data

I am trying to install neo4j on my windows 11 Laptop.
But the neo4j desktop installer just gets stuck on choose path where you want to store application data
Clicking on confirm or changing the directory dosen't do anything.
As per some solutions recommended in similar stack overflow questions, i added this path to system env variables
C:\Windows\System32\wbem
But this also didn't solve any of the problems.
After some debugging, i found out the exact error log in the developer console.
It seems like neo4j isn't using wcim but Get-CimInstance command which is throwing the error.
I have no idea how to fix this problem.

Can't Find certain extensions in CODE-OSS(Open source variant of Visual Studio Code)

I have been using Code-OSS in manjaro linux for some months now and this is the first time I am encountering this. (After I reinstalled manjaro) When I search for e.g, Java Extension Pack or Intellisense I don't get any result in the extension marketplace. I don't know if it's the problem of my setup or everyone is experiencing this. If you know of a solution please tell me.
Thanks in advance
This can be fixed by adding following to product.json:
"extensionsGallery": {
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items"
}
This can also be fixed by copying product.json from an official build (in the .zip archvie, product.json is under /usr/share/code/resources/app/product.json which contains above lines). Depending on your distribution, exact location may vary.
More information: https://github.com/Microsoft/vscode/issues/1557
As an alternative to manually editing product.json or building whole visual-studio-code-bin from AUR you can use different AUR package - code-marketplace - that patches product.json from Code OSS package (code)
Thank you #Clay for responding. I saw that post prior to me posting this question. Those bits of json code were already in my product.json file but still I was not able to get the extensions. Then I built the VISUAL STUDIO CODE (visual-studio-code-bin) from AUR and now its working normally as expected. I don't know what's the reason behind this,but that's how I fixed it.
Also if someone is reading this and wanna know about the different variants of VSCode then here is the archWiki page for VSCode.
For anyone using the lscr.io/linuxserver/code-server docker container like me, the .json is located at /app/code-server/lib/vscode/product.json.
I've encountered this using OSS Code on Manjaro as well, trying to install the Azure Resource Manager Tools extension. Not sure if this was an option when this question was posted, but you can download the extension (.vsix) file if possible, then bring up 'quick open' in OSS Code using Ctrl+Shift+P, search for "VSIX" and choose "Extensions: install from VSIX" to locate and install the downloaded .vsix file.
After this, the extension was installed and usable in OSS Code, and is also configurable in the extension manager panel.

Running mapbox-gl-js locally (unable to serve debug page)

Edit:
Summary, I tried to follow only the steps listed in the below two links as applies to windows:
https://github.com/mapbox/mapbox-gl-js/blob/master/CONTRIBUTING.md
https://github.com/stackgl/headless-gl#windows
Here I have reattached the screenshot of the commands that I had problems with:
https://imgur.com/RCQCNU5
One more step I took that I should mention is I also did not find the headless gl when I downloaded the repository, when the install headless gl command did not work I manually copied the file and put it in my local copy under the nodemodules directory thinking it would work but it didnt solve anything. I do think this is related to access issues but I dont know what else I should try to get it working?
First, let's clarify your problem: you want a version of mapbox-gl.js which contains a recently fixed bug.
Your best option is to just wait a couple of weeks for a release.
Failing that, you should build your own, from master. You don't need to set up a debug server for that. You can skip straight to the "Creating a Standalone Build" section.
If the steps for building on Windows don't work for some reason, you could set up a local virtual machine running Ubuntu and use that.
But honestly, just wait a couple of weeks. :)
Just in case some one else need to run this on local server.
After clone
Run npm install
npm run start-debug
It will start listening on port 9966.
Test the debug html files entering to
localhost:9966/debug/FILE_NAME_TO_TEST.html

Problems with Zend

I have downloaded and installed Zend Server community edition. I am on a mac.
I have tried to changed the path in
/usr/local/zend/apache2/conf/httpd.conf
so that it pointed at a test file in my documents folder. However, when I type
http://localhost:10081/test.php
into my browser, I just get 404- page not found.
Any suggestions? I am new to web stuff and don't really know what I'm doing wrong.
You can find step by step directions for setting up your local environment on a mac:
http://www.cmiwebstudio.com/blog/zend-server-ce-for-mac-osx-10-lion/
and some other posts that may also help here:
http://www.cmiwebstudio.com/blog/tag/zend-server-ce/

How to install Heroku on Windows?

I'm making a Facebook app with Heroku, I did as the instructions from heroku and facebook help pages, but then I got stuck after installing heroku-toolbelt. I opened cmd.exe, typed heroku as the instructions tell, but it results in an error as follows
C:/Program Files/Heroku/bin/heroku:15:in []': code converter not found
(UTF-16LE to Windows-1258) (Encoding::ConverterNotFoundError) from
C:/Program Files/Heroku/bin/heroku:15:in'
I don't know what is the problem, searching around for 1 whole day but there's no luck at all.
Maybe the reason is I'm only young and know very little....
Does anyone have an idea of what I am doing wrong?
There was another similar question asked on this site itself Unable to use Heroku from the commandline
But there, the chosen answer said something about going to the directory where the questioner has set up a folder for the app...
I am starting to have a headache...Can anyone please give me instructions step by step (if not, any other way is also ok).
If you use Windows 7, go to Control Panel --> Region and Language --> Administrate --> Change system locale... and change current system locale to English (Untied States).
And restart Windows.
It works fine!