Grammar fix
Add hyphen to title
Grammar fix
Go here and click "angular" on the left. It will take you to the same page and the more you click it, the longer the URL gets, with repetitive parameters.
https://next.plnkr.co/collections/plunker/public?tags=angular
It becomes: https://next.plnkr.co/collections/plunker/public?tags=angular&tags=angular&tags=angular&tags=angular&tags=angular
We need to transform a JSON file that looks like this:
{
"dependencies": {
"acme/mypackage": "1.0.0"
}
}
I want to change "1.0.0" to something else, say, "2.0.0".
Doing the following:
{ "dependencies/acme/mypackage": "2.0.0"}
Produces the following output:
{
"dependencies": {
"acme/mypackage": "1.0.0",
"acme": {
"mypackage": "2.0.0"
}
}
}
I would like to do the following:
{ "dependencies/acme\/mypackage": "2.0.0"}
But it produces:
{
"dependencies": {
"acme/mypackage": "1.0.0",
"acme\\": {
"mypackage": "2.0.0"
}
}
}
I'm submitting a ... (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[ ] support request => Please do not submit support request here, post on Stackoverflow or Gitter
Current behavior The body of a column does not align properly after resizing the column, until you scroll horizontally. This seems to be specifically when horizontal and vertical scrolling are enabled.
Expected behavior
Content should be aligned properly.
Reproduction of the problem
The demo site shows a perfect example: https://swimlane.github.io/ngx-datatable/#horz-vert-scrolling
Once you scroll horizontally, the contents will "snap" back into place where they should be.
What is the motivation / use case for changing the behavior?
It looks bad and is hard to read.
Please tell us about your environment:
N/A
Latest
Chrome
I am not able to use the extension with Spotify, to pause, play, etc.