Robson Tenório

Results 43 issues of Robson Tenório

Some of this changes are based on another forks who was not submitted by authors. LARAVEL 5.5 - Replace lists() for pluck() - Package discovery - Handling PATH_INFO problem IMPROVEMENTS...

It seems new release 5.5 of Laravel does not include 'PATH_INFO' on global $SERVER. ``` $request->merge(['id' => $id]); $request = RequestCreator::createWithParameters($request->all()); ``` ERROR ``` Undefined index: PATH_INFO ```

### What happened? When you select any option on QSelect it scrolls to top of screen. ### What did you expect to happen? It should not scroll to top of...

kind/bug 🐞
Qv2 🔝
bug/1-repro-available
area/components
flavour/quasar-cli-vite

| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes How about phpinsights to provide natively nice badges like shields.io ? Something...

enhancement

Hi, ``` var pcap = require('pcap') var pcapSession = pcap.createSession('en1', 'tcp port 2201 or 2202') pcapSession.on('packet', function (rawPacket) { var packet = pcap.decode.packet(rawPacket) console.log(packet) }) ``` Each packet from filter...

Thanks for your time! Nice work! Would be nice to have a persistent layout (diagram). - Open http://localhost:8080/schematics - Move around some objects - Open a icognito browser http://localhost:8080/schematics -...

good first issue

- Fresh laravel instalation - Install laravel-schematics - Open http://localhost:8080/schematics - Click to edit default User model - Do not change anything and just click on save. - That action...

good first issue

As described on README we can add a `type` and a `rule` when creating models. Would be nice to have two combobox with all available options for each `type` and...

Complements #14 On UI add a new column for `comments`.

Currently: - As string: 'App\Post' (default) - As class with full namespace: `App\Post::class`, Add: - Class with import: `Post::class` (and this would add a ralated import on model file) ![Captura...