the dev

Results 37 comments of the dev

> I think there is nothing about services. > > I want to control "brew servcies ..." Example: ``` - name: Dnsmasq | Restarting Dnsmasq Service community.general.launchd: name: homebrew.mxcl.dnsmasq state:...

@matthew-inamdar Can you please merge this?

@matthew-inamdar would be great to get your accept 🤓

I can confirm @kaiyoma issue, warning is thrown when running vitest application

Implementation for Laravel is here: https://github.com/wayofdev/laravel-cycle-orm-adapter

try mkcert and it will be accepted as valid in your system https://github.com/FiloSottile/mkcert

I've made temporary solution to get 3.0.2 version with brew: ``` $ brew tap lotyp/homebrew-formulae $ brew install lotyp/formulae/dockutil $ dockutil --version 3.0.2 ``` But as it is *.pkg file...

For further clarity, I found this draft document beneficial: [UUIDv6 Draft](https://uuid6.github.io/uuid6-ietf-draft/). After examining it, I suggest that ULID could be substituted with UUIDv7. The good news is that the ramsey...

@dusp2k I will give you example, how I do it: First resource: ``` #[ApiResource( resource: 'categories', only: ['index', 'show', 'store', 'update', 'destroy'], names: 'api.admin.categories', shallow: true )] class CategoryController extends...