Vinney Cavallo

Results 67 comments of Vinney Cavallo

I'm having the same issue, but I need to use Java 8. Is it not possible to use Java 8 with this project? EDIT: I can confirm the approach in...

@koko-ng thanks, yep, i've set the JDK as well. all the Java 8 stuff is working alright (I think), but the additional referredLibraries I'm trying to add don't seem to...

I'm beginning to suspect that these files are ignored altogether. I have ` "java.errors.incompleteClasspath.severity": "ignore"` Set (in fact, Coc created this setting itself when I responded to a prompt), but...

The link style is still evolving a bit. Right now `master` supports `[[ ]]` and `[[[ ]]]` links, markdown-style `[link title](filename-without-extension)`, and eventually (seems soon) it will also support `[[link...

> certainly we can support filtering by state and/or tag? What’s wrong with ctrl-f ? :P

As it appears this still hasn't been fixed I'm taking a stab at my own implementation. I'll update if it works. if seeing this post revitalized reminds anyone of a...

Thumbs-downs should explain themselves. Thumbs-ups are self-explanatory.

It was an unpleasant surprise to find that `cloudinary_gem` doesn't work with carrierwave multiple files - and while your sample project is really helpful and appreciated, it's a bit of...

@roeeba I'd might be interested in helping out, if you think that could be useful.

> Figured it out. > > Based on my example above, my existing `/_microblog/posts` folder needed to only contain the Markdown files, but I needed to move `index.html` to `/microblog/index.html`...