rightaway
rightaway
### What problem does this feature solve? It would be nice if props, data and other things in the section under the component inspector were automatically expanded by default. I...
`yarn --cwd dir outdated` doesn't run the command from dir. You have to already be in dir or it says `Outdated lockfile. Please run yarn install and try again.` It...
If I want to use `append` because I want to have a dynamic column name (e.g. `othercolumn1`, `othercolumn2`), it looks like this. ```js return sqlTemplateString` update thetable set thecolumn1 =...
How can I call `select * from stored_procedure('arg1', 'arg2', 'arg3')` with a dynamic number of args? So I would have an array of arguments like `args = ['arg1', 'arg2', 'arg3')`...
If I run the code as shown on the README at https://github.com/tj/co-parallel#example (I've removed the `.()` at the end of the co function since I'm using co version 4, on...
Great addon! Could the addon disable the URL bar query change (`pg-docs-bot-redirected`) and the notification in the bottom right (`Redirected by pg_docs_bot from`)? Instead like many addons do, the icon...
When you select a symbol like a function, sometimes the function is at the very bottom of the screen, so you need to scroll down to see the rest of...
Using the `co` mappings would it be possible to include mappings to toggle the quickfix list, location list, etc? Something like `coq` for example?
In the example below, I'm downloading a gzipped file that's several hundred megabytes (millions of rows), then piping it through highland so I can use the `batch` feature. This way,...
In this code, `download` returns an array of many objects, but `handleSingleObject` expects a single object to be piped through it. Is there a way to convert an array of...