Cameron DeCoster

Results 35 comments of Cameron DeCoster

You can hold the action bar (right on top of the label) to switch it on and off in the list view. Or you can hit the full screen on/off...

Those are not obvious to me. Having an option as I described would make it completely obvious. Now that I know how to fix it, it won't bother me anymore....

This is an impressive update, but I don't see any option in Settings to turn full screen on or off. Did I miss it? What are you referring to? Also,...

That's a nice feature, but still doesn't address my request. In fact, it might even make it worse for people that don't realize they've long pressed the drop down. Maybe...

I think the issue has to do with [this](https://github.com/coreui/bootstrap-vue/blob/main/packages/bootstrap-vue/src/components/form/CFormCheck.ts#L126) line and [this](https://github.com/coreui/bootstrap-vue/blob/main/packages/bootstrap-vue/src/components/form/CFormCheck.ts#L131) line. When the change event happens, the checked status is returned via the `'update:modelValue'` event. Eventually, the checked...

I have some colleagues that are seeing this same issue, but I'm not. Everyone that's having the issue on my end is on Windows. It's happening in Chrome, Firefox, and...

@mrholek, the modal elements aren't being removed from the DOM, though they aren't visible anymore.

> @camdecoster we add the possibility to keep a CModal in DOM after closing in the next release. That wasn't a feature request. I'm saying that the modals are removed...

The body element doesn't have that class or those styles on my computer that has the issue.

It's not possible right now with the current implementation of Streetpass for two reasons: 1. Streetpass attempts to [fetch](https://github.com/tvler/streetpass/blob/80821e2c0965dcf9a949501d88bc558ccee63f8c/extension/src/util/getUncachedProfileData.ts#L25) the profile URL for `rel=me` links (probably to verify that they're...