Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
-1 votes
0 answers
32 views

I have error on line 87: missing lifetime specifier expected named lifetime parameterrustcClick for full compiler diagnostic main.rs(87, 11): consider introducing a named lifetime parameter: `<'a&...
patron 1's user avatar
0 votes
0 answers
90 views

I am making a pixel mobile game, and using a 3x5 pixel font. But Godot is adding a pixel of spacing around and I cant figure out why. Is this something to do with the font, or is there a Godot setting ...
mihelcic's user avatar
0 votes
0 answers
77 views

C++ 20 / SFML 3.0 / Visual Studio 2022 / Windows 10 My build run exactly how I want it to... for about five seconds. If I reduce the max frame rate to 60, it will run for about twice that long. After ...
user avatar
0 votes
0 answers
57 views

I am running a rooted CalyxOS (rooted using magisk) on a Google Pixel 8 (Shiba) device. uname -a: Linux localhost 5.15.137-android14-11-gbc062a78e195-ab12057991 #1 SMP PREEMPT Mon Jul 8 12:34:46 UTC ...
Gal Kaptsenel's user avatar
-1 votes
1 answer
671 views

I'm encountering a strange issue where my Flutter app fails to launch on some Android 15 devices. It affects both Samsung (One UI) and Pixel devices. However, the app works correctly on many other ...
Oleh's user avatar
  • 1
1 vote
0 answers
154 views

I am developing an Android app using Health Connect (version 1.1.0-rc01) on a Pixel 9a running Android 15. I'm trying to request Health Connect permissions (e.g., android.permission.health.READ_STEPS) ...
user30594948's user avatar
3 votes
1 answer
433 views

I'm currently developing a pixel art game in GameMaker Studio 2, and I'm running into issues with scaling and resolution that affect how my pixel art looks. My game has a native resolution of 320x180, ...
GigaaaChaaad's user avatar
0 votes
0 answers
52 views

For a "browser fingerprint" project at university I want to measure dimensions of different html-elements to get a fingerprint due to different rendering engines and configurations of the ...
silem's user avatar
  • 21
0 votes
1 answer
97 views

I'm creating a Tkinter GUI where I want a black Text widget (message_entry) to be exactly the same width as the combined width of two horizontally placed buttons. I’m using proportions of the screen ...
user29255210's user avatar
-3 votes
1 answer
94 views

I am working on a Shopify theme extension and need to send the Purchase event to Meta through the Meta Pixel. However, theme extensions do not have access to the checkout or thank-you pages, making it ...
ma24557's user avatar
0 votes
1 answer
50 views

Unknown size limit of API: android.net.wifi.aware.DiscoverySession.sendMessage causes System.err Link to documentation: https://developer.android.com/reference/android/net/wifi/aware/DiscoverySession#...
coderpat's user avatar
1 vote
1 answer
155 views

I'm presently trying to do a sorta Starfox clone with Raylib, using the heightmap example here: https://www.raylib.com/examples/models/loader.html?name=models_heightmap In order to handle collision in ...
Reverend Speed's user avatar
1 vote
1 answer
128 views

Can someone tell me what the format field of the SDL_PixelFormat is for? What does it contain? The documentation of the SDL2 library does not give enough detail. https://wiki.libsdl.org/SDL2/...
Zug's user avatar
  • 323
1 vote
0 answers
39 views

I've recently been trying to make an VGA terminal in C using SDL2. So far, I've rendered pixels by using this function here: void update(SDL_Renderer** ren){ for(u16 y = 0; y < 480; y++){ ...
Dorp's user avatar
  • 11
0 votes
1 answer
39 views

I know the EDID information received from monitors gives you the native resolution for that monitor (usually the highest supported resolution). The native resolution for a monitor should be the ...
Ayon Sen's user avatar

15 30 50 per page
1
2 3 4 5
272