Marc MacLeod

Results 100 comments of Marc MacLeod

@andreidragu hmm - it should only add the the packages that are used in your code 🤔 (it does so for us at least).

Hi @savy - isn't a `content-type` of `json` on the request (indicating what's expected in the request body) and `content-length` of `0` incompatible? `` empty string w content length 0...

Neat idea! Plugins are cool but a HUGE topic. Thinking out loud - for this, would a more generic "rewrite/replace" type arg get the job done? Something like: ```bash prism...

For reference, this is what we're doing right now, to expose previous properties: ``` js beforeSave({target: model}) { model._modified = model.getModifiedValues({old: true, raw: true}); } ``` IMHO this should be...

Sounds good! We can live with the solution above for now.

@raix Also interested in the ETA, or general state of the project, as we need to use websql or indexed db (something with a higher storage cap than 10mb). Is...

Link to feature: https://stoplightio.productboard.com/feature-board/planning/features/6218077

@shurcooL Love the additions! I couldn't get notifications to work (OS X 10.9.5). Nothing happens, no errors. https://github.com/deckarep/gosx-notifier seems to work fine for the moment - but it would be...

@shurcooL A little writeup would be fantastic. No rush, this is an app in development and I have plenty of other things to finish.