Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
marbemac
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
14 ms
·
1.
▲
by
marbemac
9y ago
Hi there, I'm the founder of a company called Stoplight, and we have a purpose built solution for this very use case. You can read more about it here: https://stoplight.io/platform/scenarios . Basically, you setup
2.
▲
by
marbemac
10y ago
Hi HN, we originally developed this for internal use over at StopLight, and realized that a lot of the tech could be re-purposed and re-packaged into a nice little complementary tool for anybody working with Swagger. Thanks for taking a loo
3.
▲
Show HN: Prism – The perfect OAS (Swagger 2) companion
(stoplight.io)
5 points
by
marbemac
10y ago
|
1 comments
4.
▲
by
marbemac
11y ago
Really great feedback, thanks! We've heard that the main navigation is confusing, and are working on improving it as I type this. Could you send me an email marc @ stoplight.io? I would love to bounce some of our ideas off of you, and
5.
▲
by
marbemac
11y ago
Interesting, query params should be published - could you send me the link to the docs you published? In the "settings" tab for each endpoint, you can mark which security schemes apply to the endpoint. It's kind of hidden, we
6.
▲
by
marbemac
11y ago
Astute catch! We're actually tracking this issue internally already. We'll be beefing up that generator to aggregate multiple values for the same property, when it's an array of objects. Look for that in an update in the next
7.
▲
by
marbemac
11y ago
Great question! We are considering adding first class support for Blueprint. In the meantime, we recommend converting first to OAI/Swagger with the awesome tool over at https://apitransformer.com
8.
▲
by
marbemac
11y ago
You can invite team members to your workspace in the API Designer, and only they will have access (read or read/write) to the APIs in that workspace. From the API Designer (which is private), you can optionally publish any of your API
9.
▲
by
marbemac
11y ago
It really is free, for individual use, forever :). Pricing starts at the team level - at $8/month/member. We're also introducing cheaper, annual pricing soon. The hosted documentation integration is completely free - we have
10.
▲
by
marbemac
11y ago
Awesome, let us know if you run into any issues, or have suggestions - we're here to help. You can reach me directly at marc@stoplight.io.
11.
▲
by
marbemac
11y ago
Hey there, nope! They are one of our beta customers though. They blogged about their experience so far with our tools here: https://sendgrid.com/blog/using-a-prototype-as-an-api-produc...
12.
▲
by
marbemac
11y ago
Hey! Marc MacLeod here - founder. Basically, you put Prism between your API consumer (mobile app, website, integration tests, library, curl request, whatever) and the API itself. Prism processes the traffic that passes through it, and gener
13.
▲
How to generate 2,000 lines of specification code in 60 seconds
(medium.com)
10 points
by
marbemac
11y ago
|
0 comments
14.
▲
by
marbemac
12y ago
Amongst other things, it's about 1/4 the size, and sticks to plain JS for those not familiar with ClojureScript.
15.
▲
by
marbemac
12y ago
I believe the idiomatic way to use this library is to treat the tree as an immutable structure. When used this way, it supports the React Immutability Helpers, and the PureRenderMixin. If you treat it as immutable and use the PureRenderMixi
16.
▲
by
marbemac
12y ago
I beg to differ. For example, reading the Go source is extremely useful both to learn idiomatic Go, and for reference.
17.
▲
by
marbemac
12y ago
Ah I did not realize that it's not on EBS (aws announced SSD EBS last June so I thought perhaps you guys jumped on that opportunity). What's the max # of connections? Does it scale with storage as well?
18.
▲
by
marbemac
12y ago
First of all, this is great news - I use compose for Mongo and have been waiting for a PostgreSQL option. However, is the ram allotment similar to that given in the Mongo deployments - 1/10th storage? So, about $125/month for 1GB
19.
▲
by
marbemac
12y ago
I've built several apps with Meteor, and so far it's been fantastic. Development is lightning fast, the interface is snappy enough, and it's easy to maintain. My latest Meteor app is online at http://stoplight.io .
20.
▲
by
marbemac
12y ago
What's over at thepiratebay.cr? Seems like new torrents are being added, works fine, and search is enabled.
21.
▲
by
marbemac
12y ago
It does accept multiple emails per day, however it doesn't distinguish within a day. If you send it more than one email per day it will append the text of the email to the existing entry for that day. Perhaps you could create an accoun
22.
▲
by
marbemac
12y ago
You can choose which days of the week, and at what time each day, the service send you reminder emails. As for photos, that's next on the list of features!
23.
▲
by
marbemac
12y ago
I'm open to anything you'd want to contribute, so long as it doesn't compromise the private nature of the service. Fork away! I'm available if you have any questions about the codebase, or need help getting started.
24.
▲
by
marbemac
12y ago
Thanks! Looking forward to seeing what you put together. Are you working on the Rails side or the Ember side (or both)?
25.
▲
Show HN: DayJot – Another open-source alternative to OhLife
(dayjot.com)
29 points
by
marbemac
12y ago
|
12 comments
26.
▲
by
marbemac
12y ago
How does this compare to Deis? Does it serve the same use case, albeit locked into AWS? Discussion on Deis from yesterday: https://news.ycombinator.com/item?id=8591209
27.
▲
Compose.io adds Redis support
(blog.compose.io)
12 points
by
marbemac
12y ago
|
0 comments
28.
▲
by
marbemac
12y ago
Cool idea, but at this point it doesn't seem like a reasonable option for new developers coming into projects. For example, I picked Coderwall, which is the 2nd project listed on the discover page. There are 11 tasks right now, with a
29.
▲
by
marbemac
12y ago
Typo in the first sentence.. "We collect the most popular real-world coding interview questions and carefully craft wrteups that are ridiculously easy to understand." wrteups = write-ups.
30.
▲
by
marbemac
12y ago
In my app I close the connection when the app is backgrounded, and reconnect when the user resumes using the app. Meteor automatically deals with any changes that occurred while the connection was offline. In short, battery life has not bee
More ›