Brent Dillingham

Results 7 issues of Brent Dillingham

I've noticed the HTML comments that Xray injects cause a couple issues. - #22 - though I can't seem to reproduce it, I've heard from a couple folks that they...

new feature

The dummy app in the spec suite is an outdated version of Rails (3.1.0), but I'd like to continue supporting it in addition to Rails 4.0 and beyond. Need to...

A lot of future plans for Xray involve the asset pipeline, but the core feature of revealing Rails views/partials does not require it. So with a little work I think...

new feature

### What do you want to change? `DECLARE x CURSOR ...` and `FETCH n FROM x` are parsed into the ast (I believe) but not currently generated into queries. See...

enhancement
accepted

I came across the IKEA hack using this code and was inspired to embark on a similar project myself! I'm not an electrician, but always learning. Are there any specifications...

The behavior of `JSON.stringify` is to exclude properties on an object that store a function: ```js JSON.stringify({ f: function(){} }) // '{}' ``` Current behavior of `msgpack-lite`: ```js msgpack.decode(msgpack.encode({ f:...

The fading/pulsing of the cursor with `transition: opacity 0.3s` appears to be causing text aliasing flicker in the project sidebar, but only if the main window is overlapping its content....