Revision 17.0.0 code-completion does not work - codelite

Tried a few recommendations but nothing worked.
I think that it is a version issue.
Please advise if you can use auto complete.
Note this install on a windows 11.
autocompletion works on an install of a previous version on a different computer
BTW it would be nice to know where previous releases are stored.

Related

Atom suddenly causing a warning malware popup from MacOS Monterey

I've been using Atom for years on my Mac. I know it has been end-of-lifed by its dev team. I haven't installed anything new on it like plugins for many months. After the latest MacOS update, I get this popup when trying to open it:
Does anyone know if there is a way to tell if my copy has somehow become corrupted, or if this is a false positive?
Many thanks!
OK I found out that github revoked the Apple code signing certificate and is now enforcing that. I found the answer on the Atom blog. So, I was able to download an older version and it works well.
thanks for the info, i think it's the best time to find alternatives on text editors since Atom has been officially sunset (Sublime text?)
If you want the current installation to continue working:
$ xattr -cr /Applications/Atom.app
I'm not sure what the security risks of this are.
You might consider the Pulsar fork of the Atom project: https://pulsar-edit.dev/
I can't fully vouch for it because I'm just starting to use it, but it looks and feels the same to me.

Comma Community release 2020.07.0 sun/javafx/PlatformUtil problem

Update (2020-11-03)
The issue described in the original post is resolved. I have no problems running Raku scripts with:
IntelliJ IDEA 2020.2.3
Comma Community release 2020.10.0
Original post
I program in Raku and I am trying to use Comma Community release 2020.07.0 with IntelliJ IDEA 2020.2 and 2020.2.1 (Community Edition) on Mac OS 10.15.6.
When I try to run a configured script I am getting the error "Error running 'Examples': com/sun/javafx/PlatformUtil" :
I did numerous searches on the web to find suggestions to fix this and nothing I tried worked. So, I reverted to using IntelliJ IDEA 2020.1.4 .
Any suggestions how to get Commaide working in IntelliJ IDEA 2020.2.1 ?
Unfortunately, there's probably not much to be done other than waiting for a newer Comma release.
Ideally, the Comma plugin would Just Work against newer versions of IntelliJ. While JetBrains mostly do a good job of retaining compatibility, or at least of deprecating things in one release and removing them in a later release so there's a chance to keep up, experience tells that if one is touching enough of the platform, there will often be something or other that gets broken by updates. Comma uses a significant amount of the IntelliJ platform API, and evidently something it depended on has changed in an incompatible way.

Unable to install any release version of Meteor on Win 10

I've been using 1.1 on Win 10. When 1.2 came out, I tried upgrading but it actually falled back to 0.3. According to sashko a reinstall was necessary, which solved the problem for some. However, nothing happened when I uninstalled and rerun the installer. No files were actually modified. Deleting the %localappdata%/.meteor folder didn't help either. As the installer would no longer put anything there.
The farthest I could get is to get a dev build with a git clone, but I'd like to use a release version either 1.1 or 1.2. Otherwise I'm not able to update my project with a checkout meteor build.
Wrote a bunch of comments on other threads but none of the suggestions helped thus far, so I thought this deserves a new separate thread.
The solution was to clean the registry of meteor entries.
Credit goes to avalanche1 at: https://forums.meteor.com/t/windows-install-uninstall-hell/2375/7

Installing cvxopt for python - Where do I find libblas.a and liblapack.a

I've got a (what I assume to be) rather simple question regarding the installation of cvxopt on Windows. I'm following this "guide" http://cvxopt.org/install/index.html. But I've got stuck on the part where you're supposed to
Copy libblas.a and liblapack.a to the src directory.
I think it's fair to say to I'm very lousy at these kind of things and that I've got no idea of what I'm doing. So I would be greatly helpful if someone could tell me where I could find these. I guess it has something to do with:
make lapacklib && cp liblapack.a ..
and
make && cp blas_WIN.a ../libblas.a
But I can't really make anything of this...
Thanks in advance!
cvxopt is included in WinPython. Even if you won't use WinPython directly, it's probably the easiest way to get cvxopt on Windows: After installing WinPython, you can copy the cvxoptfolder from the Lib\site-packagesdirectory into the corresponding one of your Python distribution.
Edit:
It's again available under the unofficial windows binaries.
Unfortunately the cvxopt 1.1.7 currently distributed with the unofficial windows binaries has issues with the current winpython 2.7.6.4 (or maybe has issues on its own). In my experience you could encounter many weird problems like code throwing math domain errors or arithmetic errors where things used to work perfectly fine on winpython 2.7.6.2 and the cvxopt 1.1.6 included there. I do not think that it is a problem with cvxopt 1.1.7 since it works fine on linux, rather of the specific binary packaging or maybe incompatibility of such packaging with the latest winpython.
If you are encountering such issues, maybe you can stay with winpython 2.7.6.2 that is the last version shipping a working cvxopt.

Updating Symfony 2.0.9 the right way

I'm developing a Tool using Symfony 2. Since my Version of Symfony is a bit old, I would like to update. My current installation is the one "with vandors" and I'm using it under Win7 with XAMPP.
I feel somehow stupid, but even after searching the internet for over an hour, I didn't figure out how to update correctly to Version .15
You would be a great help, if you could give me some dumb-secure instructions on this, because all I've done so far to install or patch software was running an exe-file.
Hopefully my english was good enough to point out what my problem is, but nethertheless I excuse myself for all mistakes.
Greetings GrimReaper1908
The update steps are always given in the release announcement (see Symfony 2.0.15 released):
If you already have a project based on the Symfony Standard Edition
2.0.x, you can easily upgrade to 2.0.15 by getting the new deps and deps.lock files. Then, run the vendors script (it also clears your cache):
./bin/vendors install
If you modified deps file to include additional vendors you'll have to manually merge it with the latest Symfony one.
Vendors script requires git client to work. You'll have to install it.
Since you're on windows: Symfony2 installing vendors in Windows

Resources