-
I noticed this when our application was shutting down and it's not critical for us but it could be a problem if EventExecutors are being torn down on some ongoing basis.
Promises of EventExecutors …
-
When a user joins a room with many users the request size might be too huge for the HPB:
https://github.com/strukturag/nextcloud-spreed-signaling/blob/cdf5cd47cb7d5bfd11f8d8d4635e5bd551cc5261/backend…
-
Are there any plans to update this package?
To be clear I'm not demanding that this happens, just asking so I can plan what to do for my project :)
Thanks!
-
### Store Application
Planka
### App version
1.23.4
### Description
Planka fails to initializes on the first run.
### Steps to reproduce
1. Install Planka from the store
2. Try to launch it
…
-
The `The script will never generate a response.` error is generally a very hard error to debug, the only source on the internet being [this blog post](https://zuplo.com/blog/the-script-will-never-gene…
-
### Before You File a Proposal Please Confirm You Have Done The Following...
- [X] I have [searched for related issues](https://github.com/typescript-eslint/typescript-eslint/issues?q=is%3Aissue+labe…
yelly updated
23 hours ago
-
**Issue by [njx](https://github.com/njx)**
_Tuesday Oct 30, 2012 at 23:33 GMT_
_Originally opened as https://github.com/adobe/brackets/issues/1997_
----
Most of Brackets is using `done()`/`fail()` …
-
I'm developing an office add-in (webpack: 4.46, ts: 4.2.3) and I'm hoping this library can work for me. If so I will definitely be purchasing a license, but I'm running into some problems with pdf.js …
-
-
If you do something like:
_dashboard.getGuideLocationDetails = function(guideLocations){
var promises = [];
var locationDetails = [];
angular.forEach(guideLocations, function(location…