Laode Muhammad Al Fatih

Results 40 comments of Laode Muhammad Al Fatih

Same problem with Voyager `1.6`. It's still not working even after defining the accessor in a new way: https://laravel.com/docs/9.x/eloquent-mutators#defining-an-accessor ![image](https://user-images.githubusercontent.com/39755201/205947869-49dbe099-6e2f-41d1-a6eb-d720cb680712.png) ![image](https://user-images.githubusercontent.com/39755201/205948331-df2f8068-e4f5-4a92-97ca-2f7340e2554b.png)

## Temporary solution while waiting for PR https://github.com/the-control-group/voyager/pull/5703 to be merged ### 1. Edit the `repositories` field on your `composer.json` to: ```json { "repositories": [ { "type": "vcs", "url": "https://github.com/lamualfa/voyager.git"...

> Ah, there are several problems here. Currently Million.js is limited to "deterministic" returns, so no early / conditional returns of different shape. Furthermore, I'm not sure if mui components...

Thanks @aidenybai for the answers. But how about this:

> Just curious: what's preventing you from just using the static adapter? Slash-based 'real' routes are usually better UX than anything hash based. > > If you do want to...

You put `nlu.log` in the wrong place. Put it in `settings.nlp`, not in `settings`. ```js const dock = await dockStart({ childs: { ...config, }, settings: { autoSave: false, nlp: {...

It means the user that you used doesn't have enough permissions. Switch to `root` user is the easiest solution.

For some reason like removing the Popover padding, we need passing `overlayStyle` to `Popover` component. See https://github.com/ant-design/ant-design/issues/11364#issuecomment-406259860. **Example** Ant Design Website doesn't have padding in their `Popover` Navigation: ![image](https://user-images.githubusercontent.com/39755201/125752801-a18ce588-0dcc-47f1-845d-f33d21b835c6.png)

Why did u need `--no-default-features` flag? What did u want to achieve here? It's absolutely edge case and shouldn't be documented.

@thegenem0 `sea-orm-cli` wasn't supposed to be on your rust app. it must installed globally as a standalone binary. so make sure to run the `cargo install sea-orm-cli` anywhere other than...