Kevin Olbrich

Results 63 issues of Kevin Olbrich

`time` is a valid postgres column type. ``` [WARN] key not found: :time ```

Interval is a valid postgres type ``` [WARN] key not found: :interval ```

tsvector is a valid type in the schema for postgres ``` [WARN] key not found: :tsvector ```

I have a use case where I end up creating a custom rule like.. ``` def words %w[longestword longword word w].map {|w| str(w)}.reduce(:|) end ``` Where the list of words...

discussion
delayed

in http://github.com/pilu/radiant-copy-move/commit/00ad9584c0fef5edeb89932c0b83d1a3ff85510a the js was updated to use centerInViewport to center the dialog. This function does not exist in standard prototype or jQuery and thus breaks this plugin for anyone...

Cucumber provides a class that handles tables a bit more intelligently than just using them as an array. The goal is to implement that class in PHP with a similar...

feature request

The current api calls require the api token to have full access to work properly. Circle provides a token for status only checks, but it uses a different url. https://circleci.com/docs/polling-project-status

In normal usage of `javascript_tag`, the contents of the block are javascript, and not HTML. `erb-formatter` attempts to format these contents, which can mangle whitespace and make inline scripts hard...

looking for contributions

https://github.com/bridgetownrb/bridgetown-seo-tag/blob/686c43c075c077845162ed0be1019da60775ce00/lib/template.html#L43-L48 When implementing this plugin using Bridgetown 1.1, this template always detects the page as an article. This appears to happen because all pages have a `date` property. As of...

enhancement
help wanted

It may be helpful to add another NLP algorithm for keyword/term extraction. The goal here would be to identify words or phrases that frequently occur within a vault that would...