Darshan Sawardekar
Darshan Sawardekar
**Is your enhancement related to a problem? Please describe.** Yes. The plugin can't be extended to custom post types without code. **Describe the solution you'd like** A settings page which...
### Is your enhancement related to a problem? Please describe. In the PR #70, I've implemented an Agent object that backs the WP CLI. We can also implement a WP-Admin...
### Is your enhancement related to a problem? Please describe. The current WP CLI based bulk migration feature can also be used to assist with Block migrations. When you implement...
I have been having this issue with both [Portkey](https://github.com/dsawardekar/portkey/issues/9) and [WordPress.vim](https://github.com/dsawardekar/wordpress.vim/issues/12). I initially thought this was a regression in Vim in patch 260 that would get fixed in future patches....
Hey Luke, I've been working a new Vim plugin, [WordPress.vim](https://github.com/dsawardekar/wordpress.vim) and have a bunch of new bugs for you. :p Calling `super` in a child class without extending a parent...
Using the viml native `pyeval` function results in a script local function call `s:pyeval`. This gives a runtime error, `s:pyeval` not found when running the generated `viml`. Given the Riml,...
Given the following Riml, ``` ruby bar = "one" foo = "\"#{bar}\"" echo foo ``` results in the output, ``` vim let s:bar = "one" let s:foo = "\"#{bar}\"" echo...
The #11 issue got me thinking about error messages. In it's current state the compiler works quite well. But as I've started to explore a bit more I am seeing...
This isn't a bug/issue. I have created a syntax highlighting file for riml. It's adapted from the coffeescript syntax file. It's pretty basic, but it looks ok with the Solarized...
I recently had an issue with compatibility of generated `viml` run with different versions of Vim. The issue was causing a [Trailing Characters](https://github.com/dsawardekar/portkey/issues/3) error. I narrowed the error itself to...