-
Updated
Jun 3, 2020 - Clojure
#
bff
Here are 47 public repositories matching this topic...
Microservice query language
Open
Q: Tutorial
3
Backend is responsible to provide data to EVOlution App - iOS
macos
toolchain
swift
backend
xcode
evolution
server-side-swift
ibm-bluemix
kitura
ibm
proposals
bff
swift-evolution
evolution-app
bff-component
-
Updated
May 31, 2018 - Swift
Manage restQL queries
-
Updated
Jun 22, 2020 - JavaScript
Malagu Development Framework
-
Updated
Jun 23, 2020 - TypeScript
3
Stef-SD
commented
Feb 14, 2020
I can't use the Document interface in my WarpJS warped function.
var wordElement = document.createElement('ul'); // create single word element
engine-prod.js:30 Uncaught (in promise)
ReferenceError {stack: "ReferenceError: document is not defined↵ at fn …ndRejections (internal/process/next_tick.js:81:5)", message: "doc
Example project to demonstrate how to connect frontend, BFF and microservice via contract-first OpenAPI specification
microservices
typescript
spring-boot
frontend
example
architecture
openapi-specification
bff
openapi-codegen
openfeign
-
Updated
Jul 1, 2018 - Java
The -ck patchset for the linux kernel, merged into 4.15
-
Updated
Feb 18, 2018 - Shell
ianwalter
commented
Apr 17, 2019
To help find flaky tests. It could look like
const { test, times } = require('@ianwalter/bff')
test('click handler', times(10), ({ expect }) => {
let testValue = 'foo'
const a = document.createElement('a')
a.onclick = () => (testValue = 'bar')
a.click()
expect(testValue).toBe('bar')
})
``-
Updated
Apr 5, 2020 - TypeScript
ianwalter
commented
Oct 7, 2019
So that selenium standalone and the webdriver remote instance aren't started if some other logic disables webdriver for the test.
Improve this page
Add a description, image, and links to the bff topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bff topic, visit your repo's landing page and select "manage topics."
Could you make a tutorial out of the content of this repo? How to assemble each part step by step.