-
### What is the idea?
Improve the existing implementation for OAuth2.
### Why is this needed?
The current implementation relies on a copy and paste approach to token handling (not ideal) and …
-
When I run npm run stryker it times out and doesn't run the mutations
-
When these were included in the java build system they got run as part of the test suite.
Now that they're in github we need some way to make sure samples don't get broken by changes to the libraries…
-
**Describe the bug**
I get a HTTP 500 error when trying to call a mocked rest service. I'm using Castlemock 1.6.5 and started it via docker
In the docker logs I only have the following
```
20…
-
### What's not working?
On a fresh install of RW 0.15.3, when I try to run storybook I get the following output
Looking in my node_modules folder I can't find the generated-entry.js file at all
T…
-
## Description
### Problem/Task
We need to ensure the proper functioning and reliability of our StaffService methods. There is one test already written which passes, this can be used as a template fo…
-
### What would you like?
For `@cypress/webpack-dev-server`, we want to allow the `optimization` option defined in [`makeDefaultWebpackConfig`](https://github.com/cypress-io/cypress/blob/v13.6.6/npm…
-
Hey,
I decided to give this addon a go and the first thing I encountered was this error when I tried to start my storybook `nx storybook frontend`:
```
[webpack-dev-middleware] wait until bund…
-
Would be very useful to serve directory, rather than 1 file. Say you got `accounts.json`, and `flight.json`, would be great to call something `json server src/app/db/.` and ability to call `localhost:…
-
Suppose this function using `$httpBackend` :
``` javascript
$scope.find = function() {
$http.get('/resource', { cache: true }).then(function(response) {
var data = response.data;
var parts …