-
Updated
Jun 9, 2020 - C++
server-side
Here are 461 public repositories matching this topic...
-
Updated
Jan 10, 2020 - Java
-
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
Jun 2, 2020 - TypeScript
-
Updated
May 31, 2020 - TypeScript
-
Updated
Jun 1, 2020 - 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
-
Updated
Apr 29, 2020 - C#
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
May 28, 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
Jun 9, 2020 - C#
-
Updated
Aug 28, 2019 - HTML
-
Updated
Dec 6, 2019 - JavaScript
docs: smart plugins
-
Updated
May 19, 2020 - JavaScript
-
Updated
Jun 10, 2020 - C#
-
Updated
Oct 16, 2019 - Swift
-
Updated
Apr 15, 2017 - JavaScript
-
Updated
Mar 10, 2020 - C#
-
Updated
Jan 14, 2019 - C++
Although nginx is my default choice, the world is not limited just to it. Other servers, such as haproxy, also support exporting access logs via the syslog protocol, so they might be already supported, too.
Query string parsing
-
Updated
Oct 14, 2019 - HTML
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.