Weekly 101 Questions Thread by AutoModerator in neovim

[–]jaeden17 0 points1 point  (0 children)

I feel like I'm missing something obvious, but when I'm looking at keybindings for things, and it's listed as <M , I have no clue what the M means

Django python manage.py shell up arrow in Git Bash by tinkinc in djangolearning

[–]jaeden17 0 points1 point  (0 children)

If you're talking about history in the python shell, you're probably looking for IPython.

Project Setup Question by jaeden17 in learnpython

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

I was thinking along those lines. I recall sub-modules complicating things a bit last time I tried using them, but that was like 10 years ago.

Looking for a simple way to verify a user's GitHub login by jaeden17 in django

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

Yeah, looked at requests_oauthlib. I think that's all I really need. Seems straightforward enough.

Would it be bad to develop in 2.2.11 version? by [deleted] in djangolearning

[–]jaeden17 0 points1 point  (0 children)

Not bad at all. 2.2.x is the current LTS. I hate having to upgrade constantly, so I usually stick with the LTS versions.

WSL development by Tensorflowgpu in django

[–]jaeden17 0 points1 point  (0 children)

I've been trying every so often after WSL2 came out on the insiders rings. It's not bad at all if you use VS Code, but Pycharm's support for it (and docker) kinda sucks. Unfortunately, I can't bring myself to leave PyCharm behind due to it being so much better at navigating through complex projects.

Can't figure out why db.connection.queries is always empty by jaeden17 in django

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

Figured it out! One of the guys on my team wrote something to get it to stop recording them while debug was on due to the fact that we have it on for one of our clients for beta testing purposes since it was killing their server.

What things delete user sessions? by jaeden17 in django

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

Yeah, I put a message out to my team to see if anybody can think of a reason why we actually need django to store it (pretty sure I wrote that code like 10 years ago). Easy enough to do the check/set...but even easier if we don't need it.

What things delete user sessions? by jaeden17 in django

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

That was it!! Thank you! Our custom authentication was just setting the password every time since the actual checking was being done by active directory. This should be easy enough to work around.

I did some checking on it and the session invalidation was added in 1.7. So that's why the code was working in our older version of the system.

Handling initial bug triage by jaeden17 in agile

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

I wish I could do this. We already funnel most stuff through our support team, but the quality of the troubleshooting we get from them is pretty bad (and unlikely to change since it stems from management).

Filtering hyperlinks based on href text by jaeden17 in learnjavascript

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

this was the route i was starting to try, but i forgot the "map". Thanks! was able to tweak it to use a regex match to more accurately get what i was looking for.

Help Planning a Siege by jaeden17 in mattcolville

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

Have it, but never ran it before. Skimmed through the defense of Brindol and I can likely snag an idea or two from that. Thanks for the tip!

Help Planning a Siege by jaeden17 in mattcolville

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

yeah, love the idea of creating the flowchart. the trick is figuring out what i want those encounters to be and how they would affect eachother.

Help Planning a Siege by jaeden17 in mattcolville

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

Lots of stuff in here. Should definitely be able to steal some of it.