Lawrence Murray

Results 31 comments of Lawrence Murray

I have a similar example, although it produces a hard error, not just a misclassified node: ```cpp optional f; ``` This produces: ``` (translation_unit [0, 0] - [2, 0] (expression_statement...

A further update: setting the precedence of `_expression` to 0 rather than -1 produces the same output above (i.e. one of the arguments is `template_function`), but now `tree-sitter test` passes...

Hi there. I've not actually tested this with Jekyll 3 at all, I'm using version 2.5.3 myself. Another user, in another thread, mentioned that they'd made some changes to get...

Hi Romain. The issue here is usually just that you've used a `flickr_photoset` tag with photoset name that does not exist. Make sure you specify the photoset/album name exactly as...

Hi Paul, Yes, it can take a while to build the cache, and, as you say, it does get rebuilt from scratch each time in the current implementation. I've developed...

Yes, checking the file name is about right. You still make a request to the Flickr API for the list of photosets, and still make a request for each photoset...

Hi Paul. Did you manage to make any progress with this? In particular, you mentioned that you had the plugin working with Jekyll 3, do you have that code up...

Usually you would just omit "sudo" in this case. It's only necessary to elevate to root permissions for a system-wide install, and on Cygwin one usually doesn't do this. On...

Thanks for the report @zyphlar, this is helpful. To go through your issues: 1. `error: unrecognized token starting: @`. This is a bug. Fix for you in 29b2e16 and new...

Thanks for the suggestion @Tim-Evans-Seequent . I think I'm seeing two aspects here: 1. Showing code examples/tests in the documentation that can be run. The "Run this code" buttons on...