-
Updated
Jan 10, 2020 - Java
server-side
Here are 455 public repositories matching this topic...
-
Updated
May 19, 2020 - C++
-
Updated
May 17, 2020 - JavaScript
OAuth sample
I've seen this a few times, but people ask about a sample to show oauth configuration. We should make one that illustrates the different configurations (naturally with secret placeholders and such).
-
Updated
Nov 22, 2019 - Vim script
-
Updated
May 3, 2020 - C
-
Updated
Apr 7, 2020 - C++
-
Updated
May 9, 2020 - TypeScript
-
Updated
May 18, 2020 - TypeScript
-
Updated
Oct 18, 2019 - JavaScript
It's be handy that if I connect my project to MySQL server, that I can create a db via a command - such as currently the database has to exist otherwise I get an error when running. Would be great to get validation that database does not exist with hint on how to create database using command
Problem with helpers
Please, could you add an example of a helper and how to use it.
I can register a helper, but when I append it to a template, the helper did not render.
My helper is:
// helpers/salutation.js
module.exports = function(context, options) {
return 'Hi, everybody';
};and my template:
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>-
Updated
Apr 29, 2020 - C#
-
Updated
Apr 4, 2020 - JavaScript
Documentation issues
Showroom seems to be very usefull for web components, but the documentation needs to be improved.
Your puppeteer integration example didn’t work for me, but I found this blog
https://medium.com/@eavichay/easy-unit-tests-for-your-web-components-e26bf88483a9
which is using require('showroom/puppeteer')(). But showroom/puppeteer isn’t mentioned in your docu.
trigger() is also not do
-
Updated
Aug 28, 2019 - HTML
-
Updated
Dec 6, 2019 - JavaScript
-
Updated
May 18, 2020 - C#
docs: smart plugins
-
Updated
May 19, 2020 - JavaScript
-
Updated
May 20, 2020 - C#
-
Updated
Oct 16, 2019 - Swift
-
Updated
Apr 15, 2017 - JavaScript
-
Updated
Mar 10, 2020 - C#
-
Updated
Jan 14, 2019 - C++
-
Updated
Oct 14, 2019 - HTML
-
Updated
Mar 31, 2020 - JavaScript
Improve this page
Add a description, image, and links to the server-side topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the server-side topic, visit your repo's landing page and select "manage topics."
When defining a resource, I leave a lot of decision points at their default value (by not implementing them). The default paths could be indicated on the decision graph with a different colour.
This would save a lot of time going back and forth between the graph an this table.
![image](https://user-images.githubusercontent.