Alex Le

Results 11 issues of Alex Le

Hi, Byebug is great and it seems to be a lot less buggy than debugger so thumbs up! However, the issue I'm running into is that whenever I step in,...

enhancement

go to Rails: http://sr3d.github.com/GithubFinder/?user_id=rails&repo=rails View /RAILS_VERSION, can't diff this.

- Check the content-type before previewing the file. Maybe put a cap on the file-size for previewing?

I'm working on a rather large Clojure script project and whenever I enable the extension, the CPU kicks in high gear. Also, the Go To Definition feature doesn't work either...

clojurescript

Use case: 1. Existing list is pre-generated via server 2. User updates an item via a modal window, then the item html is then replaced with the updated version (this...

for a map such as `{ 1 {:a "b"} }`, calling `transform-keys ->kebab-case-keyword` would throw an exception since it tries to symbolize the numerical key. ```(cske/transform-keys csk/->kebab-case-keyword { 1 {:a...

It should be a great addition to support ElasticSearch to show in Longview.

Inspired by ejs-layout, I update the code to support `contentFor` block with following syntax: # inside the view ``` ... .... ``` # inside the layout ``` .. // snipped...

For links, the component should make the onPress() function to be a prop to be passed in from outside so that the linking behavior can be controlled, and can be...

Currently all the lines in the the main library are not terminated in semi-colon, thus making it's impossible to minify and pack the javascript using asset_packager. I have a semi-colonized...