theo pak
theo pak
hey @vsychov it's not open source but the built-in `screencapture` tool on macOS is quite good! the default keyboard shortcut is ⌘⇧3, more info here: - https://support.apple.com/en-us/HT201361 - `$ man...
@olivernybroe oh i neglected to include a link, but the cli does that! 😄 - example: `$ screencapture -R 100,100,800,600 ~/Desktop/out.png` - copy of `$ man` page docs: https://ss64.com/osx/screencapture.html
I've been seeing the same issue (harp 0.15.2) when a partial references variables that exist in `blog/_data.json`, but accessing via `locals` works. _layout.ejs: ``` html ``` _partial/_post.ejs: ``` html ```
@afgarcia86 nice! very clean @brightertools here's yet another fork that you may find useful: https://github.com/Cimpress/swagger-ui-cimpress and of course, the upstream project was rewritten as swagger-ui 3.x so all three of...
> How can we write program to support developer to generate automatic JSON file by giving API details in UI. Are you asking about using a web UI that helps...
Yeah! This option would be extremely useful due to the particular requirements that browsers enforce for CORS requests. Especially over HTTPS. Here's one way that you can enable CORS with...