Scott Robbin

Results 21 comments of Scott Robbin

Hi Tom, Try download the latest source code. I've added a check that tries to use filter:alpha(opacity=xx) if the browser doesn't support the opacity style (which IE doesn't). Hopefully, this...

Thanks, Tommy. Yeah, I had noticed the flashing too. I'll look into that, and will let you know if/when I find a fix.

@walidvb: Great feedback. I appreciate you moving this conversation along. Answers and thoughts inline: > I don't think that presentational elements have any place in the core, so type=slideshow sounds...

@walidvb Sorry for the slow reply—I've been on holiday for the past week or so. Re: serialize, it's currently being called [here](https://github.com/vapid/vapid/blob/master/lib/models/record.js#L121), although it doesn't do much right now. I...

@walidvb I'd like to leave this conversation open for a bit longer, to get feedback from others. Custom directives are going to be a significant feature, and I want to...

@ohnoimdead, @walidvb Thanks for keeping this thread moving. Agreed, this is a complex topic and needs clarification. Just to reframe a little bit, it's helpful for me to think of...

@ohnoimdead I can't seem to replicate this on my end w/ Safari 12.0.3. In any case, can you please try the HTML5 Sortable demo, and see if the issue occurs...

@lsanwick Strange. I'm running a fairly similar setup, but can't seem to replicate it: - OS: Mac OS X 10.13.6 - Browser: Chrome - Node Version: v10.14.1 - Vapid Version:...

@iocron Thanks for submitting this. In the original draft for Vapid, I had something similar: `type=reference`. In that context, I imagined categorized links, a la https://trentwalton.com/info/. The problem I ran...

I'm curious to know what you all think about a couple of things: ## Should it be enabled globally, or per-field? **Globally** Enabling it globally could be done by adding...