People
Repo info
Activity
  • Feb 02 15:48

    epage on master

    feat(liquid-jekyll-filter): act… Merge pull request #603 from Ge… (compare)

  • Feb 02 15:48
    epage closed #603
  • Feb 02 08:54
    Geobert opened #603
  • Feb 01 16:24
  • Feb 01 15:51
    dependabot[bot] edited #601
  • Feb 01 15:49
    dependabot[bot] edited #601
  • Feb 01 15:49

    dependabot[bot] on cargo

    (compare)

  • Feb 01 15:49
    dependabot[bot] synchronize #601
  • Feb 01 15:49

    dependabot[bot] on cargo

    build(deps): bump hyper from 0.… (compare)

  • Feb 01 15:49

    dependabot[bot] on cargo

    (compare)

  • Feb 01 15:49
    dependabot[bot] closed #599
  • Feb 01 15:49
    dependabot[bot] edited #599
  • Feb 01 15:49
    dependabot[bot] closed #598
  • Feb 01 15:49
    dependabot[bot] commented #599
  • Feb 01 15:49
    dependabot[bot] edited #598
  • Feb 01 15:49
    dependabot[bot] edited #601
  • Feb 01 15:49
    dependabot[bot] commented #598
  • Feb 01 15:49

    dependabot[bot] on cargo

    (compare)

  • Feb 01 15:49
    dependabot[bot] closed #600
  • Feb 01 15:49
    dependabot[bot] edited #600
---
---
permalink: "/2017/london-perl-workshop"
title: London Perl Workshop 2017
published_date: "2017-11-28 07:33:26 +0000"
layout: post.liquid
data:
  tags: "perl,lpw,rust"
  route: blog
---
The --- is repeated at the top, making the frontmatter empty
I found the page by adding a {% if post.data.tags %} with an else that had a sentinel value so I could successfully build the site and search for that sentinel
Mark Sta Ana
@booyaa
@epage woop woop! thanks, going to give it a go shortly, thanks for helping out :)
Ed Page
@epage
@booyaa you're welcome!
Ed Page
@epage

Recently rewrote my meetup talks using cobalt
Source
https://github.com/epage/epage.github.io/tree/source/blog/talks
Output
https://epage.github.io/talks/

I'll try to write a "tips" blog post for cobalt about it

It'll be better once we get custom collections
Geobert Quach
@Geobert

Hi all, I can't build cobalt on my Linux box:

error[E0658]: scoped lint `clippy::needless_pass_by_value` is experimental (see issue #44690)
  --> /home/geob/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.0/src/error.rs:97:13
   |
97 |     #[allow(clippy::needless_pass_by_value)]
   |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0658]: scoped lint `clippy::needless_pass_by_value` is experimental (see issue #44690)
   --> /home/geob/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.0/src/error.rs:137:13
    |
137 |     #[allow(clippy::needless_pass_by_value)]
    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error[E0658]: scoped lint `clippy::new_ret_no_self` is experimental (see issue #44690)
   --> /home/geob/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.0/src/parser_state.rs:114:13
    |
114 |     #[allow(clippy::new_ret_no_self)]
    |             ^^^^^^^^^^^^^^^^^^^^^^^

error[E0658]: scoped lint `clippy::new_ret_no_self` is experimental (see issue #44690)
  --> /home/geob/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.0/src/position.rs:52:13
   |
52 |     #[allow(clippy::new_ret_no_self)]
   |             ^^^^^^^^^^^^^^^^^^^^^^^

error[E0658]: scoped lint `clippy::new_ret_no_self` is experimental (see issue #44690)
  --> /home/geob/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.0/src/span.rs:56:13
   |
56 |     #[allow(clippy::new_ret_no_self)]
   |             ^^^^^^^^^^^^^^^^^^^^^^^

error[E0658]: scoped lint `clippy::all` is experimental (see issue #44690)
 --> /home/geob/.cargo/registry/src/github.com-1ecc6299db9ec823/pest-2.1.0/src/unicode/mod.rs:6:10
  |
6 | #![allow(clippy::all)]

[...]
error: Could not compile `pest`.

any body else facing this?

oh I might have an idea, didn't update my tools on this box for a while
Geobert Quach
@Geobert
yeah, forget my question, had to uninstall rust and reinstall to get the correct clippy ^^'
Geobert Quach
@Geobert
working on the documentation of Cobalt made me discover the _defaults folder!!! :o
Ed Page
@epage
Glad you like
Probably should make some for the website
Geobert Quach
@Geobert
I was puzzled by the defaults section in the configuration for a long time like "why new doesn't take these as defaults?", it's because we have something else for that and the defaults in config are here to fill a lack of value ^^'
Ed Page
@epage
Also, new doesn't read those because then you can't update all of your pages in one go
Config's defaults are good for global things you want to easily change
Geobert Quach
@Geobert
I understand now ^^'
Oh btw, happy new year to all fellows cobalt users!
Ed Page
@epage
Happy New Year
and thanks for all the website stuff. I just blindly merge it because I have no idea what that CSS does :)
Geobert Quach
@Geobert
I'm not sure neither x) I'm hacking and testing (Ffx and Chrome) and so far it served me well :)
Shall I merge Pages and Posts section? They are quite short and Pages has Syntax Highlighting which might confuse ppl to think it's only for pages? (Even if we say that Posts are special pages later, I'm still confused sometime :p)
Or splitting Syntax in its own section. I'm basically looking for a place to put pagination's doc
Ed Page
@epage
I'd put it under posts
Eventually need to re-work the structure; I have ideas i'm mulling over
Geobert Quach
@Geobert
Ok, I'll add pagination documentation and tags as 1st citizen in front tomorrow and I think I'll call it a wrap for the time being until pagination on tags land :)
Geobert Quach
@Geobert
I think I'm done with the doc for the moment :)
Ed Page
@epage
Thanks with your help there
Would love someone to fix <li> though :)
Geobert Quach
@Geobert
What is the issue?
Ed Page
@epage
<li> is used for the menus, so the CSS drops the bullets
but the scope is too wide, all of the docs pages have no bullets on their lists
looks weird
harder to follow
Geobert Quach
@Geobert
do you have an example?
oh, found it
Ok, I'm taking care of that :)
Thanks!
Geobert Quach
@Geobert
done ;)
Geobert Quach
@Geobert
I'm reading the issues section of the website, and I might do more on the landing page to tackle cobalt-org/cobalt-org.github.io#45
It will be marketing and maybe overselling stuff (like performance without data) but it's what a landing page do, IMO
Is that ok with you @epage ?
Ed Page
@epage
Feel free
Geobert Quach
@Geobert
:)
Ed Page
@epage
Pushed out cobalt v0.15.1
Geobert Quach
@Geobert
Thank you very much!
Geobert Quach
@Geobert
image.png
Hi all! I think Cobalt's landing page can be better, especially on the description. We have at the moment the pic above
I'm looking for ideas to replace the 3 columns titles
And more description to give keypoints on Cobalt