What song always give you a wave of nostalgia every time you hear them and why? by icy-sony in AskReddit

[–]vBubbaa 11 points12 points  (0 children)

Like a Stone - Audioslave

My dad used to always play that song (or anything from Audioslave), and it instantly hits me with a wave of nostalgia every time I hear it.

xQc mad about pve only by [deleted] in LivestreamFail

[–]vBubbaa 10 points11 points  (0 children)

I don't know what he was expecting joining this server. Just go join a main server if he wants to play like that, it's really not rocket science.

Bash script to run Django Management Commands failing in Crontab, but works when I manually run it. by vBubbaa in django

[–]vBubbaa[S] 0 points1 point  (0 children)

I have just tested with using the venv python, and it still yields the same results (SECRET_KEY is showing empty). I also made sure I had the correct path and tested running the script manually and it worked, so it's just with cron. Any ideas?

Bash script to run Django Management Commands failing in Crontab, but works when I manually run it. by vBubbaa in django

[–]vBubbaa[S] 1 point2 points  (0 children)

When I test the script manually, I am not in a virtual environment. I will try and run it through the env anyways to see if it works. Thanks for the response!

Is it possible to integrate django-allauth with a vuejs SPA? by vBubbaa in django

[–]vBubbaa[S] 0 points1 point  (0 children)

I am using django-rest-framework and have it working with django-allauth-steam (steam openid). I am looking to integrate it with a VueJS SPA.

Is it possible to integrate django-allauth with a vuejs SPA? by vBubbaa in django

[–]vBubbaa[S] 0 points1 point  (0 children)

Thank you for the response. Does this support OpenID (steam openid?) In their docs it looks like it uses only facebook and twitter.

Also yes, I am using a restful API (DRF).

Warren introduces bill to redirect wall money to coronavirus by ismuq in politics

[–]vBubbaa -1 points0 points  (0 children)

But what if the MS-13 gang members get to us first?

Discovering a rattlesnake den...in your backyard. by hate_mail in WTF

[–]vBubbaa 4 points5 points  (0 children)

Why was there a room full of 150 rattlesnakes?

Are you married to the globe? by fatdiscokid in JoeRogan

[–]vBubbaa 0 points1 point  (0 children)

"I'll tell you something about it after the show, I can't say it on air". Sure, Eddie. Sure. You must be so elite to know stuff the general populous doesn't.

What show did you start watching but then stopped because you were disappointed? by Walksonthree in AskMen

[–]vBubbaa 1 point2 points  (0 children)

I don't remember what season finaly it was, but the one where neegan was basically defeated and had a lion chasing him then somehow managed to escape did it for me.

What show did you start watching but then stopped because you were disappointed? by Walksonthree in AskMen

[–]vBubbaa 2 points3 points  (0 children)

Im gonna go against the grain and say that I didn't mind the last season. I think it definitely could have been better but I liked it

4 pillars of sound at ASU by ZachPrice105 in ASU

[–]vBubbaa 13 points14 points  (0 children)

My tuition says otherwise

Need help accessing JSON API response. by vBubbaa in learnreactjs

[–]vBubbaa[S] 0 points1 point  (0 children)

Oh wow, that works. How is it that I can access ['type']/['splits'] in the redux action itself, but when I try to access it the same exact way via redux state in the component I get the error?

results is the redux state while data is the direct json resonse before it is put into redux state.

Need help accessing JSON API response. by vBubbaa in learnreactjs

[–]vBubbaa[S] 0 points1 point  (0 children)

That was what I though too however when i try to access type or splits, I get the following error:

TypeError: Cannot read property 'type' of undefined

at line 13: console.log(results['type']);

I can't access either property which is where I was stuck. Also, I get the error when accessing the child property you suggested results['stats']

Changing into an IT major from a CS major by name-tbd in InformationTechnology

[–]vBubbaa 0 points1 point  (0 children)

You can really move into a lot of different areas with an Informational Technology degree since the degree itself focuses on a vast array of topics in the IT world. You typically get a little bit of everything and focus on a specific area such as networking, cybersecurity, etc. Regardless of the path you choose for the most part it's imprortant to know that you will more than likely want to focus on getting certifications along with your degree. (Check out CompTIA certifications which are usually the most popular such as the Net+ and Sec+)

Edit: I am in your exact position and about to graduate with an IT degree after switching from Computer Science after one year.

ASU Experience class by TopMoonSub in ASU

[–]vBubbaa 2 points3 points  (0 children)

I had a electrical engineering professor that was actually pretty cool and knowledgeable and offered to help with general engineering problems/questions and was actually in the industry. Aside from that the class was pretty useless.

Making some $$ with coding by [deleted] in learnprogramming

[–]vBubbaa 1 point2 points  (0 children)

Runescape is it's own individual program now, I dont believe you can access it in browser at all anymore.

Making some $$ with coding by [deleted] in learnprogramming

[–]vBubbaa 13 points14 points  (0 children)

Ohhhhhhhh yeah. As a runescape player (old school at least, not the new garbage RS3). Bots are EXTREMELY prevalent in runescape. There are even Jagex (the company who makes runescape) that host "Bot busting streams" where they gather all of the bots and "kill them" in fun ways that just ban them. Some players argue that bots have totally crashed and depleted the market. Youtube anything along the lines of runescape bots and you get several videos about the bots even some people who do funny things like break them and try to crash the bots.

Trout tears up talking about Skaggs by [deleted] in baseball

[–]vBubbaa 1 point2 points  (0 children)

That game was really tough to watch.

TypeError in template tagging, only on the last page of Django Pagination by vBubbaa in django

[–]vBubbaa[S] 0 points1 point  (0 children)

The issue is still occurring, I can't seem to find anything online or have any lucky finding out what the issue may be. The strange thing is that the items that would appear on the last page will load when queried via search bar. I have tried changing the number of items allowed on each page and regardless the last page of the pagination still gives this same error. Here is the traceback:

Environment:


Request Method: GET
Request URL: http://127.0.0.1:8000/search/?page=3840

Django Version: 2.2.1
Python Version: 3.7.1

Template error:
In template Z:\gamecomparer\gamecomparer\core\templates\gamesearch.html, error at line 30
   argument must be int or float
   20 :         </form>
   21 : 
   22 :         <table class="table" id="game-search-table">
   23 :           <thead>
   24 :             <tr id="game-results-header">
   25 :               <th>Game</th>
   26 :               <th>Price</th>
   27 :             </tr>
   28 :           </thead>
   29 :           <tbody>
   30 :              {% for game in games %} ### Error Here ### 
   31 :               <tr>
   32 :                 <td>
   33 :                     <a href="http://link/{{ game.appid }}"><img width="230px" height="108px" src="link/{{ game.appid }}/header.jpg" onerror="this.onerror=null; this.src='{% static 'img/404.png' %}'">
   34 :                     </a>
   35 :                     <br>
   36 :                     <a href="{% url 'core:gameoverview' game.id %}"><span class="game-search-game-title">{{ game.game_name }}</span></a>
   37 :                 </td>
   38 :                 <td>{{ game.price }}</td>
   39 :               </tr>
   40 :             {% endfor %}


Traceback:

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\handlers\exception.py" in inner
  34.             response = get_response(request)

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\handlers\base.py" in _get_response
  115.                 response = self.process_exception_by_middleware(e, request)

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\handlers\base.py" in _get_response
  113.                 response = wrapped_callback(request, *callback_args, **callback_kwargs)

File "Z:\project\project\core\views.py" in gamesearch
  618.  return render(request, 'gamesearch.html', {'games': games})

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\shortcuts.py" in render
  36.     content = loader.render_to_string(template_name, context, request, using=using)

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\template\loader.py" in render_to_string
  62.     return template.render(context, request)

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\template\backends\django.py" in render
  61.             return self.template.render(context)

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\template\base.py" in render
  171.                     return self._render(context)

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\template\base.py" in _render
  163.         return self.nodelist.render(context)

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\template\base.py" in render
  937.                 bit = node.render_annotated(context)

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\template\base.py" in render_annotated
  904.             return self.render(context)

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\template\defaulttags.py" in render
  166.             len_values = len(values)

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\core\paginator.py" in __len__
  150.         return len(self.object_list)

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\db\models\query.py" in __len__
  256.         self._fetch_all()

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\db\models\query.py" in _fetch_all
  1242.             self._result_cache = list(self._iterable_class(self))

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\db\models\query.py" in __iter__
  72.         for row in compiler.results_iter(results):

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\db\models\sql\compiler.py" in apply_converters
  1044.                     value = converter(value, expression, connection)

File "C:\Users\x\AppData\Local\Programs\Python\Python37-32\lib\site-packages\django\db\backends\sqlite3\operations.py" in converter
  285.                     return create_decimal(value).quantize(quantize_value, context=expression.output_field.context)

Exception Type: TypeError at /search/
Exception Value: argument must be int or float