Krot Eval

Results 156 issues of Krot Eval

### Expected Behavior No github stars in UI ### Actual Behavior ![image](https://user-images.githubusercontent.com/38257723/183383921-7ee16df5-9aed-4d05-9193-8ec8e01797e3.png) ### Reproduction Steps _No response_ ### Is there an existing issue for this? - [X] I have searched...

N-discussion
C-improvement
S-verified

Hi! I often use JSONPath and I accumulate a lot of JSONPath queries that I have to save to the text file, because the history list is limited in Insomnia....

C-improvement
S-unverified
needs-triage

Hi! `"enquirer": "^2.3.6",` ```js questions.push({ type: 'select', name: '1.1', message: '1.1', initial: 0, choices: [...], }); prompt(questions) .then(answers => { console.log(answers); }) ``` Result: ```json { '1': { '1': 'my...

bug

```php class Mail extends Mailable { public function build() : self { throw new \Exception('Oops'); } ``` ![image](https://user-images.githubusercontent.com/38257723/75880861-22e30a80-5e2f-11ea-96c3-ae63b13e242f.png) But expected show table in any cases: ![image](https://user-images.githubusercontent.com/38257723/75880909-41e19c80-5e2f-11ea-9dec-bd2f96427dac.png)

bug
Reviewed
v5

It is not convenient for users to work with a large list of Mailables without the ability to search and filter.

Feature
v5

In email templates I use `{{$message->embed(public_path('i/slojj-2.png'))}}` instead direct links to images. ```html ``` ![image](https://user-images.githubusercontent.com/38257723/72900388-d4732400-3d38-11ea-978e-d94569510008.png) https://laravel.com/docs/6.x/mail#inline-attachments

Feature
good first issue
v5

Case: I separate my apps on modules, for example via https://github.com/nWidart/laravel-modules Each module has a separate directory for emails like `base_path('Modules/*/Mail/')`. and `app_path('Mail/')` of cource. It will be very cool...

enhancement
Feature
v5

--------------------------------------------------- FEATURE REQUEST --------------------------------------------------- ```yaml version: '3.8' services: traefik: image: traefik labels: com.datadoghq.ad.logs: '[{"source": "something", "service": "balancer"}]' deploy: labels: traefik.enable: 'true' traefik.dashboard.frontend.rule: Host:{{ traefik_domain }} traefik.dashboard.port: 8080 ``` I can't...

kind/enhancement

Hi! I use swarmpit for production on linux servers and all ok. But I installed swarmpit locally for dev on Windows 10 + Docker desktop and it work very slow...

swarmpit/swarmpit:1.9 ![image](https://user-images.githubusercontent.com/38257723/97581208-564d5780-1a05-11eb-965b-3b12f412b83d.png) But in user table this user show is admin yes. ![image](https://user-images.githubusercontent.com/38257723/97581273-6bc28180-1a05-11eb-8cb9-6a7c3ad25f93.png)