Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
3 views

On Sun Country Airlines, passengers get the best assistance to manage their travel plans in different circumstances. Under Sun Country Flight Change Policy, passengers can make effective changes. Well,...
Satyam Dubey's user avatar
0 votes
0 answers
5 views

I have the following sample code which shows the problem {-# LANGUAGE TypeFamilies #-} {-# LANGUAGE AllowAmbiguousTypes #-} {-# LANGUAGE ScopedTypeVariables #-} {-# LANGUAGE FlexibleContexts #-} {-# ...
JonnyRaa's user avatar
  • 8,148
-1 votes
0 answers
16 views

I have a simple shell script running on Ubuntu doing: if [ "$1" == "run" ]; then # Do stuff fi When I run it I get this: 44: [: unexpected operator This script was migrated from ...
Joly's user avatar
  • 3,332
0 votes
1 answer
22 views

Function case (MRE): MyType = MyDataCtor [MyType] | ... other cases (none of which require the map operation) foo :: Type1 -> Type2 -> (Type1, Type2) foo a (MyDataCtor (m:ms)) = <help me> ...
kesarling's user avatar
  • 2,336
Advice
0 votes
5 replies
42 views

Let's say I have a dictionary such as: dict = { "Mars": [4, 3, 4, 7, 10], "Jupiter": [6, 6, 7, 9, 11], "Saturn": [4, 5, 12, 22, 1]} I would like to iterate through each ...
triedandtested's user avatar
Advice
0 votes
0 replies
30 views

Fifteen years ago I posted on my oldest website a video that showed the perfectness of math. The numbers would drop down like 1 X 9 = 9 X 1 and 1 X 9 X 8 = 8 X 9 X 1 into a pyramid. The pyramid was ...
Carl G Louviere's user avatar
Best practices
0 votes
1 replies
13 views

I have a couple of shutdown methods looking like: pub async fn shutdown(self) { self.cancel.cancel(); let _ = self.join.await; } Should i ignore the value returned from join or ...
Walentyn's user avatar
0 votes
0 answers
19 views

I'm working on a Next.js (App Router) project and my API route is not being picked up at all. Every time I send a POST request from the client, I get a 404 Not Found. The route I'm trying to hit is: /...
Kavya Vaishnav's user avatar
0 votes
1 answer
17 views

I am trying to cache the response of a query inside a server action file: export async function getCachedSession(userCacheToken: string, token: string) { "use cache"; cacheTag(`user-session:...
Syntaxis's user avatar
0 votes
0 answers
14 views

I have a series of span in my code with some short or long centered text inside. <span class="mark">CA Global</span> <span class="mark">Nombre de logements ...
Julien Fayard's user avatar
-1 votes
0 answers
18 views

I’ve been experimenting with iOS 26’s new icon customization features. I’ve noticed that many popular apps are already using multiple icons, and it seems iOS 26 allows custom icons through Apple’s ...
Antonio A. Chavez's user avatar
0 votes
0 answers
8 views

So I did download the VM appliance in the official simu5g webpage that contains simu5g and inet4.3 also with omnet6.0pre11, I did create a folder called smart_agri in simulations inside simu5g and I ...
Otman Kada's user avatar
0 votes
0 answers
29 views

I am trying to build a version of GCC for linux and windows that I can use to compile C++ using the C++23 STL stacktrace, however when I try to use the version of g++ that I have compiled it it gives ...
Sora's user avatar
  • 23
Best practices
0 votes
0 replies
13 views

I'd like to add to my an option to expose the password value in my secure field textbox. Currently I'm doing it by rendering TextField if showPassword is on, and SecureField if it's off. However, the ...
Zohar81's user avatar
  • 5,214
-4 votes
0 answers
29 views

How to make a fabric 1.21.4 minecraft rat that takes a session id and sends it to a discord webhook of my choice. i dont know how to code. the only thing i know is Minecraft mc = Minecraft....
laith's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1612488