dunric

Results 12 issues of dunric

Hello, since Cabal 1.18 did introduced sandboxing for ghc packages do you plan to make cabal-delete aware of that ? Now cabal-delete ignores `cabal.sandbox.config` or `GHC_PACKAGE_PATH` environment setting or switch...

Can anybody explain why equivalent requests produce different results ? 1) fetch value of Spree::ProductProperty ``` ruby irb> Spree::ProductProperty.where(id: 55).first.value Spree::ProductProperty Load (1.1ms) SELECT "spree_product_properties".* FROM "spree_product_properties" WHERE "spree_product_properties"."id" =...

There is a misconception with the following instance methods: fill vs fill! and indgen vs indgen! In current implementation the former ones are just aliases to the latter, which is...

When `autoComplete` is set to false, manual invocation of a completion uses `omnifunc` buffer setting which defaults to `LspOmniFunc`. However it completely ignores already typed chars and offers full list...

### What did you do? (required: The issue will be **closed** when not provided) 1. create a new empty project, initialize with `go mod init` 2. create a new `main.go`...

### Problem Description Floating windows lose decoration when they are moved or resized. Expected is their decoration is kept intact, regardless of their positioning. ### Steps to Reproduce 1. create...

**How can I have my default (fallback) configuration settings for `ocamlformat` when no per-project's one is present?** I may be missing something or it has been chosen some weird logic...

Kind/question

1. Do export of Spree's Product model (output format does not matter) ` bundle exec thor datashift:export:csv -m Spree::Product -r products_out.csv ` 2. Try to import it back ` bundle...

Cartridge ver. > 0.8.4 up to current does not save order in database until last checkout step is executed. `PaypalSubmissionForm` from `cartridge-payments.payments.multipayments.forms` ignores this logic and saves session data in...

Hi, Deface cann't find html 5 tags like `header` or `nav`. ``` ruby Deface::Override.new(:virtual_path => 'layouts/mainapp', :name => 'breadcrumbs-table-row', :cut => 'code[erb-loud]:contains("breadcrumbs")', :insert_after => '#myheader') Deface: 'breadcrumbs-table-row' matched 0 times...