Raman Gupta
Raman Gupta
The current implementation uses a `boolean[]` as an input. Use of a BitSet (https://docs.oracle.com/javase/7/docs/api/java/util/BitSet.html) would be a lot more efficient. For example, if dictionary size is `Integer.MAX_INT`, as it would...
I see that the algorithm is based on the MMDS book by Ullman et al. However, your implementation seems to use a fixed THRESHOLD value of 0.5, whereas in the...
**Describe the bug** When running `kubelive` I get the error: ``` Error: No active cluster! ``` **To Reproduce** Run `kubelive get pods` or even just `kubelive`. **Desktop (please complete the...
Minor issue with cfg4k 0.9.0: always get this `WARN` level message from `PropertyConfigLoader` at startup, using Oracle JDK 1.8: ``` Key (java.vendor.url.bug=Oracle Corporation) has overridden another value used as root...
## Overview When entering a tag value into the "Tags" field, KeepassXC helpfully offers a drop-down with existing tags that match the value being typed. If selecting this entry with...
Newer Kotlin versions use Webpack 5 (https://kotlinlang.org/docs/js-project-setup.html#webpack-version). Webpack 5 no longer bundles nodejs polyfills for `os`, resulting in errors like this at run time for tests: ``` Module not found:...
**Is your feature request related to a problem? Please describe.** Some clusters require proxies in order to access their APIs. Most notably, [GKE clusters with private networking](https://cloud.google.com/solutions/creating-kubernetes-engine-private-clusters-with-net-proxies). When using kubectl,...
I'm trying to benchmark an editor and see that typometer seems to benchmark consistently up to a certain number of characters and then it freezes. At the normal zoom level...
When using a vertical split view for devtools, Querio "wastes" a whole column of precious screen real estate simply to show the Q icon at the top, and a gear...
Add support for the `cat` operation. See https://www.pdflabs.com/docs/pdftk-man-page/#dest-op-cat See also issue #4.