Frank Burleigh

- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
-
Frank Burleigh created a post, PlannedRun Postgres function that produces result set
Given a function definition something like this: CREATE FUNCTION getrefcursor (rc OUT refcursor) RETURNS refcursorAS $$BEGIN OPEN rc FOR SELECT * FROM <some_table>END;$$ LANGUAGE plpgsql; How sh... -
Frank Burleigh created a post, CSS class name competion has stopped
Using 2017.2.1 IntelliJ IDEA, typing into an HTML tag's class list, I used to see CSS class name suggestions. For example, I could type "fa-" and see Font Awesome's class names. But I notice this m... -
-
Frank Burleigh created a post, No luck with Flow
I've followed the instructions for adding Flow to a project but see no evidence that the mechanism works in the latest EAP build. Facts: latest EAP, Project JS version set to Flow; NPM installed Fl... -
Frank Burleigh created a post, Where does database console SQL text live?
My old Macbook Pro went into critical condition a couple months ago, but can still be accessed for short periods. How do I recover the text of my database consoles? That is, where does the SQL in c... -
Frank Burleigh created a post, -
Frank Burleigh created a post, AnsweredProject "import" and "create" in existing directory are ... not good
I've seen this a few times. In the most recent case (using the 16.3 EAP on Windows today), I pointed the IDE to a directory in my Windows profile under Documents called "oracle" whose content was s... -
Frank Burleigh created a post, Was the XML data extractor really removed?
I'm using DG in the latest IntelliJ EAP. I'm disturbed to find that the XML data extractor seems to be gone. Tab- and comma-separated extractors clearly have a first class position in the tool, and... -
-
Frank Burleigh created a post, Use "typings" TypeScript definitions
I've just begun with Typescript in IntelliJ (current EAP). Current Node, TSC, and Typings are installed globally. I have this tsconfig.json: { "compilerOptions": { "module": "commonjs", "sou...