Ion Căliman

Results 10 comments of Ion Căliman

I have a route like this: ``` js map.get(new RegExp('^.*$'), 'application#action'); ``` The action from controller is not called for URLs ending with dots. @1602 can you look at this?...

> pnpm i --shamefully-hoist Thanks @manusiakemos, this works

same here

@chjj can you help me with this issue please?

@peters thanks for sugestion! Now it works perfectly. I published your version [here](https://www.npmjs.org/package/peters-pty.js) @chjj please merge https://github.com/chjj/pty.js/pull/47 :) Now I can run node, coffee, npm and other commands in the...

I am having this issue in [email protected], on iPhone 3GS, iOS 6.1.6.

@lavrton I tested your fix. Big images are not drawn on stage on iPhone 3GS, iOS 6.1.6

I can not see the console from my iPhone but, I don't think there are errors. I am drawing many things on canvas but only big images are not visible....

I have the same issue. One solution is to replace the Livewire components after panel boot: ```php use Jeffgreco13\FilamentBreezy\BreezyCore; use App\Http\Livewire\CustomPersonalInfo; class CustomersPanelProvider extends PanelProvider { public function panel(Panel $panel):...