Samuel Marchal

Results 10 issues of Samuel Marchal

Depending on the bricks configuration, adding a new DOM node can bring to an infinite loop. Issue reproductible on the [plugin page](http://smarchal.com/cementjs/), duplicating all bricks.

bug

Ranges: - `00000` to `00999`: army exclusive usage - `01000` to `95999`: metropolitan zip codes - `97000` to `97999`: overseas department (DOM) - `98000` to `98999`: overseas territory (TOM) -...

``` Atomik::set('app.routes', array( 'archive/:year/:month' => array( '@name' => 'archives', 'action' => 'archives/index', 'month' => 'all' ) ); echo Atomik::url('@archives', array('year' => 2014)); ``` Before fix : ``` archives/2014/:month ``` After...

I'm trying to bind those url to the same route : - `posts` - `posts/2014` I used default values for my `:year` parameter, [as defined in documentation](http://atomikframework.com/docs/urls.html#routing-urls) : ``` php...

In a lot of situations, you'll have a `staging` and a `production` website on the same server. Trellis only supports this by using multiple keys in your `wordpress_sites` (@see https://discourse.roots.io/t/staging-and-production-on-same-vps/2440/23),...

This is the only package I cannot install from `Settings > Install` page, any idea why? Hint: it seems a Cygwin path is used, but I don't know why. Output...

## Installation // Manual Installation : Manual instalation => Manual installation from this repositiory => from this repository --- ## HTML5 Shiv API // html5.shivCSS The shivCSS is true =>...

- Typos - Grammar - Change the Hardee's example as it's unknown from all French people

Step to reproduce: 1. Copy **at least 2 lines without any indentation** 2. Paste&Indent them on a **indented with `n` spaces** 3. The pasted text is well indented, but has...