Lei Wang
Lei Wang
I am interested in this issue as well, since kafka 0.9 is released now and https://issues.apache.org/jira/browse/KAFKA-2120 has been resolved. Thanks.
This error message comes from https://github.com/fhd/clostache/blob/master/src/clostache/parser.clj#L375 Currently in mailer, there is no validation check on template resource. There are two options: 1. Add validation check for template resource in Mailer...
Not much difference. This is the error coming from Stencil with no template. IllegalArgumentException No implementation of method: :render of protocol: #'stencil.ast/ASTNode found for class: nil clojure.core/-cache-protocol-fn (core_deftype.clj:544)
Had same issue. Below documentation is very useful: https://github.com/solidjs/solid-router#useparams ```js const params = useParams(); // fetch user based on the id path parameter const [user] = createResource(() => params.id, fetchUser);...
@karlicoss Have you tried https://ox-hugo.scripter.co? It can convert org file to markdown. You might need to clean up exported markdown file to make it work with mdBook.
I have fixed the build issue in below commit. https://github.com/tendant/skeletor.el/commit/05a1da98f7e8bb2bd77421886702be045878afe7 You can merge this change to your branch, or I can submit a new pull request.
In same js file "highlight.js", it contains a lot keywords like "`__NAME__`", "`__DATE__`" etc, which are not supposed to be replaced. It will be great to be able to turn...
Tried to add template configuration(:skip-file) to skip certain files from string replacement. Detail can be found in https://github.com/tendant/skeletor.el/commit/1c3e64088502c4f945c841284bc3154f1db25ce9 It solve this problem by skipping problematic files. This issue is also...
请问这个已经实现了吗? 可以提供一个简单的statesHook 吗?这样对于初次接触Alova 的用户会更友好一点。