VigilanceTech.com

Results 18 comments of VigilanceTech.com

This happened to me too when trying to compile the hoplon simple contact demo but I couldn't find "temp-dir" anywhere under the "contacts" folder

I'm getting the same issue. Maybe it should be migrated to google-auth? https://google-auth.readthedocs.io/en/master/oauth2client-deprecation.html

I replaced the (\w+) with ([a-zA-Z0-9_.]+) and even tho at the REPL, when given "index.html.cljs.edn" it returns "index.html" it still give the error. I also changed it to ([a-zA-Z0-9_]+).(.+) which...

okay, now I just checked it with 'c' (create child as file). It works somewhat as expected, in that creating the child under parent A then referencing it under parent...

Well, that would possibly work, but it seems to me that the concept of "local parent" should be hidden in the background. Why would I care, as a user or...

How can I use c to create the items one per file but have org-brain include a single header in each so I can attach files to them?

Would it be more involved than just making all the variables buffer local (then just letting the user rename the *org-brain* buffer and org-brain-visualize again)?

@Kungsgeten I've made all the variables buffer local and it appears to work (being able to change the visualize buffer name and fire up another one where the two buffers...

What about library calls into Windows?

I don't know much but I don't see anything different when calling kernel32 as other dlls. Can you tell me what the 80 # int, in write-file in the windows...