Rustam Apay
Rustam Apay
is there a way to exclude files that weren't changed from sending to the server?
> When looking at some more DEV api usage, I came across [this project](https://github.com/sinedied/devto-cli), which seems to have a [throttle](https://github.com/sinedied/devto-cli/blob/master/lib/api.js#L11) for `got`. @beeman Do you use that project at the...
For now my whole project is just your basic boilerplate, I swear there is nothing to share. :) I just little changed Article model, as I wrote above, from `{...
> thoughts @ApayRus? I like my solution. It is easy to implement with to strings (I already use it in a project, from my fork). What Max said takes a...
> @thijstriemstra : @ApayRus can you address @msuhov's concerns? I hope yes. But I need more time. I am busy these days. @rbracco, thank you for your feedback.
> @ApayRus I'd like to include this in the next release, any news? Sorry I haven't done all these things above. If there is a time until new release, I...
> > When you plan to release? > > it can wait; a week or something, is that enough? I hope yes :)
@thijstriemstra I am using youtube as a backend :) with `ytdl-core` (node.js `youtube-dl` alternative) and I faced a couple of problems: 1) Cors (xhr options didn't help me, and as...
@vitalii-bulyzhyn > Is there any updates on this issue? Yesterday I started to work on it :) My idea is to add new param on initializing region plugin: `contentEditable: true`....
@vitalii-bulyzhyn I opened PR with these features (editableContent + removeButton) :smile_cat: