Maxime Vaillancourt

Results 10 comments of Maxime Vaillancourt

Hi Matthew, thanks for the bug report. However, I'm unable to replicate this problem. Could you share a branch on your repository where this bug happens? Alternatively, could you post...

Thanks folks. What do we think about switching the template to Commonmark by default? This way it would offer a standardized experience for the majority of use cases.

Glad to know it works! What do you suggest we change in the wording to clarify this?

Similar error here. After updating any file in the Rails project, `Unknown action` shows up when reloading a component preview. ![image](https://user-images.githubusercontent.com/8457808/233692948-bb0b563a-0907-49c6-9fad-8587729c98fa.png)

As a potential solution, try creating an initializer with this code in it: `config/initializers/storybook.rb`: ```rb # frozen_string_literal: true # Reload stories whenever Rails application is reloaded Rails.application.reloader.to_prepare do Dir[Rails.root.join("test/components/stories/**/*.rb")].each {...

Your last comment is correct: ­`bidirectional_links_generator.rb` is indeed where the magic happens, specifically on this line: https://github.com/maximevaillancourt/digital-garden-jekyll-template/blob/40101f01a1b61a68477ef70952c0f529ab33c82c/_plugins/bidirectional_links_generator.rb#L7 The above works because I defined a collection named `notes` here: https://github.com/maximevaillancourt/digital-garden-jekyll-template/blob/40101f01a1b61a68477ef70952c0f529ab33c82c/_config.yml#L30-L33 If...

I'm running into this, though very intermittently / randomly, and I'm struggling to reproduce the exception. It seems like there are two associated exceptions in my case (one shadows the...

Hi Damien, thanks for the bug report. I'm having trouble replicating it, and added a working example ([view source code](https://github.com/maximevaillancourt/digital-garden-jekyll-template/commit/e37cb436756e295864283d523b6e7a3123051b70)) on the template demo website (search for "bon appétit" on...

Replacing the xflux binary also works for me on Ubuntu 14.04. Thanks!

Hi @VadymVolos! Let's do this. 1. Move to /tmp (optional): ``` cd /tmp ``` 2. Install fluxgui from the PPA, as explained on the official f.lux website: ``` sudo add-apt-repository...