OldhamMade

Results 37 issues of OldhamMade

During app development I frequently use the `truncate table` option from the right-click menu on a selected table in the side panel. On occasion I've accidentally clicked `delete table` and...

It would be useful for developers working with systems that use KeyDB if KeyDB could be installed via [ASDF](https://asdf-vm.com). ASDF allows developers to manage multiple runtime versions of a tool,...

enhancement

Right now there's no way to specify what locale should be used for the requested entities. Everything always comes back in the primary locale as defined in the Contentful interface.

enhancement

It would be great if toniq could use ets/dets as a backend in place of redis, to reduce dependencies for use-cases where persistence of jobs/tasks isn't necessary.

It would be great if there could be an option/flag to capture changelog entries that where headed with a markdown title instead of the `[changelog]` header. For example: ```markdown ##...

feature request

Fixes an issue where `:requests` is `nil` but the following lines expect an empty list. This was a quick fix for my own project, so I haven't put together any...

It would be useful if there was a `.simplify()` method on Document objects, which would recursively convert the object to the base data-types as defined in the document's `structure`, eg:...

enhancement
task

The readme is missing important details, for example: - overview - dependencies - example code/app For example, the first bullet point is "Create a database". Where? With what? On what...

In other languages that have the pipeline operator, it's common to format call chains as follows: ```elixir data |> clean() |> format() |> process() ``` It would be great if...

- flatten lists to a format which latest `Phoenix.HTML.safe_to_string/1` can accept (`{:safe, iodata}`) - update README - minor version bump to indicate breaking change with older versions of phoenix_html