the8472

Results 40 issues of the8472

### Is this a bug or feature request? feature request ### What is the expected or desired behavior? web-ext run should be able to attach to a remote (different machine/VM/container)...

priority: enhancement

`.preload` takes keypaths in its DSL form, but it doesn't seem to handle the type discriminators on polymorphic associations: ``` ruby ModelA.preload do [ something_polymorphic(SpecificTypeB).relation_only_available_on_that_type, something_polymorphic.available_on_all ] end ```

Is there a way to support multiple SQL derivates that have different syntax for some functions? Arel takes care of mapping the standard SQL syntax to RDBMs-specific stuff, but their...

Currently SVG files are treated as text files. They should be treated as images instead (thumbnails, hover, etc.)

feature

When localizing times in an "most recently updated" index list then those `Time` objects obviously change all the time. the [`.localize`](https://github.com/svenfuchs/i18n/blob/master/lib/i18n/backend/base.rb#L54) method passes in the object in question to the...

pr-required

without owl: black-on-transparent on white background -> black on white with inversion theme: black-on-transparent becomes white-on transparent on white background, then gets inverted again -> black on black This is...

Copying to a virtualbox filesystem leads to xcp printing an error and not copying the files. ``` [pid 31325] statx(3, "", AT_STATX_SYNC_AS_STAT|AT_EMPTY_PATH, STATX_ALL, {stx_mask=STATX_TYPE|STATX_MODE|STATX_NLINK|STATX_UID|STATX_GID|STATX_MTIME|STATX_CTIME|STATX_INO|STATX_SIZE|STATX_BLOCKS|STATX_BTIME|STATX_MNT_ID, stx_attributes=0, stx_mode=S_IFREG|0755, stx_size=20701696, ...}) = 0...

``` ruby class TestCell < Cell::Rails build do SubCell end def my_action render :text => "foo" end end class SubCell < Cell::Rails build do SubSubCell end end class SubSubCell <...

With helpers I can do the following: ``` ruby # my_helper.rb def my_helper(&block) content_tag(:div,&block) end ``` ``` haml -# my_view.haml =my_helper do %h1=myObj.title some content here ``` To my knowledge...

## Environment * **IntelliJ Rust plugin version:** 0.4.195.5408-231 * **Rust toolchain version:** nightly / current [rust-lang/rust](https://github.com/rust-lang/rust) git checkout * **IDE name and version:** IntelliJ IDEA 2023.1.2 (Community Edition) * **Operating...