-
# Description
Errors in hold streams are not logged
# Steps to Reproduce the Issue
Check [stackblitz](https://stackblitz.com/edit/angular-ivy-sndw3n?file=src%2Fapp%2Fapp.component.ts) example…
-
This needs a tweak from someone that actually knows Python. I think it needs some formatting ant to be put behind a command line flag, but there may be inspiration in here. (Or it may be garbage...)
…
-
Currently when the program tries to connect to the server to retrieve the queue and it fails, just the work error appears. More detail would be helpful.
-
```
I have error. But vboxwebsrv is running
netstat -tulp
tcp 0 0 2x3.x0.x30.2xx:18083 *:*
LISTEN 9994/vboxwebsrv
ps -ef
vbox 9994 1 0 20:4…
-
When logging out, I get the following typeahead errors:
```
Error: Exception from Tracker recompute function:
> Before: 28931ms (diff: 28931ms)
at usePostMessage (http://localhost:3000/packages/…
-
Hi all, love the project!
I already had an account previous to the multiplayer update. I wanted to check it out so I installed the latest launcher version and proceeded to log in. First thing I not…
-
### Information about bug
I created a single server instance of ERPNext running via Docker. It was working, but I noticed that I could not login with Firefox anymore. After logging in, it shows a pag…
-
![image.png](https://raw.githubusercontent.com/nus-cs2103-AY2425S1/pe/master/files/8f8f40eb-85a3-46e7-ad40-7bc29aae0aa6.png)
** Description:**
The application fails to start if it lacks write pe…
-
Sometimes TeslaMate does not detect charge starts.
Powershell code to resume logging by TeslaMate car ID:
```
try {
Invoke-WebRequest -Uri "http://192.168.1.50:4000/api/car/1/loggi…
-
I used to authenticate through Authorization header:
`HubConnectionBuilder()
.withUrl(url, options: HttpConnectionOptions(accessTokenFactory: auth.authorization))
.build()…