Frank Burleigh

Avatar
  • Total activity 39
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 17
  • Created

    Run Postgres function that produces result set

    Planned
    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 5 followers
    • 26 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Where do consoles

    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Project "import" and "create" in existing directory are ... not good

    Answered
    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    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...
    • 2 followers
    • 3 comments
    • 0 votes
  • Created

    How specific is RM to Rails?

    Hello, all.  I've concluded that Rails is a huge thing, and that maybe a smaller framework would be more suitable to much of my work.  I've been following Lotus for a few weeks, and wonder whether ...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Oracle package (module) text is damaged by 0xDBE

    I have a dim memory of someone (here or in your bug tracker) saying they'd seen 0xDBE reorder the text of a procedure, function, or package. I have now seen that myself -- cost me a couple hours to...
    • 1 follower
    • 0 comments
    • 0 votes