Sergey Margaritov

Results 38 comments of Sergey Margaritov

i have two template files ``` /assets/javascripts/builder/templates/nodes/edit.hrb.erb /assets/javascripts/builder/templates/nodes/show.hrb ``` before version 0.17 both template has the same namespace, but after `edit` has `nodes/edit`, but `show` - `builder/templates/nodes/show`

@AlexRiedler i use latest 4.1.4, but all time expect `builder/templates/nodes/edit`, not `nodes/edit`. It's how it's worked before 0.17 and think should be. If i wanted `nodes/edit`, i would placed it...

@AlexRiedler very nice, it's resolved my problem! thanx but another problem i think exist, when one template with `*.erb` extension has different namespace with template without

no, they're not the same logical path, see ``` /assets/javascripts/builder/templates/nodes/edit.hrb.erb /assets/javascripts/builder/templates/nodes/show.hrb ``` and their namespaces should be ``` builder/templates/nodes/edit builder/templates/nodes/show ``` but `edit.hbs.erb` has only `nodes/edit`, so the difference is...

Great features, if someone can, please create PR, I'm not Android developer for a few years 😀 On Sun, Jan 6, 2019, 00:18 MickeyKnox > 1. > > The caption...

PR for this issue is welcome ;)

Yes, it's possible now, you can add this config on the fly: ``` new Plyr('player', { vimeo: { sidedock: 0, controls: 0, } }); ``` @sampotts would be good to...

i modified `CoffeeScript.sublime-build` ``` { // "path": "$HOME/bin:/usr/local/bin:$PATH", "cmd": ["coffeelint -f ~/.coffeelint --nocolor -q $file"], "file_regex": "([^\\s]+\\.coffee)$", "line_regex": "#(\\d+):(.*)$", "selector": "source.coffee, source.litcoffee, source.coffee.md", "shell": true, "osx": { "path": "~/:/usr/local/share/npm/bin:/usr/local/bin:/opt/local/bin" }...

This can be implemented without breaking change, but just add another config option which is `false` by default: ```ruby # initializer SimpleForm.setup do |config| config.default_html5_date_time = false end # input...

Would be nice to see it in a release. #277 is open too long 😢