in node_modules/remotedev-server/index.js
var options = assign(getOptions(argv), {
workerController: __dirname + "/lib/worker.js",
- allowClientPublish: false
+ allowClientPublish: false,
+ wsEngine: "ws"
});
import ( | |
"fmt" | |
"time" | |
paseto "github.com/o1egl/paseto/v2" | |
) | |
func main() { | |
key := []byte("YELLOW SUBMARINE, BLACK WIZARDRY") |
Processing | |
Waiting | |
fetch -> Fetching | |
Fetching | |
processed -> Done | |
error -> Error | |
not processed -> Waiting | |
Done |
Ordering& | |
Browser | |
PDP | |
add to cart -> PDP | |
buy -> Fulfilment | |
checkout -> Fulfilment | |
Fulfilment | |
confirm -> Check-in | |
Check-in |
App& | |
Content | |
Stores | |
pick store -> Categories | |
Categories | |
pick category -> Product List | |
back to store list -> Stores | |
Product List | |
choose product -> Product | |
back to categories -> Categories |
FROM golang:1.12 AS build | |
COPY ./main.go . | |
# ARG here is to make the sha available for use in -ldflags | |
ARG GIT_SHA | |
# -ldflags "-X main.sha=${GIT_SHA}" allows main.sha to be set at build time | |
RUN go build -ldflags "-X main.sha=${GIT_SHA}" -o /app | |
FROM scratch |
in node_modules/remotedev-server/index.js
var options = assign(getOptions(argv), {
workerController: __dirname + "/lib/worker.js",
- allowClientPublish: false
+ allowClientPublish: false,
+ wsEngine: "ws"
});
/* @flow */ | |
const messages = { | |
"a": "A", | |
"b": "B", | |
} | |
type Locale_ = typeof messages | |
type Key = $Keys<Locale_> |
"use strict"; | |
var React = require("react"); | |
var ReactNative = require("react-native") | |
var AppRegistry = ReactNative.AppRegistry; | |
function reactClass(htmlSignal) { | |
return React.createClass({ | |
componentWillMount: function () { | |
var ctx = this; |
I hereby claim:
To claim this, I am signing this object: