phpunit doesn't work on sublime text 3 - phpunit

In my Sublime Text 3 PHPUnit doesn't work. Bundle has installed correctly but plugin is inactive. Has anyone resolved the problem?
Thanks in advance.
Regards.

At the time of writing, there is a working ST3 version in the develop branch:
https://github.com/stuartherbert/sublime-phpunit/tree/develop
I got it to work by cloning the develop branch into my {ST3}/Packages folder and then restarting ST3.
At the time when I installed the plugin (a couple of months ago), the ST3 compatible version of sublime-phpunit was not available through Package Control, which is why I installed it with git.
Hope this helps!

Related

"Undefined Keyword" issue in VSC editor, Robot Framework

OK, so I had my first Robot Framework project written for practice a few months ago, everything worked fine, and I did not open it for a while, then today, when I did, 99% of my keywords had the "Undefined Keyword" errors popping up. The only thing I can think of is installing the RIDE editor a few days ago, but again, I deleted it - nothing changed
Screenshot link:
https://i.stack.imgur.com/UMyVj.png
py -3.8 -m pip install robotframework-seleniumLibrary
This command resolved my issue. VSC did not read the Selenium Library
Screenshot suggest that your Library is not getting loaded with your project. Try to re-validate the project or refresh the project to make that happen. Also, check Selenium version against your robotframework version. Refer more at - https://robotframework.org/SeleniumLibrary/ under Version section.

Why can't I create a Q#create project on VisualStudio Code with QDK || ISSUE :command "'quantum.newProject' failed.)"

help regarding the issue below would be really appreciated :
Command 'Q#: Create new project...' resulted in an error (Running the contributed command: 'quantum.newProject' failed.)
I was trying to follow this exercice : https://learn.microsoft.com/fr-fr/learn/modules/qsharp-create-first-quantum-development-kit/2-install-quantum-development-kit-code
after downloading and running the latest versions of .NET CORE, VSCODE, I can run "Q# Install command line project templates" but can't run "Q# Create a new project : See screenshot1 screenshot 2 CODE SOURCE ERROR
I already done this exercice in May last year but for some reasons I get stuck at the very beginning of the process now.
Could it be a version issue ? I remember that the tutorial was different (May 2020) than the one above I shared to you. Unfortunately I can't find the previous tutorial as it has been updated since.
I tried to uninstall the latest versions to reinstall the versions I downloaded in May : useless, I get the same issue.
Many thanks for you help !
I decided to go with an older version v0.14.2011120240
It seems the new version isn't stable yet.
Install NodeJS: https://nodejs.org/dist/v14.15.4/node-v14.15.4-x64.msi
Then restart VS Code.
"The below steps currently has a dependency to install node.js including npm. We are working on removing that dependency. Alternatively, use our the command line templates to create a Q# project , or use Visual Studio."
https://learn.microsoft.com/de-de/azure/quantum/install-command-line-qdk?tabs=tabid-vscode

Plone 5 plone.app.ldap install issue

Installing plone.app.ldap into Plone 5 produces a formlib error. The traceback is here: http://pastebin.com/EM9S6UDD
It is a fresh install of Plone 5.0, the only egg pinned to the buildout is plone.app.ldap.
Please advise? Thank you.
You can also try https://pypi.python.org/pypi/pas.plugins.ldap/ which is newer, has less layers/wrappers and worked in the past better for me. Don't know if this easier to run on Plone 5. Haven't tried that yet.
Plone 5 does not ship with formlib any longer. Try to add zope.formlib to the eggs section in your buildout.
Current version of plone.app.ldap (1.3.2) is not compatible with Plone 5.
There is some work in progress on the master branch of the repository; follow up and wait for a new release.
plone.app.ldap simply add a (sometimes broken) UI interface to Plone. Commonly you don't need it if you configure stuff from ZMI.
In that case: just add Products.PloneLDAP to your Plone 5 buildout and it will work normally.

How to install Symfony2-plugin into Aptana

I am using Aptana 3.4.2 and want to get Symfony2-plugin into Aptana. But if I try to install the plugin it says that org.eclipse.emf.ecore.feature.group is missing. So if I try to install this package (http://download.eclipse.org/technology/dltk/updates/) it will say that something else is missing.
So I need to install this Symfony2-plugin. How can I get it into Aptana?
There doesn't seem to be any official support for Symfony 2 on Aptana, however this might be of help; you can use the aptana plugin on top of eclipse; however that also has a couple of incompatibilities. Probably worth considering an IDE such as NetBeans or PHPStorm, or using Aptana solely as an editor.

Aptana crashing on creating new ftp connetction

After long work with no issues, Aptana started to crash every time I try to create new ftp connection.
Is this a known issue?
I am on Linux 64 and using standalone version
got the same problem. I'm using standalone Aptana Studio 3 Version: 3.4.2.201308081805 with JRE Version: 1.7.0_45 on Kubuntu 64 bit 13.10 Saucy. Everything should be fine, but unfortunately it's not.
The problem seems to appear after upgrading the OS-Version. Aptana on the previous Kubuntu version was and still is running quite well.
My workaround:
Install 13.04 on V-Box,
install AptanaStudio on Guest-System,
load workbench from host-system,
do changes in Connection Manager and save them,
start Aptana on host-system and the changes are there
It's not exactly what I would call a convenient way, but it works.
I hope that there will be a solution for this issue soon.
Installing the latest Update Aptana 3.5.0.201312191422 fixes this issue.
Aptana uses GTK themes on kde. Change the Gtk2 style from QtCurve to other because it can't render the FTP windows

Resources