Thomas Gorence

Results 8 issues of Thomas Gorence

To state practically, why this: https://github.com/JayHoltslander/Structured-Data-JSON-LD/blob/master/WebSite.json#L3-L13 ``` { "@context": "http://schema.org", "@type": "Webpage", "specialty": "CNBC homepage, stock markets, business news, financial news", "mainContentOfPage": { "@context": "http://schema.org/", "@type": "WebPageElement", "cssSelector": ".body-content" },...

When tagging a new release, the built/compiled/minified JS should be included. Seems like standard practice for most "releases"

Thanks for posting -- I got it to compile on arduino nano after lots of messing around (the download on your github for some reason was missing the modified SoftwareSerial.cpp...

I'd like to suggest using a string replace gulp component such as https://github.com/lazd/gulp-replace to really make this self-contained.

improvement
low priority

Since TradeSatoshi is currently the only exchange to provide any trading pairs for GRLC, it should be added to the Fiat sources: ![image](https://user-images.githubusercontent.com/281948/35387314-30522444-019d-11e8-8609-d69f7f17305c.png) Might do a PR and add it...

If it matters, this is via iOS 9.3.5 The ResponseStruct has a field for InstalledApplicationList: https://github.com/micromdm/mdm/blob/6e0586cca72594720a1c7c48214661a87c73bd17/response.go#L16 However it does not have any fields for ProfileList or ProvisioningProfileList A quick (but...

Let's say I have the following JSON object: { "name" : "John", "age" : 55, "sex" : "M" } using sortify, of course it will sort them by alphabetical order....

Using the following script: ``` rtPublishBuildInfo ( serverId: "jfrog", buildName: "my_build" ) rtBuildInfo ( captureEnv: true, buildName: "my_build" ) // upload to artifactory rtUpload ( serverId: "jfrog", buildName: "my_build", spec:...