Franz Liedke

Results 15 issues of Franz Liedke

As suggested here: https://fluxbb.org/forums/viewtopic.php?id=7651 Might be worth investigating.

idea
integrations

See Google's mailing list guidelines: https://support.google.com/mail/answer/81126?hl=en#unsub > Because Gmail can help users automatically unsubscribe from your email, we strongly recommend the following: > > Provide a 'List-Unsubscribe' header which points...

type/feature

Package creators should be asked to choose a license for their library right away.

help wanted
parts

Representable currently supports constructs like the following: ``` ruby property :name, :as => :title ``` In a list with multiple properties, this is confusing, because the name of the property...

Hi and thanks for the excellent package! 👏🏼 We are currently working on breaking down our Rails monolith with some tools from the [packs ecosystem](https://github.com/rubyatscale/packs). This led us to moving...

## Describe the bug The custom example groups in RSwag (for example `response`) do not support [symbol-style example metadata](https://rspec.info/features/3-12/rspec-core/metadata/user-defined/). ## Steps to Test or Reproduce Example spec: ```ruby response "201",...

bug
enhancement

This fixes #281 by adding a new `source:` option to fields, identifiers and associations, as a replacement for the `name:` option. The beauty of this approach is that the structure...

SimpleCov tries to [automatically determine the test framework / tools](https://github.com/simplecov-ruby/simplecov/#notes-on-specific-frameworks-and-test-utilities) being used based on process name and environment variables. Since this project is based on `parallel_tests`, for which SimpleCov claims...

enhancement
good first issue

...with pre-built sources, that would be awesome!

I just stumbled across an article from Paul M. Jones with some great insights: http://paul-m-jones.com/archives/6310 This should help in making the whole session handling more robust...