Django:Bug reporting app [closed] - django

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Is there any Django bug reporting app which can be integrated easily into already built Django website and which lets site users to report bugs?

My experience with user reported bugs is not satisfactory.
After some years my decision is to make everyhing fail loudly and use Sentry to log it.
Sentry is a great app. It was created by dcramer, a guy working on disqus (they use it too).
I know this is not what you're directly looking for, but might be helpful.

As usual Django Packages is the best stop for an overview of existing apps.
In your case make sure to check the apps listed in the Feedback-Grid.

Related

Is there an overlap between cljfmt and clojure-kondo? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 4 months ago.
The community reviewed whether to reopen this question 4 months ago and left it closed:
Opinion-based Update the question so it can be answered with facts and citations by editing this post.
Improve this question
I have been using Clojure, ClojureScript, lein, shadow-cljs, re-frame, reagent, Emacs, and CIDER to work on a Clojure/ClojureScript dynamic web app project.
For the last several weeks, I have been focusing on a Continuous Integration effort.
After setting up the build via GitHub Actions, now I want to integrate cljft (a formatter tool) and clj-kondo (a linter).
To my naive eyes, both feel like fully complementary tools/extensions. This was my understanding by reading the documentation and running locally some commands to fix files.
But, I would like to ask: is there some overlap between them?
Is there any chance that one of them could overwrite the "fixes" (the work in general) automatically generated by the other? If so, in which circumstances?
I asked this question on Clojurians Slack. A user called "borkdude" (Michiel Borkent who is the creator of clj-kondo, babashka and SCI) answered the following:
clj-kondo doesn't fix anything automatically, but clojure-lsp can do that for you based on what clj-kondo finds. it also has integration with cljfmt I think
but to answer directly: no, there aren't any conflicts between cljfmt and clj-kondo

Django: how to zip all html/css/js files? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I'm building my new website using the great Django framework and I would like to bundle all
js/css/html together for external design work.
Do you know any tool that might come up handy?
Or maybe there is another option for external designer to work on my project?
10x
The normal option is to use a revision control software which not only will let you share the needed code but also continuously integrate the changes without conflicts when one of the developers changes something. Of course compression of resources is automatically done by those software.
No serious developer, even alone, works without such a source control software.
There are online solutions if you can't set up a server, for example https://github.com/

Is C++ appropriate for my application? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am developing a Windows desktop app, it allows users to create accounts and then login. Once logged in it allows them to interact with other users, and even has a chat box in a certain area. This app will eventually be ported over to android and ios(hopefully). Considering that it fetches quite a bit of information over the internet is C++ the most appropriate language to program it in?(i know quite a bit of c++, enough to make this) or should I use HTML5 or something else.
EDIT: For simplicity, essentially what I would like to know is. What is the EASIEST language to program an application in that will accept username/password and allow users to interact with one another. This program will also be accepting payments within it. I would like to use a language that is easily ported over to Android and IOS.
This is a question that doesn't really have a good answer. It's like asking what color you should paint the garden shed. There are many correct answers, and they are all subjective, and most likely based on the answerer's personal experiences.
If you have had experience with C++, then by all means go for it. C++ and it's related languages have the capability to create message windows and interact over the internet, so it is a good possibility for you.

Mutt e-mail client development ended? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
Has development on Mutt (the e-mail client) ended? I can't figure it out from the Wiki page. How would I go about pushing a patch upstream if I had one? (so far, I just have something that works for me).
Incidentally: are there many people using it still nowadays? Why no development on it for months?
I looked here: http://dev.mutt.org/hg/mutt/
Fortunately, there's been quite some activity since your post:
http://dev.mutt.org/hg/mutt/

Real time sports scores from a web service? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Since this post is over 3 years old now, I was wondering if anyone was aware of any open web services out there where live sports scores can be downloaded from.
Any demos or sample code would be great.
Thanks!
http://www.sportsdatallc.com/ is the best place I have found. They are expensive if you want realtime stats, but they have everything, and seem to be reliable.
If you want something free, then try ESPN APIs, but they do not yet offer score. They do offer team and player stats at the moment, however. I imagine they will eventually open up scores to the public.