David E Worth

Results 8 issues of David E Worth

The upstream/relied-upon Chosen library does not either though I have created [a pull request](https://github.com/harvesthq/chosen/pull/1603) to fix that (along with issue [#1601](https://github.com/harvesthq/chosen/issues/1601). A patch to ajax-chosen is fairly straight forward and...

**Is your feature request related to a problem? Please describe.** Cancellation of a Context passed to a `WorkflowRun.Get(ctx, valuePtr)` cancels the blocking for the return value rather than the `WorkflowRun`...

enhancement

I simply extended the type-equivalents table to include Ruby. Let me know if there are any changes you'd like to see.

Given a setting `Settings.show_shiny_badges` it would be awesome to be able to query them as predicates via something like `Settings.show_shiny_badges?` which doesn't appear to currently be a thing. In this...

**Context** We are using `fal` CLI (via `fal flow run`) to manage running both Python and dbt models. In production we run `dbt` using `--no-use-colors` in order to keep our...

feature request

In previous versions of StylishSelect, in particular 0.4.1, the defaultText parameter was respected, but no longer appears to be. I've created a [Gist](https://gist.github.com/2414263), copied from the included `index.html` to demonstrate....

This change adds the NamedQueryContext method on Transactions to match calls on the Database directly. This allows the use of `DB` and `Tx` objects more interchangeably in consuming codebases. I...

could merge

It would be _super_ sweet to be able to specify types for configuration elements such as ``` ruby config :service_port, type: :integer config :service_url, type: :string, matching: %r{https://some-service.example.com/api/v\d} ``` I...