Bernhard Hörmann

Results 22 issues of Bernhard Hörmann

Hello, first of all: Thanks for your great work! I have the following issue (bug?): I have the following controller: ``` Route::get('shortcode', function(){ return view('test.shortcode')->with("code", '[b class="bold"]Bold text[/b]'); }); ```...

In some situations, there is no need for the livewire overhead and I wanna use the components just as blade components. For example the modal: If I use it somewhere...

feature request

We have now a paid plan of coingecko, but I can't find an option, to add my new API Key to the request. Any ideas?

How can I get all finished trades/actions with this api?

The default title of a ressource edit view is "Edit RESSOURCE_NAME". So if you would edit an artikel you see "Edit Article", but you don't know, which article you are...

Hello, is there any possibility on getting a message or a console output for the pittypanda aptana plugin, when the push action was successful/unsuccessful? Best regards

I have created a class to overwrite the `PersonalInfo` component: ```php class PersonalInfo extends \Jeffgreco13\FilamentBreezy\Livewire\PersonalInfo { public array $only = ['name','name_display', 'email']; public function getProfileFormSchema(): array { return [ TextInput::make("name")...

Not sure if this is the right place, but I will give it a try: I have installed G'Mic Gimp plugin and found the nice filter "Artistic -> Sketch" but...

Cypress Chrome Recorder doesn't work with simple selectboxes. Instead of using the `select` method, it uses the `type` method. ![image](https://github.com/cypress-io/cypress-chrome-recorder/assets/642292/d56660f3-45a9-437b-a21a-fafd719afe05) I have made just a very simple testpage, with an...

Just a small improvement - please add a pagetitle: ``` export default { metaInfo() { return { title: 'Telescope', } }, } ```