Note that there are some explanatory texts on larger screens.

plurals
  1. USAki Iskandar
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COThanks Andreas. For the short term, we're trying to stay clear of using Facebook API's such as Video.upload, or even their new Connect API / platform. Using the share link is EXACTLY what we are trying to do - but we're having issues. We've read Facebook's partner share page: facebook.com/share_partners.php, and it seems straight forward enough. We have all the meta and link tags they require for a video, but there are two issues we can't seem to resolve: 1 - the video does not play embedded (your taken to an external page) 2 - the white/blue play arrow is not there Any ideas? .
      singulars
    2. COThank you Brian! I am at a loss why using 'doseq' worked and 'for' did not - especially when 'for' worked for printing the records to the repl. Anyway, I am happy to have a solution. I love Clojure - but it definitely has a high learning curve. Thanks again. ~Aki PS. I could not use interpose, or clojure.string/join because I need to manipulate the data a bit and put html table tags (tr, td, etc) around the fields - but at least now I can itterate through the result set.
      singulars
    3. COTo Gorgan Jovic - sorry, I deleted the last question "How can I cycle through a result set and build up a string in Clojure" and replaced it by this one. I tried to find a way to notify you but could not. In answer to your question "What is 'select-all-todos' returning", it is a lazy-sequence - a resultset of todo items. Each item has 8 fields (a clojure map). I can print the result set to the repl by using a println statement within the for loop - but what I want to do is to build up a string instead, and pass the string to the main-layout function so it can be streamed to the browser.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload