Krot Eval

Results 156 issues of Krot Eval

Hi! I get code from https://github.com/elazarl/goproxy/blob/0581fc3aee2d07555835bed1a876aca196a4a511/examples/cascadeproxy/main.go and add Mitm handler to `middleProxy` ```go middleProxy.OnRequest(goproxy.ReqHostMatches(regexp.MustCompile("^.*$"))).HandleConnect(goproxy.AlwaysMitm) ``` Now all requests failed: Cannot read TLS response from mitm'd server proxyconnect tcp: tls: first...

Hi! Nova v3.30.0 dkulyk/nova-tabs (1.1.9) Without search: ![image](https://user-images.githubusercontent.com/38257723/161384273-51d0a1a7-398e-4d9f-b157-c11d7c504445.png) With search: ![image](https://user-images.githubusercontent.com/38257723/161384289-65756990-a1ea-4fdb-91a0-33fdd8fca0b6.png) Search field overlaps last tab

```json { "message": "Call to undefined function Cammac\\Workflow\\Fields\\array_last()", "exception": "Error", "file": "/var/www/nova/vendor/cammac/nova-workflow/src/Fields/Workflow.php", "line": 23, "trace": [ ```

It would be very useful to be able to make different settings for different environments. For example, disable notifications for a locale or send them to another chat. ![image](https://user-images.githubusercontent.com/38257723/111137622-117b2500-8590-11eb-8a79-b232a96383f5.png)

I get https://grafana.com/grafana/dashboards/395 Problem with panel `Free and Used Disk Space on Node`. Not found metrics `node_filesystem_free` and `node_filesystem_size`. But exists `node_filesystem_free_bytes` and `node_filesystem_size_bytes`. The same problems with panels: -...

https://github.com/tanmuhittin/nova-scroll-top/issues/5

![image](https://user-images.githubusercontent.com/38257723/77757430-49691f80-7042-11ea-917d-f49b77829a2a.png)

Hi! I define action: ```php (new ScriptCreate() )->iconClasses('mr-3 -ml-2') ->confirmButtonText(__('Create') ) ->showOnDetailToolbar() ``` How to get resource Id in `ScriptCreate::handle`? ![image](https://user-images.githubusercontent.com/38257723/100261173-6c462d80-2f5b-11eb-8371-c5072a334758.png) `request()->all()` contains: ``` request()->all() = {array} [10] resources =...

![image](https://user-images.githubusercontent.com/38257723/118122915-322ef200-b3fc-11eb-8246-9befa2546a86.png)

Hi! I didn't see how to do this in the documentation. Trial and error did not work either. ![image](https://user-images.githubusercontent.com/38257723/100234375-0d24f080-2f3c-11eb-96b4-1367a1e202fd.png)