Skip to content

Instantly share code, notes, and snippets.

View maxime-rainville's full-sized avatar

Maxime Rainville maxime-rainville

View GitHub Profile
@chillu
chillu / Gemfile
Last active November 12, 2022 23:24
Batch update labels in Github repos
gem "octokit", "~> 4.0"
@anselmdk
anselmdk / AppFormFactory.php
Created November 30, 2016 18:09
SilverStripe 4 React Form Schema on frontend POC
<?php
use SilverStripe\Forms\FormFactory;
use SilverStripe\Forms\DefaultFormFactory;
use SilverStripe\Control\Controller;
/**
* AppFormFactory
*
* @author Anselm Christophersen <ac@anselm.dk>