stephann

Results 21 issues of stephann

version `0.0.28` My config: ``` javascript $authProvider.configure([ { default: { apiUrl: settings.apiUrl, storage: 'localStorage', validateOnPageLoad: false } }, { shopkeeper: { apiUrl: settings.apiUrl, signOutUrl: '/shopkeeper_auth/sign_out', emailSignInPath: '/shopkeeper_auth/sign_in', emailRegistrationPath: '/shopkeeper_auth', accountUpdatePath:...

Hey, great job with halfmoon. Is datepicker on roadmap?

enhancement
v1

Hi, people. I'm upgrading my project dependencies (including rubocop, rubocop-rails, etc.), and noted a new offense warning: `Rails/RedundantPresenceValidationOnBelongsTo`. My code: ```ruby class User < ApplicationRecord end class Post < ApplicationRecord...

This PR idea is to provide helpers to authenticate users in request specs.

Fixes: https://github.com/ViewComponent/lookbook/issues/584 I'm not sure if this is the best solution but it's working 😅 Instead evaluating the block on Lookbook::Preview context, it is evaluating on component context, so it...

I'm facing a issue with Lookbook + Phlex: Phlex allows you to write something like this: ```ruby render Views::Phlex::ListExample.new do |list| list.item { "Hello" } render(Views::Phlex::Item.new) { "Help!"} list.item {...

### Tested versions v4.3.dev6.official.89850d553 ### System information Mac OS 14.2.1 - Vulkan 1.2.275 - Forward Mobile - Using Device #0: Apple - Apple M1 Max ### Issue description When using...

bug
topic:rendering
topic:2d

### Tested versions - Reproducible in: 4.3.stable ### System information Godot v4.3.stable - macOS 14.2.1 - Vulkan (Mobile) - integrated Apple M1 Max - Apple M1 Max (10 Threads) ###...

bug
topic:editor
needs testing

This would be useful in cases like this: ```crystal # Instead of def my_button(text, **html_options) a(text, **{class: "btn btn-default", role: "button" }.merge(html_options)) end def my_input(name, **html_options) input(**{type: "text", name: name,...

kind:feature
topic:stdlib:collection

The section "How to Mimic send Using records and Generated Lookup Tables" is empty with a todo/placeholder text. https://crystal-lang.org/reference/master/crystal_for_rubyists/metaprogramming_help.html#how-to-mimic-send-using-records-and-generated-lookup-tables