Tiim

Results 10 comments of Tiim

@bnb I started writing such a cli with node.js if you want to check it out on my fork in the [cli branch](https://github.com/Tiim/awesome-developer-streams/tree/cli) 😄 I didn't write any documentation yet,...

Yeah exactly. You would add a streamer with the add command (not really user friendly but better for scripts and probably not even needed) or the interactive mode and then...

No problem. Wordpress version: 4.7.3 MySQL version: 5.6.33 I did indeed use `wp db import` to import the database.

A processor for tag and attribute names would also allow for case insensitive xml files, just by using `(name) => name.toLowerCase()`.

I do have the same problem. If this is a limitation that javascript can not be run from the vault, it should probably be documented in the [Documentation](https://silentvoid13.github.io/Templater/user-functions/script-user-functions.html).

Manually pushed the update for version 1.5. This will do for now but for the future we need a more robust solution.

Thanks for the research! ✨ I will eventually switch to a different GitHub action to do the releases unless anyone wants to contribute earlier :) The official GitHub actions for...

This would be useful for me. The graphql server I use in my project (hasura) only allows access to the schema with a custom http header. If we could set...