Lorenzo Ricelli

Results 5 comments of Lorenzo Ricelli

A first solution could be this one: ` var tmp= xmlBody.toString().split('ItemId'); var xmlb= tmp[0].toString()+"ItemID"+tmp[1].toString()+"ItemID"+tmp[2]; return xmlb;` I added this 2 lines at the end of the function just to replace...

``` javascript ebay.xmlRequest({ 'serviceName': 'Shopping', 'opType': 'GetSingleItem', 'appId': 'my app id', // FILL IN YOUR OWN APP KEY, GET ONE HERE: https://publisher.ebaypartnernetwork.com/PublisherToolsAPI params: { 'ItemId': item_id // FILL IN A...

Could you please fix the problem?any time I add a new npm module i have to change those values by myself.

I'm facing the same problem. I need to turn a date as shown in the attached image. ![vert-date](https://user-images.githubusercontent.com/18307431/104479834-2c4b1080-55c4-11eb-9cdb-50629fcba2e4.png) ``` #date { writing-mode: tb-rl; //already tried vertical-rl transform: rotate(-180deg); //other }...

Sure, transform works fine. The problem is the following: the date is contained into a div with the size of those 2 borders (height: 170px, width: 50px). Without vertical writing,...