Skip to content

Instantly share code, notes, and snippets.

View bkildow's full-sized avatar

Brian Kildow bkildow

View GitHub Profile
@bkildow
bkildow / pdf.ipynb
Created April 4, 2023 14:01
A11y enhancements with PikePDF (Python)
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
### Keybase proof
I hereby claim:
* I am bkildow on github.
* I am bkildow (https://keybase.io/bkildow) on keybase.
* I have a public key ASChRwjMuIjc5lkuWfWi0TgW6465oVMwSI6GYaV8xnMy2wo
To claim this, I am signing this object:
@bkildow
bkildow / graduation_form.rb
Last active January 15, 2017 16:01
Reform 1.2.6 nested form (with support for cocoon gem)
# app/forms/graduation_form.rb
require 'concerns/nested_form'
class GraduationForm < Reform::Form
# Needed for correct behavior of virtual attributes, see https://github.com/apotonick/reform/issues/75
reform_2_0!
model :response
=Navigating=
visit('/projects')
visit(post_comments_path(post))
=Clicking links and buttons=
click_link('id-of-link')
click_link('Link Text')
click_button('Save')
click('Link Text') # Click either a link or a button
click('Button Value')