Pynix Wang

Results 23 issues of Pynix Wang

crystal 0.24.1 has `BigDecimal` builtin. it 's time to turn numeric/decimal column to `BigDecimal`

when i enable this plugin, and do a git commit, it adds `".git/COMMIT_EDITMSG" ` to the first line. I must delete it myself. ![screenshot from 2017-08-06 15-16-40](https://user-images.githubusercontent.com/1189879/29001346-67f7d4ee-7aba-11e7-9d68-afb564d64349.png)

fix.....................

python2 version of `urllib.urlencode` encode unicode value to `?` or raise UnicodeError can pies overrider this function with a encoding parameter.

![screenshot from 2015-11-18 12 16 03](https://cloud.githubusercontent.com/assets/1189879/11232432/2db69f1e-8dee-11e5-9205-014600097582.png) is there any way to theme it?

enhancement

### Expected behavior generate `data-direct-upload-url` attribute. ### Actual behavior nothing. ### How to reproduce `f.input :image, as: :file, direct_upload: true` maybe activeview helper is not usable in activeadmin, I can...

when use `enum: true` option, bind all enum item to state automatically, do not repeat you self. ```diff enum state: { sleeping: 5, running: 99 } aasm :column => :state,...

feature request

``` use serde::Deserialize; #[derive(Debug, Deserialize)] struct Version { name: String, url: String, sha256: String } let resp = reqwest::blocking::get("https://cache.ruby-lang.org/pub/ruby/index.txt")?; let mut rdr = csv::ReaderBuilder::new() .delimiter(b'\t') .from_reader(resp); for result in rdr.deserialize()...

enhancement

cast to db before save and cast to user after read

``` require "granite/adapter/mysql" class Post < Granite::Base connection mysql table posts # this strange # table :posts also work # table "posts" also work column id : Int64, primary: true...

kind:enhancement
status:help-wanted
kind:good-first-issue
AR Feature Parity