Newest Questions

Filter by
Sorted by
Tagged with
Best practices
0 votes
0 replies
4 views

I am currently learning programming and want to improve my problem-solving ability rather than just memorizing syntax or copying solutions. I understand that strong programming skills come from being ...
Varun Manhas's user avatar
Advice
0 votes
0 replies
9 views

I've been running myself ragged trying to figure this out, since the documentation is rather sparse and the plugins are all somewhat out of date, but for a school project, I need to create a prototype ...
Sephun's user avatar
  • 1
Best practices
0 votes
1 replies
20 views

I'm pretty new to Python and am trying to understand the different ways of achieving things. I have an array of dictionaries with key value pairs: a = [ { "Key": "K1", "Value&...
Jules's user avatar
  • 687
Best practices
0 votes
6 replies
17 views

I have a dataframe with two index levels from a stack operation, and I'd like to then drop rows based on a condition for the index. Currently, what I've got goes something like this: import pandas as ...
Petra's user avatar
  • 385
Tooling
0 votes
2 replies
13 views

Claim my identity on Google knowledge panel for all of my platforms with new Gmail account lost all emails and phones connected to my platform pages I've been locked out of all my artists accounts and ...
Anitriel queeneyelevia Bryant's user avatar
0 votes
0 answers
13 views

I have a monorepo (turborepo) with comments package. In my other project I want to import this package locally so that I have a hot reload. In my package.json I did: "@my-scope/comments":...
Ugus's user avatar
  • 365
0 votes
0 answers
18 views

I am writing a javascript based video game that uses the p5.js library. I am trying to speed up the loading of the game, by copying loaded images, instead of repeated loading the same one's. Is there ...
user1104028's user avatar
0 votes
0 answers
24 views

I'm working on a Color Picker widget using Qt 6.6, QWidget and QGraphicsView, I'm experiencing two issues: Issue 1) When the QGraphicsView has no zoom and the window is moved and the image is draw, ...
Niele's user avatar
  • 1
0 votes
0 answers
12 views

I'm having issues with a specific feature in Visual Studio (Hot Reload for local iOS devices with MAUI) that Microsoft has partially removed from VS 2022 after version 17.14.18 (it works in version 17....
Marquito's user avatar
0 votes
0 answers
14 views

In my main project there are 2 sub-projects (C++ lib and Rust bin). First I need to build the C++ library followed by Rust binary. I am using cmake to build the entire project. When I issue make ...
Harry's user avatar
  • 4,357
Advice
0 votes
1 replies
27 views

I am receiving multiple emails advising that my cloud storage has been de-activated and everything will be permanently deleted. Is this a scam? Do I just ignore them? A few of my friends are also ...
Susan Griffin's user avatar
0 votes
0 answers
9 views

I am trying to generate iOS frameworks from a Flutter module using the flutter build ios-framework command. The build fails during the plugin compilation stage when the google_maps_flutter plugin is ...
Sunil Verma's user avatar
Best practices
0 votes
0 replies
22 views

You can implement OAuth manually, but if you want something quick you can use an API like this: const { Syntro } = require('syntro'); const syntro = new Syntro(API_KEY); await syntro.socialLogin('...
Bartosz Korzeniowski's user avatar
Best practices
0 votes
3 replies
39 views

I'm making an RPG game in Python, and I have some code that checks if the player is moving towards the border. I'd like some feedback on it, because it feels a bit chunky. def border_check(self, w, dx,...
Peter Lichtenstein's user avatar
0 votes
0 answers
17 views

When I click on links to files in the VS Code chat window, this sometimes makes Firefox (my default browser) open and attempt to use the link as a URL. In other words, when I click on a blue link in ...
Nereus's user avatar
  • 361

15 30 50 per page
1
2 3 4 5
1611183