Santhosh Kumar
Santhosh Kumar
## Expected Behaviour ctrl + Alt + D (Display Objects docs) should work ## Actual Behaviour ctrl + Alt + D (Display Objects docs) it worked then ctrl + alt...
can you explain what is `keys()` and `o`. Are they predefined. ```bash $ echo '{"name":{"first":"Jason"},"age":25}' | jawk '{ keys(o); for (k in o) print k, _[o[k],JSON] }' name {"first":"Jason"} age...
Currently i am using selenium to get js variables using ``` driver = webdriver.Firefox(options=options) driver.set_page_load_timeout(10) driver.get("http://someurl") meta = driver.execute_script('return ST') ``` here ST is a javascript variable I have a...
Hi have a dict object loaded in script tag, how can get that javascript value ``` RT = "testing" ``` Now i want the value of `RT` i can see...
How to show a slide show (like every 1s or 2 sec)
Also can we show the file name separately. (not on the image, but one top or bottom.)
I wanted the sql to be formatted so i have tried the below code for that. Can you incorporate sqlparse also if possible ``` def _duplicate_queries(self, output): """Appends the most...
Can we show the total time take for the repeated calls individually For example: presently it shows `Repeated 2 times. ` Can we have `Repeated 2 times. [0.023] `
In django development i am planning to install django-extensions app I have to add it to the INSTALLED_APPS. ``` INSTALLED_APPS = [ 'django.contrib.admin', 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.messages', 'django.contrib.staticfiles', # third...
Is there a way i can change the source file to make the context and directory font to be bold