-
Problem: Currently, we simply assert that an error is not nil in our unit tests. However, this is fragile as there are many functions that return multiple errors, and so it's important to know the exa…
-
### Thanks in advance for your bug report!
- [X] Have you reproduced issue in [safe mode](https://pulsar-edit.dev/docs/atom-archive/faq/sections/what-does-safe-mode-do.html)?
- [x] Have you used t…
-
## Error in 自动记账
**java.lang.IndexOutOfBoundsException** in **MainActivity**
Inconsistency detected. Invalid view holder adapter positionBaseViewHolder{4cc2924 position=6 id=-1, oldPos=0, pLpos:0 scr…
-
## Error in uhuruphotos
**android.app.RemoteServiceException$ForegroundServiceDidNotStartInTimeException** in **ContextImpl.java:1953**
Context.startForegroundService() did not then call Service.star…
-
I am using coroutines to call the api, If the response code is 500 then the app is crashing even though I'm catching the exception. Below is the implementation:
```
interface OnboardingApi {
…
-
I'd like to use Bugsnag with custom reports that may include some objects in the tabs. It's pretty close with the current API, but the `Serializer` is too restrictive:
```
this.mapper.setSerializa…
-
### Describe the bug
What happens is that when I add the android bugsnag plugin it compiles an apk for me when I have not requested it, I have only requested an aab file
### Steps to reproduce…
-
## issue in installation package ng-toolkit
Installing packages for tooling via npm.
[bugsnag] Loaded!
ERROR: Cannot find module '@schematics/angular/utility/workspace'
ERROR: If you think th…
-
When I'm using this code
```
var openvpnmanager = require('node-openvpn')
var openvpnBin = require('openvpn-bin')
var path = require('path')
openvpnBin.initialize('openvpn', {
host: '(VPNS…
-
If
`import apolloStorybookDecorator from 'apollo-storybook-react';`
I get the following error
```
undefined is not an object (evaluating 'navigator.userAgent.length')
```
Not really sure how …