Stefano Verna
Stefano Verna
As title says, here's the italian localization.
Just updated some info regarding latest updates! Thanks for your work!
I'd like to be able to use a `waitForElementByXXX` method to retrieve a subelement with a certain assertion. ``` js browser .elementByCssSelector('.foo') .waitForElementByCssSelector('.bar', wd.asserters.isDisplayed) ``` Unfortunately, the above example will...
Informal doesn't seem able to handle rails form date/datetime fields, ie. created_at(1i), created_at(2i), created_at(3i). Is there a quick way I can fix this?
I think it's a better practice to make a git repo inside the wp-content directory. Wordpress is just a "library" that you can update without changes is the "application" code.
Hey, thanks for this little awesome gem. The only problem is that: ``` ``` is producing a different URL every time I reload the page based on the timestamp, ie....
And here's an example of usage: https://github.com/stefanoverna/spike-datocms-example/blob/master/app.js The main changes: * Remove the API parsing logic from spike-datocms, reuse the datocms-client ItemsRepo for that. This means that in the views...
When updating record all records list refreshed, if record is at the bottom, then I have to scroll all records (with all intermediate data loading) to get to the next...
For me personally, my clients would love an interface in Dutch or French. Seems like a small effort to widen the target audience. ----- Originally posted by [email protected]
As far as I see, you use the imgix CDN service for your image assets, which provides several image editing options. Now, other CMS like Wagtail or CraftCMS provide an...