Nuno Maduro
Nuno Maduro
Just noticed that if we leave the command "app:build" with a control + C, that actually clears the "box.json" file. ``` ➜ git status On branch master Your branch is...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | Library version | 1.6.0 Add PHPStan wrapper just like we did...
Would be cool to have a page about the maintainers on the website. Like a picture of the maintainer with a description and the twitter link. How to setup the...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | Library version | latest Would be great add a `maglnet/ComposerRequireChecker` to...
| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | Library version | latest Project: https://github.com/rectorphp/rector. Rector is a reconstructor tool...
This pull request fixes a small regression introduced on https://github.com/laravel/framework/pull/43367, where installing the necessary composer dependencies for "db:show", "db:table", and "model:show" is not causing the command to terminate, consequentially displays...
- Larastan Version: latest - `--level` used: 6 ### Description Using inbound casting: https://laravel.com/docs/8.x/eloquent-mutators#inbound-casting. ```php protected $casts = [ 'bio' => Markdown::class, // sets the attribute value to a `string`...
Today, types like `SearchOptions`, or `Rule` are not exported by the `algoliasearch` package. People are actually importing them directly from the modular packages: ``` import { SearchOptions } from '@algolia/client-search';...
Somewhere, on the php client or scout extended docs I think it's important to mention that we actually need the curl extension activated. ( is not activated on windows by...
The **goal** is study how useful the current implementation of the `HtmlSplitter` can be. Taking real articles writing in HTML and analyse if they can be splitted correctly using our...