Ishan Khare

Results 21 issues of Ishan Khare

I've installed the plugin using `Vundle` `Plugin 'udalov/kotlin-vim'` Then I've made sure to run `PluginInstall`. Everything went fine and I've restarted the editor several times. But I get not syntax...

in python3 `wsgiref` is in standard library and in fact cannot be installed via pip in virtualenv hence removing `wsgiref==0.1.2` from requirements.txt and the doing `pip install -r requirements.txt` worked...

I get the following error when running the first code example. ```c #define MILL_USE_PREFIX #include #include mill_coroutine void worker(int count, char *text) { int i; for(i = 0; i !=...

**What happened?** Following docs links for profile configuration are broken: 1. [https://devspace.sh/cli/docs/configuration/profiles/patches](https://devspace.sh/cli/docs/configuration/profiles/patches) 2. [https://devspace.sh/cli/docs/configuration/profiles/basics](https://devspace.sh/cli/docs/configuration/profiles/basics) **What did you expect to happen instead?** Land on a page defining the Config > profile...

kind/documentation
area/ui

### What did you do? (required: The issue will be **closed** when not provided) I tried using `:GoDebugStart` for the following program and the breakpoints at line 14 and 19...

feature
debugger

### References Currently the `gohcl` package has a layer that supports Encoding of go structs into HCL. However there are no relevant functions available in `hclsimple` to use these functions....

Hi, I'm following the source code and the thing i noticed was, I wasn't able to access and external network endpoints. All commands like `ping`, `wget` etc. failed from inside...

I'm getting the following error ``` 2020-09-19T13:16:17.164+0530 INFO controller-runtime.controller Starting EventSource {"controller": "at", "source": "kind source: /, Kind="} 2020-09-19T13:16:17.164+0530 INFO controller-runtime.manager starting metrics server {"path": "/metrics"} 2020-09-19T13:16:17.365+0530 INFO controller-runtime.controller Starting...

Signed-off-by: Ishan Khare **What issue type does this pull request address?** (keep at least one, remove the others) /kind enhancement /kind feature **What does this pull request do? Which issues...

reopening against cpu-profiling sequence of widget initialization - AppMainWindow - mainWidget - mainLayout (QVBoxLayout) - StackedWidget (stackedWidget) - CentralWidget (centralMemoryWidget) - ActionToolBar (actionToolBar) - RibbonToolBar - cpuTab (QTabWidget) usage of...