-
We can send emoji by session.send() ( example `session.send(": :hatching_chick: more_detail")` ). But when we send emoji by card or by button. emoji can not be shown on both facebook and bot emulator …
-
Most likely, `'data:text/html,' + html` has a length limitation. Instead of passing a string of HTML to Chrome using a data URL, use a temporary file.
-
The way we have things right now is **super** ugly. I'd prefer for it to be:
- Explore
- Data Sets
- Array of Things
- View a list of Data Sets (requires a new controller/template)
- Deve…
-
- [x] Add CORs headers so that we can call http://science-gateway-middleware.azurewebsites.net from http://science-gateway-inputs.azurewebsites.net (or localhost, for testing)
- [ ] Add a GET which r…
-
Add an About Modal so we can add the standard USGS disclaimer, Contact information for NSS.
-
I know the impetus of this package is to read data from .docx tables, but I am wondering if the xml structure would permit pulling text from beneath a specific heading. In a .docx with a common format…
-
# Tables
Markdown | Less | Pretty
--- | --- | ---
*Still* | `renders` | **nicely**
1 | 2 | 3
(Do!) doe, a **deer** | (Re!) ray, a _drop_ of golden ~~sun~~ | _**42**_
-
This error only occurs after the app has been active and running for a while, giving the user a chance to navigate between several different routes. It's very hard to reproduce, it seems to "just happ…
-
### Details
- [x] Event: [talk.js](https://www.meetup.com/Singapore-JS/events/239896507/)
- [x] Date: 18 May 2017
- [x] Hosts: @jsstrn
- [x] Venue: PayPal Singapore, Suntec Tower 5
### Talks
-…
-
Use-case: I wanted to convert a ``similMatrix`` to a data frame to faciliate analysis. My instinct was to simply use: ``as.data.frame(simil)``. Unfortunately, this gives erroneous/misaligned results. …