Srigi
Srigi
OK, thanks for reply. I will try to put it together soon.
I have the same issue as in #32 - after updating to dokku 0.4.4 - it hangs on installing supervisord to the container. This patch provided by @rsteckler actually helps...
Hey, thanks for looking into it. I will update source soon. I wanted to preserve current coding style, but I think that my editor changed that upon saving file. I...
Hello, I finished PR. I rebased on latest master. Then I addressed your thoughts: - all tests passing - code-style preserved - `browserReport.sync` added - follows `returnExports.js` from UMD The...
The most likely explanation is that you are sending a push notification with a sandbox device token to the production APNS server or wise versa. It was my case -...
How can I extend the `printf` example for more variables to be passed to the included template? // edit never mind, I figured out :) ``` {{ include "test.txt" (printf...
I would love to see some sort of pattern configuration implemented too. I like how [ESLint is handling](https://eslint.org/docs/latest/rules/no-unused-vars#argsignorepattern) this case. Adding the `// phpcs:ignore` is really annoying, if we could...
@sami616 genius, thanks! It can be simplified to... ```ts type Props { foo: number; } const UserPosts = (async ({ foo }: Props) => { // some await fetch() return...
Strange thing is that build works correctly.
+1 for integrating @stephenbaidu's patch