I have a doubt at this moment.. I'm wondering how to know what is the latest stable version in Github repository of symfony? Any help?
Using symfony new project_name it says it is 2.7.3, but how to know it in Github to fork it?
In GitHub you can look for tags. Only stable realeases are marked by tags with only version in name. Sometimes Symfony have Beta-versions. These versions are marked with tags too but always have appendix: BETA.
So for now the actual stable version is 2.7.4. You can see it in screenshot:
You could check the symfony road map.
http://symfony.com/roadmap
Related
is there a way to know when a version of Flyway is going to get deprecated?, actually we were using 6.0.7 the last year and then got deprecated like 6 months ago, now we are using 6.4.1 but I tried to find something on the blog and documentation but there's nothing about some news of when a version is going to be deprecated, only when we run our java spring boot project we know that a version is not usable. And we're aware of this because there's a lot of changes in version 7+ that doesn't work with our project (tested version 7.0.1 and the app crashed) and we need to estimate the cost of the changes.
Any help would be appreciate, thanks.
Flyway releases via Maven OSS. Old versions are kept indefinitely and are outside of Redgate's control. In theory, all older versions which are currently available on Maven will continue to be available for all time.
Newer versions may deprecate features over time, but older versions will always be available.
Since reinstalling with Fedora 32, Jetbrains Rider does not show XML documentation for external APIs like all the SDK classes and methods anymore:
As you can see, Rider does not show the method documentation, even though I know it's there and the Rider decompiler does show it too, when Ctrl+Clicking into the Slice method.
The official dotnet-sdk-3.1 package from the Fedora repositories is installed and works as normal.
Is there some setting that I missed and which allows me to fix/enable the documentation?
The issue disappeared after 2 weeks of system upgrades and restarting. No idea what caused this.
When I scan my site with modern.ie, it says:
We've found frameworks or libraries that are not up-to-date and might
contain bugs.
modern.ie detects that my site is running jQuery 2.2.0 (the latest version).
Is there a bug with the modern.ie site?
What version of jQuery are you using?
You can check the current open bugs in its public GitHub repo https://github.com/MicrosoftEdge/static-code-scan and open a new issue if you find one
I use SonataMediaBundle with SonataAdminBundle with a simple install.
When i want to add a new media. I can select what provider i want. I configured it to show Daylimotion, Youtube and Image.
The Youtube and Image picture doesn't appears. I can see the error
GET http://my_url/web/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAOcA…/kI5CVlcXzqGKBtUyZMjz8qd9WApPTb0NUnhAgBPwh8D8I22yw4XkRvwAAAABJRU5ErkJggg== 414 (Request-URI Too Long)
Second problem come when i upload an image. I got:
request failed: URI too long (longer than 8190)
I try the js i found at http://sonata-project.org/bundles/admin/master/doc/reference/troubleshooting.html but it doesn't work.
Edit: I change my SonataMediaBundle version from 2.3 to dev-master. Now i can see the youtube logo but still have the too long uri error.
I faced the same issue. I was using the sonata core 2.3.1 and changed to 2.3.0, This solved it. It seems that the 2.3.3 also having the same issue.
So make sure you downgrade your sonata core in composer.json until they fixed the issue. It is better to downgrade to a stable version than using the dev branch.
"sonata-project/core-bundle": "2.3.0"
By the way, i'm using the 2.3.1 for MediaBundle.
issue
Problem solved with an update to dev-master and a cache:warmup !
Please use only stable version otherwise you might have some WIP issues...
I have a fairly large ecommerce site running on S#arp Arch 1.9.5. I just saw that the codebase is up to 2.0.4. First of all, nice one to everyone involved, I thought it was dead in the pan after waiting for 2.x for quite some time (...and Ayende ripping into it).
Is there a recommended upgrade path from 1.9.5 to the latest version? Do I just nuget update-package?
I personally upgraded my instance by download the 2.0.4 package from Github (seen below) and then update it locally. I did not meet any problem. Like you i looked for update suggestion but decided to do it manually.
https://github.com/sharparchitecture/Sharp-Architecture/downloads
I did find 2.0.4 Sharp-architecture package at Nuget however I did not run nuget update-package in my application.