siddharth
siddharth
**What did you do?** ``` GO111MODULE=on go install github.com/prometheus/prometheus/cmd/promtool@latest ``` **What did you expect to see?** Successful installation of promtool. **What did you see instead? Under which circumstances?** ``` go:...
**Is your feature request related to a problem? Please describe.** Currently, we have a lot of monitoring options: - prometheus unauthenticated - prometheus authenticated - statsd exporter I don't see...
#### What this PR does This PR adds an option of giving "envFrom" to the deployment manifest. #### Checklist - [x] [DCO](https://github.com/jaegertracing/helm-charts/blob/main/CONTRIBUTING.md#sign-off-your-work) signed - [x] Commits are [GPG signed](https://docs.github.com/en/github/authenticating-to-github/about-commit-signature-verification) -...
``` docker scan oraclelinux:8-slim Testing oraclelinux:8-slim... ✗ Medium severity vulnerability found in openssl-libs Description: NULL Pointer Dereference Info: https://snyk.io/vuln/SNYK-ORACLE8-OPENSSLLIBS-2594083 Introduced through: openssl-libs@1:1.1.1k-6.el8_5 From: openssl-libs@1:1.1.1k-6.el8_5 Fixed in: 2:1.1.1k-4.ksplice1.el8 ✗ Medium severity...
The following report was generated by scanning oraclelinux:8-slim with jfrog and several of these are really old(2018,2019,2020) |Summary |CVEs |Severity|Type |Provider|Component |Infected Version|Fix Version|Edited |Component Versions Id |CVSS v2 |CVSS...
I think it would be helpful to rewrite evaluate and perplexity function. They are really slow and memory consuming at the present.
Added git clone option and proper cd statments
While trying to load the model given [here](https://www.dropbox.com/sh/k3jh0fjbyr0gw0a/AADzAd9SDTrBnvs1qLCJY5cza?dl=0), I'm facing the following problem: ``` ..... ..... File "/home/sid/text-segmentation/evaluate.py", line 13, in load_model model = torch.load(f) File "/home/sid/miniconda2/envs/textseg/lib/python2.7/site-packages/torch/serialization.py", line 261, in...
### Case 1 **Input:** 1.java ``` package com.test; class TestClass { private int a; TestClass() { } } ``` 2.java ``` package com.test; class TestClass { public int a; TestClass()...