Skip to content
#

bugs

Here are 177 public repositories matching this topic...

anorouzi
anorouzi commented Jan 28, 2020

Describe the bug
I have installed the helpdesk inside Django 3.0 . and used rest api authentication in it. when assessing the helpdesk by (even super user or staff) the following error shown as alert.

DataTables warning: table id=ticketTable - Ajax error. For more information about this error, please see http://datatables.net/tn/7

And the following inside the console:

GET /helpdesk/d

lifeiscontent
lifeiscontent commented Apr 21, 2020

Can you guys update your example to include a custom express.js server? The Next.js example you have is too trivial for real world situations so it'd be much more helpful to show how to use bugsnag in cases where you'd have custom routes being served by express. (I know that API routes exist now. but they didn't exist before so it'd be nice to show case common use cases within Next.js)

We're cu

AdityaAnand1
AdityaAnand1 commented Feb 26, 2018

I'm giving you the benefit of doubt if this was a typo but

minSdkVersion 25 (7.1) Nougat

Wow! That needs to be targetSdk not minSdk. If it had to be minSdk, we would basically never have new features because who is going to abandon >99% of their user base just so they could have the sweet new app

ngan
ngan commented Apr 7, 2020

Description

config.ignore_classes should take an array of strings instead of constants (or either?)

Issue

As we add error classes to the ignore_classes we're realizing that we're inadvertently loading those classes that don't need to be loaded. It would be good if ignore_classes can take in an array of class names as strings since this comparison is done at the time of error any

HenrikBengtsson
HenrikBengtsson commented Dec 5, 2019

When a function is defined in a script and we source() the script, the function carry "srcref" attributes with details on the script file location and on what lines in that file the function was defined. It would be useful have print() display this information for functions, e.g.

> my_fcn
function(msg = "hello world") {
  message(msg)
}
<srcfile: '/home/alice/R-scripts/utils.R' (
pior
pior commented Oct 30, 2018

Description

This library doesn't provide type hints.

Issue

When type checking a project, the bugsnag lib must be ignored (in Mypy config) to avoid getting
an "import error".
Ignoring a library reduce the usefulness of type checking.

Note: once type hints are added to the project, a PEP-561 marker should be added to signal to MyPy that the package provide type hints: see http

Improve this page

Add a description, image, and links to the bugs topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bugs topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.