-
First of all, this is a great library that I found recently.
Github says this lib has 20 contributors, but it seems none cares about answering issues, or even close the ones that are worked-around …
-
### Issue workflow progress
_Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_
- […
-
## Description
Error while Drupal "Run Updates" command.
After updating the module from **3.0.8** to **3.0.10** version with the command **composer update drupal/apigee_edge -W** command "**Run Upd…
ibilo updated
1 month ago
-
# WebSockets Support in Mirage
## Summary
Our team has been working on integrating web sockets mocking with Mirage. We set out to find something that worked for us. We've built this and have bee…
-
Occasionally the duration reported by calling `a := time.Now(); b := time.Now(); c := b.Since(a)` can be negative, since Go does not use a monotonic clock source for `time.Now()` calls. This affected …
-
I have a module, let's call it myModule that imports @myScope/myPackage
myPackage contains two functions - foo and goo
myModule exports the class 'MyClass' that uses both package functions
whe…
-
# Feature or enhancement
Currently, `call` objects from the `unittest.mock` library only provide a tuple of positional arguments and a dictionary of keyword arguments passed to the function. It sho…
-
I really wanted to love gqty and use it for all of my projects.
Just writing code as if it was an object and have React Suspense load it is fantastic!
But ultimately I had to switch back to Apol…
-
When using `if (isWindows) { ... }` from `package:os_detect` I would expect `{ ... }` to be tree-shaking when I'm not compiling for Windows.
I think this is relevant for Flutter applications.
Th…
-
I use pusher-test-stub in two diferents AngularJS projects, after pusher library upgrade i see this error in the browser console:
`Cannot read property 'extend' of undefined pusher-test-stub.js:17…