Ronnie Dutta

Results 440 comments of Ronnie Dutta

@sarathrajsrinivasan we are successfully using the patch ``` echo -e "$(ipconfig getifaddr en0) $(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts dscacheutil -q host -a name $(hostname -f) ```...

It needs a VSCode language that supports embedded languages. For example [Cylc](https://marketplace.visualstudio.com/items?itemName=cylc.vscode-cylc) (`cylc.vscode-cylc`) supports embedded Jinja2 (no need to have any Jinja2 language installed). I think the key difference between...

Hmm, I guess this is a little tricky because I guess ESLint doesn't know the types of variables? ```js const thing = [4, 5, 6] const a = thing.at(2) //...

I'm not sure what you mean by the filter function. I tried entering it in `themeConfig.search.options.miniSearch.searchOptions.filter` as suggested by intellisense but it seems the function only takes a single argument...

Unfortunately not, the "term" seems to be the search result not the query. I also tried `fuzzy` but that doesn't preserve any quotes around the query. I think any filtering...

This would be really handy. My use case is to auto-document an API - long story short I have a script that outputs a markdown snippet from Python source code,...

Oh looks like #5927 was to fix this on 8.2.x, but was closed?

``` tests/integration/tui/test_updater.py::test_filters - TypeError: 'NoneType' object is not subscriptable ``` Looks genuine?