79633216

Date: 2025-05-22 06:51:47
Score: 1
Natty:
Report link

This worked locally for me too, but switching to xhtml11_schema.html introduces an invalid namespace. Google and other XML consumers expect the standard XHTML namespace (http://www.w3.org/1999/xhtml), so this approach breaks in production environments like Search Console. Best to stick to the official namespace to avoid parsing issues.

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: DoTech J

79633209

Date: 2025-05-22 06:47:45
Score: 7.5 🚩
Natty: 6
Report link

When I try to fill table cell with unicode text, the font size increases. Is there any solution to keep the font size formatting same even if I insert unicode text into word table cell using vb.net?

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): Is there any
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): When I
  • Low reputation (1):
Posted by: Suresh Yeutkar

79633205

Date: 2025-05-22 06:42:44
Score: 3.5
Natty:
Report link

Found the answer, the eventType is published, but as a flow file attribute.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: misja111

79633198

Date: 2025-05-22 06:38:43
Score: 0.5
Natty:
Report link

It turns out I can simply do this

import org.springframework.stereotype.Component;

@Mapper(uses = EmailMapper.class)
@AnnotateWith(Component.class)
//@Mapper(uses = EmailMapper.class, componentModel = "spring")
public interface UserMapper {

Available since 1.6 (see this PR)

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Sergey Zolotarev

79633189

Date: 2025-05-22 06:32:41
Score: 1
Natty:
Report link

you can do it look like this

   <ToastContainer
        position="bottom-right"
        autoClose={3000}
        rtl={true}
        bodyStyle={{ fontFamily: "Vazirmatn" }}
      />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Khosro Ra

79633187

Date: 2025-05-22 06:28:40
Score: 4
Natty: 4.5
Report link

some parameters such as limits should be given the specific function https://rdrr.io/bioc/ggcyto/man/ggcyto_par_set.html

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: SamGG

79633185

Date: 2025-05-22 06:26:39
Score: 1.5
Natty:
Report link

I got the same problem. In my case, the problem is the redirect uri don't use your app scheme in app.json. It uses android bundle id as redirect uri scheme.You can just add your android app bundle id as your scheme in app.json and rebuild your app.

Here is my comment about this issue. https://github.com/expo/expo/issues/22572#issuecomment-2900037109

Hope it can help.

Reasons:
  • Blacklisted phrase (1): I got the same problem
  • Whitelisted phrase (-1): Hope it can help
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Wachira

79633180

Date: 2025-05-22 06:19:38
Score: 1
Natty:
Report link

This error is happening probably due to Imgur ISP ASN block. Happened to me. Try a VPN in different countries and check again.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Nikita 웃

79633158

Date: 2025-05-22 06:04:33
Score: 0.5
Natty:
Report link

I just updated from filament 3.2 to 3.3 and problem solved.

To upgrade Filament from version 3.2 to 3.3, follow these steps:

Filament v3.3 requires Laravel 10 or higher. Make sure your project meets this requirement:

composer show laravel/framework

Run the following command to update Filament:

composer require filament/filament:"^3.3" --update-with-dependencies

If you're using official Filament plugins (like forms, tables, notifications), update them as well:

composer require filament/forms:"^3.3" filament/tables:"^3.3" filament/notifications:"^3.3"
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Farhad

79633156

Date: 2025-05-22 06:03:32
Score: 1
Natty:
Report link

<Value className="org.apache.catalina.values.AcessLogValve"

         directory="logs"
         prefix="access".  
         suffix="log"
          pattern="%h %{NSC-Client-IP}I %l %u %t &quot;%r&quot; %s %b %D %F %I"
           rotatable="false"
           asyncSupported="true />
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: I Abinisha

79633148

Date: 2025-05-22 05:59:31
Score: 1
Natty:
Report link

Enabling hyper-v worked for me

Before that I installed haxam from github, checked from cmd that it was enabled, enabled bios virtualization

But in the end Android Studio didn't recognize haxam until I enabled hyper-v and it recognized it

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: yasin

79633142

Date: 2025-05-22 05:54:29
Score: 2.5
Natty:
Report link

Ignoring the warnings in VS Code work for me

VScode settings -> extension -> CSS language feature -> CSS

Find Lint: Unknown at rules and set it to ignore.

This solved my problem. property to igonre

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: MrBoxed

79633138

Date: 2025-05-22 05:49:27
Score: 2.5
Natty:
Report link

This worked for me. In this video at around 1:55 you see a workaround which is quite simple. Just select some other object that is not the character you want, and that will "jolt" it into a working condition. Then remove that and insert the actual model you want. https://www.youtube.com/watch?v=RCBM3--y7TA

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): this video
  • Whitelisted phrase (-1): This worked for me
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Santiago Salvador

79633133

Date: 2025-05-22 05:40:25
Score: 4
Natty: 5.5
Report link

It should not be be such a expensive question.. this was supposed to be done a long time ago.. I need to to so people can make and understand websites better and easier.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: James

79633131

Date: 2025-05-22 05:39:24
Score: 1.5
Natty:
Report link

also this works too haha

$num = '1';
$num2 = 1;

$num <> $num2; // returns false    
$num === $num2; 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Fredrick Mwaura

79633129

Date: 2025-05-22 05:35:23
Score: 0.5
Natty:
Report link

Perhaps research a more fully MVC model for MFC - inspirations see Stingray's Using MVC in MFC Applications.

Also, I believe that one useful trick could be providing the plain data model parts anchored as sub member (sub scope) hierarchy of your CDocument-typed implementation. That way one will be able to keep this entire implementation [type] [area] strictly out of scope of full CDocument types scope, thus avoiding an onerous dependency (woefully platform-specific ATLMFC / Win32 types), when having them passed to other areas.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: LinuxDev

79633115

Date: 2025-05-22 05:17:17
Score: 1
Natty:
Report link
edge_options.add_experimental_option("useAutomationExtension", False)
edge_options.add_experimental_option("excludeSwitches", ["enable-automation"])

Add these two arguments to your edge driver options will solve your problem.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dineth Oshitha

79633112

Date: 2025-05-22 05:13:16
Score: 1
Natty:
Report link

Changing:

const Jimp = require('jimp');

to

const {Jimp} = require('jimp');

worked for me in JavaScript.

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: crissyg

79633101

Date: 2025-05-22 05:04:13
Score: 2.5
Natty:
Report link

I run into similar issue on my Mac and figured out the rootcause to be ".DS_Store" file whose content got sneaked into yaml when helm generate them. Deleting it resolves the problem.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: mbvreddy

79633089

Date: 2025-05-22 04:47:08
Score: 3
Natty:
Report link

You dont have to execute the function just point at it like

app.use(errorHandler)

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dhanesh Singh Dhakrey

79633086

Date: 2025-05-22 04:45:06
Score: 7.5 🚩
Natty: 4.5
Report link

Did you find a solution to this? I am running into the same problem now.

Reasons:
  • RegEx Blacklisted phrase (3): Did you find a solution to this
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find a solution to this
  • Low reputation (1):
Posted by: user30603940

79633084

Date: 2025-05-22 04:41:05
Score: 3
Natty:
Report link

With the launch of Amazon Workspaces Core (29 Sept 2022), the answer is YES! Savings Plans and RIs do apply in the same fashion. Again, only with Workspaces Core offering.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rene Abrego

79633083

Date: 2025-05-22 04:40:05
Score: 1.5
Natty:
Report link

It is a TLS related bug in ElasticSearch <v8.18.0.

There are two options to fix or around this issue, first one is downgrade and stick the Python version to Python 3.13 (released in October 2024), second one is upgrade your ElasticSearch to v8.18.0 or newer.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: tony9527167

79633079

Date: 2025-05-22 04:32:02
Score: 1
Natty:
Report link

You can this way too:


my_list = [1, 2, 2, 3, 1, 4, 3]
seen = set()
unique_list = []

for item in my_list:
    if item not in seen:
        unique_list.append(item)
        seen.add(item)

print(unique_list)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shivam Kashyap

79633068

Date: 2025-05-22 04:17:58
Score: 3
Natty:
Report link

You can now take advantage of Google Search’s AI Mode by using this URL format:

https://www.google.com/search?udm=50&source=searchlabs&q=yourquery

Just replace yourquery with your actual search terms.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: iAugus

79633061

Date: 2025-05-22 04:05:55
Score: 2
Natty:
Report link

adding this

kotlin.jvm.target.validation.mode = IGNORE

in gradle.properties worked for me

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: prabin maharjan

79633060

Date: 2025-05-22 04:04:54
Score: 4.5
Natty: 5
Report link

First of all, the MySQL Community Server 9.3.0 Innovation and MySQL Product Archives (8.4)" installation files do not include libmysql.lib and libmysql.dll. Which one should I install?

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: chiwoohan

79633045

Date: 2025-05-22 03:48:49
Score: 1
Natty:
Report link

This error was resolved by installing the following package "Microsoft Visual C++ Redistributable latest supported downloads"

https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170

Note: You can find the error here: C:...\Local\Google\AndroidStudio2024.2\log\idea.txt

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: rnewd_user

79633036

Date: 2025-05-22 03:40:46
Score: 1.5
Natty:
Report link
# Parentesco de la familia Chávez Rodríguez


# Instalar y cargar kinship2
install.packages("kinship2")
library(kinship2)

# Lista de IDs
id <- c(1, 2, 3, 4, 5, 6)

# NOmbres de los IDs
 names <- c("Carlos Chávez", "Marta Gómez", "Jesús Ch.", "Karla Ch.", 
            "Ana Camila Ch.", “Carlos E. Rodríguez”, “Carlos Javier R.”)
# Sexos (hombre = 1, mujer = 2)
  sex <- c (1, 2, 1, 2, 2, 1,1)
# IDs del padre (0 = desconocido)  
  father <- c (0, 0, 1, 1, 1, 1)

# IDs de la madre ( 0 = desconocido)
  mother <- c (0, 0, 2, 2, 2,2)

  # Sistema de parentesco inicial
  familia <- pedigree(id = id, dadid = father, momid = mother, sex = sex)

  # visualizar el árbol
  plot(familia)

  
  # Árbol con nombres
  plot(familia, id = names)

  # Árbol con nombres y colores (azul = hombre, rosa = mujer)
  plot(familia, id = names, col = c("blue", "pink") [familia$sex])

  # Crear tabla de parentesco
  tabla_parentesco <- data.frame(ID = id, Nombre = names, Padre = father,
                                 Madre = mother, Sexo = ifelse(sex == 1,"Hombre", "Mujer"))

  # Mostrar la tabla en la consola
  print(tabla_parentesco)
  
  # Abrir la tabla en ventana interactiva
  View(tabla_parentesco)

# Ajustar el tamaño del árbol
  plot(familia, id = names, cex = 0.8, col = c ("blue", "pink")[familia$sex])

  # Edades correspondientes
  ages <- c (67, 62, 40, 38, 6, 37)

  # Crear etiquetas combinadas (nombres y edes)
labels <- paste(names, "\n(", ages, "años)", sep="")

# visualizar con mas detalles
plot(familia, id = labels, cex = 0.6, col = c("blue", "pink")[familia$sex])  

Reasons:
  • Blacklisted phrase (2): Crear
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Karla Chávez

79633032

Date: 2025-05-22 03:36:44
Score: 4.5
Natty: 4
Report link

candy blossom and red fox pet peper and cacao

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can
  • Low reputation (1):
Posted by: NORHABIB028

79633023

Date: 2025-05-22 03:27:41
Score: 4
Natty: 5.5
Report link

vtk 的 tk_widget 不支持 windows 平台,你可以试着在 Linux 平台上运行你的程序。

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (0.5):
  • Low reputation (1):
Posted by: zYx.Tom

79633019

Date: 2025-05-22 03:18:39
Score: 3
Natty:
Report link

I've been looking for a similar solution but haven't found one yet. It's frustrating that the comments get collapsed along with the code.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: g-wei xia

79632991

Date: 2025-05-22 02:27:24
Score: 0.5
Natty:
Report link

You're in a great position to earn in USD while living in China, especially with your strong background and skill set. Here's a strategic guide to help you find a remote development job that pays at least $2,500/month in USD:


✅ Your Advantages


🔍 Step-by-Step Strategy to Get a $2,500 USD Remote Job

1. Optimize Your Resume and LinkedIn

Consider writing a “Remote Developer Resume” tailored to startup clients (clean, metric-driven, GitHub links).


2. Use the Right Platforms

Apply on platforms that hire international remote developers, not just local Chinese sites:

🌍 Global Remote Job Platforms:

PlatformNotesTuring.comAI-matched remote developer jobs (US clients)Toptal.comElite network – hard to get in but pays wellArc.devRemote job board with verified jobsRemotive.ioRemote startup jobsWeWorkRemotely.comGood for backend-focused rolesRemoteOK.ioFilter by tech stack + salaryUpworkFreelancing – good for building stable clientsFreelancer.comCan land long-term remote work


3. Apply to Startups and Agencies

U.S. startups and outsourcing agencies often:

Look for companies in Series A–B funding stages on sites like AngelList Talent or Crunchbase.


4. Join Developer Communities

Many remote jobs are shared in communities and referrals:


5. Freelance While You Hunt

To reach $2,500/month, combine:

Freelance jobs you could target:


6. Optional: Build a Portfolio Website

Showcase your:

Example tools: GitHub Pages + Jekyll / Netlify + React


🧠 Bonus: Prepare for Interviews

Many international employers care about:

Use platforms like LeetCode and HackerRank to practice.


✅ Summary

StepAction🔧 Polish ResumeFocused on remote/US-friendly format🌍 Use Right PlatformsTuring, Arc, Upwork, RemoteOK, etc.👨‍💻 Build PortfolioShow past work (GitHub, site)🤝 Join CommunitiesReddit, LinkedIn, Discord💬 Practice EnglishBe ready for remote interviews💼 Apply StrategicallyTarget US startups and agencies


If you’d like, I can help you:

Just let me know!

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ayah bagas

79632979

Date: 2025-05-22 02:10:19
Score: 2.5
Natty:
Report link

I just found out that @Id in JDL is for @MapsId in Java code in this content. Quite confusing!

Reasons:
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @MapsId
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: vic

79632977

Date: 2025-05-22 02:05:18
Score: 1.5
Natty:
Report link

What's Really Going on With b.ne?

  20:   54ffff21        b.ne    4 <again>  // b.any

This is an ARM64 conditional branch instruction. The encoding 54xxxxxx is the format for conditional branches.

So, it's just that the disassembler reports the offset in decimal or hex with sign-extension.

How Does the Linker Know How to Fix Branches?

When assembling (as), branches to local lanes (again) are resolved within the same file. The assembler sees both the label and the brach, it emits a relocation if needed. So, the linker literally rewrites instruction bytes to fix up relative addresses (branches), symbol references, etc.

What if You Link Multiple Object Files?

If msg or again is in another object file:

Reasons:
  • RegEx Blacklisted phrase (1.5): How to Fix Branches?
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): What's
  • Low reputation (0.5):
Posted by: Shelton Liu

79632968

Date: 2025-05-22 01:59:16
Score: 5.5
Natty: 4
Report link

enter image description here

Not able to open and download Zip file from gmail which contains executable Jar in it

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: PAULINE

79632962

Date: 2025-05-22 01:56:15
Score: 4.5
Natty: 4.5
Report link

Not it's very easy to do this using flutter_stetho_interceptor package. Read full details https://rathorerahul586.medium.com/inspect-flutter-api-calls-in-chrome-devtools-35cae9681f93

Reasons:
  • Blacklisted phrase (0.5): medium.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Rahul Rathore

79632960

Date: 2025-05-22 01:56:15
Score: 3
Natty:
Report link

Is what you are looking for what you are looking for?

document.querySelector("iframe").setAttribute("height", h);

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: wenfei ma

79632953

Date: 2025-05-22 01:51:14
Score: 2
Natty:
Report link

Thank you for your question about Genesys Insight Solution and the RSN code you use in your call center system. Here’s a detailed explanation based on standard Genesys and call center practices:


🔍 What is Genesys Insight Solution?

Genesys Insight is a part of the Genesys Workforce Engagement Management (WEM) suite. It helps track, monitor, and analyze agent performance, availability, and adherence in real-time. One of the features is identifying reasons for agent status changes, especially when they are away from their work field (e.g., on break, logged off, etc.).


📘 What is an RSN Code?

RSN stands for Reason Code, sometimes called "Reason Status Number" or similar in call center systems. In Genesys, RSN codes are used to categorize why an agent is in a non-available (away/offline) state. These codes are typically used for:


🧩 If the RSN Code Has 13 Characters – What Does It Mean?

There are two possibilities:

1. Structured (Fixed-Format) RSN Code

If your RSN code has 13 characters consistently and each position or section has a meaning, your organization might have implemented a custom structured RSN format.

Example structure:

[3-char dept code][2-char reason group][2-char shift code][6-char timestamp or ID]

Each part could represent a specific value:

✅ In this case, yes — each part has its own specific meaning and must follow a format.


2. Freeform (Custom/Manual) RSN Code

Genesys allows for custom RSN code definitions through its admin tools or integration layers. So, it's also possible your organization designed this system internally using Genesys’ API or reporting tools. If it’s a freeform code:


✅ How to Know Which One You Have?

To confirm how your system handles RSN codes:

  1. Check your Genesys Admin documentation or consult your Genesys Admin interface (Configuration Manager / Genesys Cloud Admin).

  2. Ask your WFM or IT admin if there's a mapping or documentation for each RSN code.

  3. Look for an RSN-to-reason code table or log in the reporting module or database.


💡 Recommendation


Summary

FeatureExplanationRSN CodeReason for agent being away/inactiveFixed 13-char format?Could be structured OR custom depending on your systemCan it be changed?Yes, if it’s custom-defined by your organizationWhere to find mapping?Genesys Admin, WFM tool, or internal IT documentation


If you can provide an example RSN code (with sensitive info masked), I can try to help decode its possible structure too.

Would you like help drafting documentation or a template for your team to record RSN codes and meanings?

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Ayah bagas

79632948

Date: 2025-05-22 01:43:11
Score: 2.5
Natty:
Report link

With GIPHY everything is always super complicated. Have you tried KLIPY's API of GIFs? Youll'be able to see their gif api here https://klipy.com/developers or https://klipy.com/api

Reasons:
  • Whitelisted phrase (-1): Have you tried
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Givi B

79632944

Date: 2025-05-22 01:37:10
Score: 3
Natty:
Report link

Drag and drop is broken in WebView2 and BlazorWebView. The issues are documented here:

https://github.com/MicrosoftEdge/WebView2Feedback/issues/2805

https://github.com/dotnet/maui/issues/2205

There is a polyfill that works to enable drag and drop here: https://gist.github.com/iain-fraser/01d35885477f4e29a5a638364040d4f2

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Harlan

79632942

Date: 2025-05-22 01:32:08
Score: 3
Natty:
Report link

We can logically empty the queue with O(1) by resetting pointers/indices. However it doesn’t physically delete each element

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: sudharsan

79632939

Date: 2025-05-22 01:30:07
Score: 1.5
Natty:
Report link

The div will take the overflow: scroll property from his parent i.e container and will override the position: sticky property making the container div scrollable. position: sticky increases the z-index of the div automatically making it stick to the top.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ratnesh Chipre

79632938

Date: 2025-05-22 01:30:07
Score: 1
Natty:
Report link

This isn't really a great answer to my initial question, but I downloaded cargo-leptos through cargo-binstall and it seems to work fine.

https://github.com/cargo-bins/cargo-binstall

The original issue is still unresolved, but if you need a quick way to set cargo-leptos up, cargo-binstall might work for you.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: eliaxelang007

79632937

Date: 2025-05-22 01:29:07
Score: 0.5
Natty:
Report link

If you use BlueStacks, you can't use Cheat Engine to find the offset. You should use Game Guardian. But there is still some way to find his signature.

For example, you search out an accurate health value for the first time, enter the game again, search for the health value again, and repeatedly search and compare the fixed values ​​around it. These fixed values ​​are the feature codes. The characteristics are that the address is the health address, and each time you enter the game, there is a fixed interval of a certain number of positions. It is a fixed value. Find and record these two or three fixed values ​​around, and then calculate the difference in positions. Next time you enter the game, you can directly search for these two or three values ​​together, because the interval positions are fixed. Then calculate the difference in positions in advance, offset the address, and calculate to get the address you want to modify directly. In this way, you don't have to change the value in the game every time you enter the game, and search step by step. This is the idea of ​​​​the feature code.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: alex

79632929

Date: 2025-05-22 01:17:03
Score: 6 🚩
Natty:
Report link

First of all, Learn some coding things first, I know that you're facing error and we can help if the filename is specified, the repository contains multiple files, where should I go and search for the bugs ?

Reasons:
  • Blacklisted phrase (1.5): where should I
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Nithyasarathi M

79632927

Date: 2025-05-22 01:16:03
Score: 1
Natty:
Report link

As mentioned in the comment, it looks like the issue is because the Kotlin version and KSP version in your project don’t match.

You're using Kotlin 2.1.0, but the KSP version you used is for Kotlin 2.0.21. These versions need to match to work properly.

If you want to stay with Kotlin 2.1.0, update your KSP line like this:

id("com.google.devtools.ksp") version "2.1.0-1.0.29" apply false

If you don’t have a good reason to stick with Kotlin 2.1.0, you can update to the latest version (like 2.1.21). Then use this line instead:

id("com.google.devtools.ksp") version "2.1.21-2.0.1" apply false

To see which Kotlin versions work with which KSP versions, check this link

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): check this link
  • Long answer (-0.5):
  • Has code block (-0.5):
Posted by: Abdo21

79632923

Date: 2025-05-22 01:13:01
Score: 2
Natty:
Report link

Ami me sirvio lo siguiente..

<v-card class="elevation-0">

elevation=box-shadow

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Luis Ángel Fernández Vásquez

79632918

Date: 2025-05-22 00:59:58
Score: 1.5
Natty:
Report link

QStackedWidget *stack = new QStackedWidget();

QComboBox *comboBox = new QComboBox();

comboBox->addItems({"A", "B", "C"});

stack->addWidget(comboBox); // index 0

stack->addWidget(new QWidget()); // 空白 widget, index 1

tableWidget->setCellWidget(row, col, stack);

// 显示 comboBox

stack->setCurrentIndex(0);

// 隐藏 comboBox(显示空白)

stack->setCurrentIndex(1);

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: jump spoon

79632917

Date: 2025-05-22 00:57:57
Score: 1
Natty:
Report link

Thanks to jakevdp's comment, I got a significant speedup using one-hot matrix multiplication. I changed to the following code:

@jax.jit
def index_points_3d(features, indices):
    """
    Args:
        features: shape (B, N, C)
        indices: shape (B, npoint, nsample)
    
    Returns:
        shape (B, npoint, nsample, C)
    """
    B, N, C = features.shape
    _, S, K = indices.shape
    one_hot = jax.nn.one_hot(indices, num_classes=N, dtype=features.dtype)
    return jnp.einsum('bskn,bnc->bskc', one_hot, features)
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: minchou323

79632915

Date: 2025-05-22 00:51:56
Score: 1.5
Natty:
Report link

Seems that your organization has a service control policy (SCP) to restrict your action.

You could follow the steps below:

  1. Go to “AWS Organization”

  2. Go to your AWS account

  3. Go to policy tab

  4. Find the policy that affect your actions

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jacky Shek

79632910

Date: 2025-05-22 00:42:53
Score: 4
Natty:
Report link

From the pandas documentation it does seem like they dropped the .xls writing (https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.ExcelWriter.html), even though reading is still possible.

Building upon the previous answer, the pyexcel library seems to support csv to xls conversion. You can find an example usage for xlsx here: https://stackoverflow.com/a/26456641/21414975

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: alidalasmar

79632903

Date: 2025-05-22 00:33:50
Score: 1
Natty:
Report link

Steps and attempts to recover files:

  1. Stop using the computer immediately to reduce the chance of overwriting deleted data.
    Every new write operation on the disk increases the risk of permanently losing files.

  2. Use a professional file recovery program:

There are many trusted tools to recover deleted files even if they are not in the recycle bin. The most popular are:

  1. Install one of these programs on a different drive than the one containing the lost files (for example, a USB drive or external disk). Then scan the system drive (usually C:) and try to recover files from the desktop.

Important:
Do not install recovery software on the same drive you lost files from, as this might overwrite more data.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: MAHMOUD HAMADA

79632900

Date: 2025-05-22 00:29:49
Score: 3
Natty:
Report link

You can try using the "Invoke-Command" with the -Credential parameter

Reference: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/invoke-command?view=powershell-7.5#-credential

If you can run it outside of Azure DevOps, maybe the best way to do that is to use an Azure App Function, with a Managed Identity (or System Identity).

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Victor Teixeira

79632896

Date: 2025-05-22 00:20:47
Score: 0.5
Natty:
Report link

You should check Backend controller how it gets form-data. When client sends image using form-data, backend can receive image by using @RequestPart Annotation.

I tested this using PostMan and it succeeded.

Here's an example.

@PostMapping("/api/images")
public void uploadImage(@RequestPart MultipartFile file) {
   ...
}

I hope it works.

Reasons:
  • Whitelisted phrase (-1): hope it works
  • Has code block (-0.5):
  • User mentioned (1): @RequestPart
  • Low reputation (1):
Posted by: Joon Hee Song

79632890

Date: 2025-05-22 00:11:44
Score: 3.5
Natty:
Report link

I do not have enough points to comment, so writing this answer:

Is this a kind of homework assignment?

According to your output, it looks like your code assigns/selects feasible combinations only once.

For example, the combination 1x 60’ + 22x 70’ is used in product #28, but could be applied more often as you mentioned.

Another keyword you may want to look up: backtracking

… and yes, there is a feasible solution with 60 products.

Reasons:
  • Blacklisted phrase (1): to comment
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Anonymous

79632888

Date: 2025-05-22 00:07:43
Score: 1.5
Natty:
Report link

Hex editors usually have this functionality. My personal favorite for many years has been WinHex: https://www.x-ways.net/winhex/index-m.html

You can open a disk (either physical or logical depending on if you want the whole disc or just one partition) and view sector by sector.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jimmy He

79632885

Date: 2025-05-21 23:55:40
Score: 0.5
Natty:
Report link

For me the accepted solution of git lfs prune didn't help at all - was cloning LLama 4 Scout from Huggingface and running out of free space

However running git lfs dedup command as proposed in another question allowed to free 200Gb of space

Reasons:
  • Blacklisted phrase (1): another question
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Pavel K

79632883

Date: 2025-05-21 23:46:37
Score: 0.5
Natty:
Report link

You're calling present() from a view controller (TutorialsTableView: UIViewController) that’s not actually on screen.

Just pass a real UIViewController :

class TutorialsTableView: NSObject, UITableViewDataSource, UITableViewDelegate {

weak var viewController: UIViewController? // !NEW LINE!
class TutorialsViewController: UIViewController, UIScrollViewDelegate {
let tutorialsClassRef = TutorialsTableView()

@IBOutlet weak var tutorialsTable:TableViewAdjustedHeight! {
    didSet {
        self.tutorialsTable.delegate = tutorialsClassRef
        self.tutorialsTable.dataSource = tutorialsClassRef
        self.tutorialsTable.viewController = self // !NEW LINE!
    }
}

And call present on that viewController property:

let popupVC = mainStoryboard.instantiateViewController(withIdentifier: tutorials.name)
popupVC.modalPresentationStyle = .popover
viewController?.present(popupVC, animated: true, completion: nil) // changed code

Also, you might notice I changed TutorialsTableView from a UIViewController to NSObject. Why?

Because this class is only used to separate out the table’s data source and delegate logic — it’s not meant to be shown on screen. We're just keeping things clean and modular.

As for NSObject, it's required since UIKit protocols like UITableViewDataSource and UITableViewDelegate inherit from NSObjectProtocol. So any class conforming to them needs to inherit from NSObject.

Reasons:
  • Blacklisted phrase (0.5): Why?
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: olejiksa

79632876

Date: 2025-05-21 23:26:32
Score: 1
Natty:
Report link

Fixed in SSMS v20.2.1 after reinstalling.

Tools > Options > Query Execution > SQL Server > General > Check for open connections before closing T-SQL query windows [UNCHECK]

Close & Reopen SSMS.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
Posted by: BClaydon

79632865

Date: 2025-05-21 23:08:27
Score: 3
Natty:
Report link

I'm not sure about .xls (since it is almost two decades out from Excel 2007) but you could write to a .csv and open that using Excel.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: agentlynch

79632863

Date: 2025-05-21 23:06:26
Score: 1
Natty:
Report link

This will do it to xml for you...

For DataContractJsonSerializer No constructor takes a known type resolver that I could find.

var z = new Microsoft.Xrm.Sdk.KnownTypesResolver();
XmlObjectSerializer serializer = new DataContractSerializer(typeof(Entity), null, Int32.MaxValue,
    false, false, null, z);

// use serializer like normal

Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Ben

79632856

Date: 2025-05-21 23:01:25
Score: 2.5
Natty:
Report link

Turns out I'm just a dingus and I was clicking the wrong play button in VS Code. I already hid the button so I forget what it was called, but the green run by "Run and Debug" works just fine. Thanks everyone for putting up with my nonsense =p

I also made sure the Godot executable was correct in the Godot extension settings, but that made have been correct the whole time.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Fozmonot

79632848

Date: 2025-05-21 22:49:21
Score: 1
Natty:
Report link

I think the good way to do it is this way:

in your scss file

selector{  
@include mat.form-field-density(-5);
}

You can pick from 0 to -5 as far as I remember

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Omar

79632842

Date: 2025-05-21 22:41:20
Score: 2
Natty:
Report link

Python mathGame: start with the numbers 1-12. theb each turn, the player rolls 2 dice; you will display each roll. the player can then remove either of the numbers rolled, or their sum. If the player successfully removes all of the numbers in the list, the player wins. If there are no moves that the player can make with th roll, then the player loses. what is the code for this? You will need the random module; import that from Python library as one of the early lines of code. You'll work with a list of data; call them strings to make things easier later(use qutations around each number in the list). Remeber the dice roll code copy and revise it t use 2 dice rolls.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: UGK-ONE

79632828

Date: 2025-05-21 22:22:14
Score: 0.5
Natty:
Report link

The main helper for solving this is the following article:

https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/security_hardening/assembly_blocking-and-allowing-applications-using-fapolicyd_security-hardening#ref_troubleshooting-problems-related-to-fapolicyd_assembly_blocking-and-allowing-applications-using-fapolicyd

By following the instructions there, I was able to identify an example failure. The rule which I added and which solved it in the end was the following:

# At the top of "/etc/fapolicyd/rules.d/30-patterns.rules"
allow perm=open exe=/runc : ftype=application/x-sharedlib trust=1

Followed by running:

systemctl start fapolicyd
fapolicyd-cli --reload #this reload may be extraneous really

There are a handful of articles out there which ask this same question but none which answer it, so hopefully this helps.
* https://forums.docker.com/t/using-docker-ce-with-fapolicyd/147313
* https://forums.docker.com/t/disa-stig-and-docker-ce/134196
* https://www.reddit.com/r/redhat/comments/xvigky/fapolicy_troubleshooting/

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: pooley1994

79632826

Date: 2025-05-21 22:20:13
Score: 2
Natty:
Report link

From Stripe:

Stripe.js only uses essential cookies to ensure the site works properly, detect and prevent fraud, and understand how people interact with Stripe.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Nick

79632823

Date: 2025-05-21 22:14:12
Score: 2.5
Natty:
Report link

Could you please try this line after adding actions to the alert controller instance?

[listSheet setModalPresentationStyle:UIModalPresentationPopover];
Reasons:
  • Whitelisted phrase (-1): try this
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: olejiksa

79632822

Date: 2025-05-21 22:14:12
Score: 1.5
Natty:
Report link

Simple way is:
1 - Go to developer options.
2 - Wireless Depuration
3 - Sync device with sync code
4 - After Open 3 option of this list, run abd pair <ip of 3 option menu>
5 - Digit pin code from your device in bash
6 - After success, run **abd connect <ip of 2 option menu>

Then use your device wireless in flutter!

** When you disconnect from wifi or go away from signal, you need replay this steps again!

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Matheus Paz

79632817

Date: 2025-05-21 22:06:09
Score: 0.5
Natty:
Report link

From my understanding, ipvlan l3 is needed/used when you want to do something way more complex. It essentially turns the host into a router, so you get a bunch of complications because of it - like your containers not being able to access the internet, because upstream routers don't know how to route traffic back to you.

You will never want to do this as a developer, as this feature does not target you at all. You will want this as an infrastructure/networking nerd if you would want to optimize/customize the network. Think along the lines of kubernetes, but even that uses a way more complex networking setup + it "just works", meanwhile ipvlan l3 leaves you half way there.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Blaž Mrak

79632803

Date: 2025-05-21 21:50:04
Score: 1
Natty:
Report link

This site you can validate the exact problem line

https://jsonformatter.tech/

https://jsonformatter.tech/

And show you the right way

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Estevão Jordão

79632796

Date: 2025-05-21 21:43:01
Score: 1.5
Natty:
Report link

You can share your Flutter app UI with a remote client by using Flutter's Hot Reload for live updates or deploy the app to a platform like Firebase for easy web access. Tools like Appetize.io and Expo also allow you to preview the app without generating an APK. For inspiration, check out AvatarWorld APK at avatarworldapkk.com, which offers seamless client interaction and easy access for reviews.

4o

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Carlos Joseph

79632795

Date: 2025-05-21 21:43:01
Score: 0.5
Natty:
Report link

It’s possible that something went wrong later in the CI process — maybe during bundling or exporting the archive. Would be great to double-check the actual CI-generated build to see if the asset is really there.

Just a few things to clarify:

Also, if you can share the crash log (feel free to redact any sensitive info), that might help pinpoint exactly what’s failing.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: olejiksa

79632786

Date: 2025-05-21 21:34:58
Score: 1.5
Natty:
Report link

In my case, it is because of Dart version -- I figured this out when updating Flutter from an older version to newer ones.

Upgrading to Dart 3.3.4 (came with Flutter 3.19.6 with `fvm`) solved this issue.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: renyuneyun

79632785

Date: 2025-05-21 21:34:58
Score: 2
Natty:
Report link

Make sure you cleared cookies after upgrading Rails. It's not Devise, you may just have a session cookie in old format, insecure

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
Posted by: januszm

79632784

Date: 2025-05-21 21:34:58
Score: 1
Natty:
Report link

use this

<script>
function newMsg() {
    document.getElementById("add_message").innerHTML = `
        <div class="message">
            Add Message<br>
            Title: <input type="text" id="title"><br>
            Text: <input type="text" id="message"><br><br>
        </div>
    `;
}
</script>
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Minhazul Asif Islam

79632770

Date: 2025-05-21 21:16:53
Score: 3.5
Natty:
Report link

Matt is correct. Use keyword argument any(axis=1) should work.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: lchen1

79632769

Date: 2025-05-21 21:16:53
Score: 2.5
Natty:
Report link

We are taking you off his data all acess to accounts. He doesn't want a divorce. Over 2 years you've been asked to.stop. now FBI can and will.do their job. If I see any more. Ill.be pressing charges against you..I have all documents.. Under age lying about so much. Goodbye. Ill.also.see if you talk after this

Reasons:
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mrs.Crandall

79632764

Date: 2025-05-21 21:09:50
Score: 2
Natty:
Report link

Quote: CDO is pretty old now so assume that is an example of an app that doesn't support latest security standards.

What are the alternatives to create a script or batch file to send email? I can only get CDO to work with servers that support SSL set to false. As soon as I set SSL to true it fails to connect and I know at least one server I tested with definitely supports SSL on port 465 and startTLS or ports 25 and 587.

Reasons:
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Barry Nelson

79632758

Date: 2025-05-21 21:05:49
Score: 1
Natty:
Report link

Sorry for this stupid question, I found the solution here BigQuery: Extract values of selected keys from an array of json objects

select ARRAY(
  SELECT JSON_EXTRACT_SCALAR(json_array, '$.start') from UNNEST(JSON_EXTRACT_ARRAY(metadata,"$.mentions"))json_array
) as extracted_start
Reasons:
  • Blacklisted phrase (1): stupid question
  • Whitelisted phrase (-2): I found the solution
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: DataScienceAmateur

79632756

Date: 2025-05-21 21:04:48
Score: 2.5
Natty:
Report link

TL:DR nvarchar(max) is inefficient and should be avoided.

Queries against an nvarchar(max) field use more kb than queries against an nvarchar(10) field, even if the data stored within the two fields is the same. So the performance will be noticably and measurably worse, which should be avoided.

At 47 minutes Tim Corey provides a pretty good explanation of this, complete with outside sources: https://www.youtube.com/watch?v=qkJ9keBmQWo.

Reasons:
  • Blacklisted phrase (1): youtube.com
  • No code block (0.5):
  • Low reputation (1):
Posted by: A dude

79632745

Date: 2025-05-21 20:59:47
Score: 1.5
Natty:
Report link

Welp. RTFM. https://learn.microsoft.com/en-us/graph/api/shares-get?view=graph-rest-1.0&tabs=http

async function getDriveItemBySharedLink(sharedLink) {
  // First, use base64 encode the URL.
  const base64 = Buffer.from(sharedLink).toString("base64");
  // Convert the base64 encoded result to unpadded base64url format by removing = characters from the end of the value, replacing / with _ and + with -.)
  const converted = base64
    .replace(/=/g, "")
    .replace(/\+/g, "-")
    .replace(/\//g, "_");
  // Append u! to be beginning of the string.
  const updatedLink = `u!${converted}`;
  const getDownloadURL = `https://graph.microsoft.com/v1.0/shares/${updatedLink}/driveItem`;

  const authResponse = await auth.getToken();
  const dirResponse = await axios.get(getDownloadURL, {
    headers: {
      Authorization: `Bearer ${authResponse.accessToken}`,
    },
  });

  return dirResponse.data;
}
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Dan Morgan

79632737

Date: 2025-05-21 20:52:44
Score: 2.5
Natty:
Report link
Getting same error with Janusgraph 1.1.0, tried everything already... Any ideas how to resolve it with lucene/berkeley? 

here are my files:
/etc/systemd/system/janusgraph.service ::

[Unit]
Description = JanusGraph Server
Wants=network.target
After=local-fs.target network.target
[Service]
User = janusgraph
Group= janusgraph
Type = forking
ExecStart = /opt/janusgraph/bin/janusgraph-server.sh start
ExecStop = /opt/janusgraph/bin/janusgraph-server.sh stop
TimeoutStartSec=60
EnvironmentFile=/etc/janusgraph/janusgraph.env
Restart=on-failure
WorkingDirectory=/opt/janusgraph/
[Install]
WantedBy = multi-user.target


/etc/janusgraph/janusgraph.env ::

PATH=/usr/lib/jvm/java-11-openjdk-amd64/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=en_US.UTF-8
JAVA_VERSION=jdk-11.0.27+6
JANUS_VERSION=1.1.0
JANUS_HOME=/opt/janusgraph
JANUS_CONFIG_DIR=/opt/janusgraph/conf/gremlin-server
JANUS_DATA_DIR=/var/lib/janusgraph
JANUS_SERVER_TIMEOUT=30
JANUS_STORAGE_TIMEOUT=60
JANUS_PROPS_TEMPLATE=berkeleyje-lucene
JANUS_INITDB_DIR=/docker-entrypoint-initdb.d

/opt/janusgraph/conf/gremlin-server/gremlin-server.yaml ::

host: 0.0.0.0
port: 8182
evaluationTimeout: 30000
channelizer: org.apache.tinkerpop.gremlin.server.channel.WebSocketChannelizer
graphManager: org.janusgraph.graphdb.management.JanusGraphManager
graphs:
  ConfigurationManagementGraph: /opt/janusgraph/conf/janusgraph.properties
  graph: /opt/janusgraph/conf/janusgraph-berkeleyje-lucene.properties
scriptEngines: {
  gremlin-groovy: {
    plugins: { org.janusgraph.graphdb.tinkerpop.plugin.JanusGraphGremlinPlugin: {},
               org.apache.tinkerpop.gremlin.server.jsr223.GremlinServerGremlinPlugin: {},
               org.apache.tinkerpop.gremlin.tinkergraph.jsr223.TinkerGraphGremlinPlugin: {},
               org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin: {classImports: [java.lang.Math], methodImports: [java.lang.Math#*]},
               org.apache.tinkerpop.gremlin.jsr223.ScriptFileGremlinPlugin: {files: [scripts/empty-sample.groovy]}}}}

processors:
  - { className: org.apache.tinkerpop.gremlin.server.op.session.SessionOpProcessor, config: { sessionTimeout: 28800000 }}
  - { className: org.apache.tinkerpop.gremlin.server.op.traversal.TraversalOpProcessor, config: { cacheExpirationTime: 600000, cacheMaxSize: 1000 }}
metrics: {
  consoleReporter: {enabled: true, interval: 180000},
  csvReporter: {enabled: true, interval: 180000, fileName: /tmp/gremlin-server-metrics.csv},
  jmxReporter: {enabled: true},
  slf4jReporter: {enabled: true, interval: 180000},
  graphiteReporter: {enabled: false, interval: 180000}}
maxInitialLineLength: 4096
maxHeaderSize: 8192
maxChunkSize: 8192
maxContentLength: 65536
maxAccumulationBufferComponents: 1024
resultIterationBatchSize: 64
writeBufferLowWaterMark: 32768
writeBufferHighWaterMark: 65536


/opt/janusgraph/conf/janusgraph.properties ::

gremlin.graph=org.janusgraph.core.JanusGraphFactory
storage.backend=berkeleyje
storage.directory=/var/lib/janusgraph/cm
index.search.backend=lucene
index.search.directory=/var/lib/janusgraph/cm-index
graph.graphname=ConfigurationManagementGraph
graph.allow-upgrade=true
storage.transactions=true
storage.berkeleyje.cache-percentage=35
storage.berkeleyje.isolation-level=READ_COMMITTED



/opt/janusgraph/conf/janusgraph-berkeleyje-lucene.properties ::

gremlin.graph=org.janusgraph.core.JanusGraphFactory
storage.backend=berkeleyje
storage.directory=/var/lib/janusgraph/berkeleyje
index.search.backend=lucene
index.search.directory=/var/lib/janusgraph/index
storage.berkeleyje.cache-percentage=35
storage.berkeleyje.isolation-level=READ_COMMITTED 

/opt/janusgraph/conf/remote.yaml 

hosts: [localhost]
port: 8182
serializer: { className: org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1, config: { serializeResultToString: true }}


/opt/janusgraph/logs/janusgraph.log ::

23:28:04 INFO  org.janusgraph.graphdb.server.JanusGraphServer.printHeader -                                                                       
   mmm                                mmm                       #     
     #   mmm   m mm   m   m   mmm   m"   "  m mm   mmm   mmmm   # mm  
     #  "   #  #"  #  #   #  #   "  #   mm  #"  " "   #  #" "#  #"  # 
     #  m"""#  #   #  #   #   """m  #    #  #     m"""#  #   #  #   # 
 "mmm"  "mm"#  #   #  "mm"#  "mmm"   "mmm"  #     "mm"#  ##m#"  #   # 
                                                         #            
                                                         "            

23:28:04 INFO  com.jcabi.log.Logger.infoForced - 108 attributes loaded from 345 stream(s) in 114ms, 108 saved, 5608 ignored: ["Agent-Class", "Ant-Version", "Archiver-Version", "Automatic-Module-Name", "Bnd-LastModified", "BoringSSL-Branch", "BoringSSL-Revision", "Build-Date", "Build-Date-UTC", "Build-Id", "Build-Java-Version", "Build-Jdk", "Build-Jdk-Spec", "Build-Number", "Build-Tag", "Build-Timezone", "Build-Version", "Built-By", "Built-JDK", "Built-OS", "Built-Status", "Bundle-ActivationPolicy", "Bundle-Activator", "Bundle-Category", "Bundle-ClassPath", "Bundle-Classpath", "Bundle-ContactAddress", "Bundle-Copyright", "Bundle-Description", "Bundle-Developers", "Bundle-DocURL", "Bundle-License", "Bundle-ManifestVersion", "Bundle-Name", "Bundle-NativeCode", "Bundle-RequiredExecutionEnvironment", "Bundle-SCM", "Bundle-SymbolicName", "Bundle-Vendor", "Bundle-Version", "Can-Redefine-Classes", "Can-Retransform-Classes", "Can-Set-Native-Method-Prefix", "Carl-Is-Awesome", "Change", "Copyright", "Created-By", "DSTAMP", "Dependencies", "DynamicImport-Package", "Eclipse-BuddyPolicy", "Eclipse-ExtensibleAPI", "Embed-Dependency", "Embed-Transitive", "Export-Package", "Extension-Name", "Extension-name", "Fragment-Host", "Gradle-Version", "Gremlin-Plugin-Dependencies", "Ignore-Package", "Implementation-Build", "Implementation-Build-Date", "Implementation-Build-Id", "Implementation-Title", "Implementation-URL", "Implementation-Vendor", "Implementation-Vendor-Id", "Implementation-Version", "Import-Package", "Include-Resource", "JCabi-Build", "JCabi-Date", "JCabi-Version", "Main-Class", "Manifest-Version", "Module-Origin", "Module-Requires", "Multi-Release", "Originally-Created-By", "Package", "Premain-Class", "Private-Package", "Provide-Capability", "Require-Bundle", "Require-Capability", "Sealed", "Specification-Title", "Specification-Vendor", "Specification-Version", "TODAY", "TSTAMP", "Target-Label", "Tool", "X-Compile-Elasticsearch-Snapshot", "X-Compile-Elasticsearch-Version", "X-Compile-Lucene-Version", "X-Compile-Source-JDK", "X-Compile-Target-JDK", "artifactId", "groupId", "hash", "janusgraphVersion", "service", "tinkerpop-version", "tinkerpopVersion", "url", "version"]
23:28:04 INFO  org.janusgraph.graphdb.server.JanusGraphServer.printHeader - JanusGraph Version: 1.1.0
23:28:04 INFO  org.janusgraph.graphdb.server.JanusGraphServer.printHeader - TinkerPop Version: 3.7.3
23:28:04 INFO  org.janusgraph.graphdb.server.JanusGraphServer.start - Configuring JanusGraph Server from /opt/janusgraph/conf/gremlin-server/gremlin-server.yaml
23:28:04 INFO  org.apache.tinkerpop.gremlin.server.util.MetricManager.addConsoleReporter - Configured Metrics ConsoleReporter configured with report interval=180000ms
23:28:04 INFO  org.apache.tinkerpop.gremlin.server.util.MetricManager.addCsvReporter - Configured Metrics CsvReporter configured with report interval=180000ms to fileName=/tmp/gremlin-server-metrics.csv
23:28:04 INFO  org.apache.tinkerpop.gremlin.server.util.MetricManager.addJmxReporter - Configured Metrics JmxReporter configured with domain= and agentId=
23:28:04 INFO  org.apache.tinkerpop.gremlin.server.util.MetricManager.addSlf4jReporter - Configured Metrics Slf4jReporter configured with interval=180000ms and loggerName=org.apache.tinkerpop.gremlin.server.Settings$Slf4jReporterMetrics
23:28:04 INFO  org.apache.commons.beanutils.FluentPropertyBeanIntrospector.introspect - Error when creating PropertyDescriptor for public final void org.apache.commons.configuration2.AbstractConfiguration.setProperty(java.lang.String,java.lang.Object)! Ignoring this property.
23:28:05 INFO  org.janusgraph.diskstorage.configuration.builder.ReadConfigurationBuilder.setupTimestampProvider - Set default timestamp provider MICRO
23:28:05 INFO  org.janusgraph.graphdb.idmanagement.UniqueInstanceIdRetriever.getOrGenerateUniqueInstanceId - Generated unique-instance-id=7f0001015381-ubuntu1
23:28:05 INFO  org.janusgraph.diskstorage.Backend.getIndexes - Configuring index [search]
23:28:05 INFO  org.janusgraph.diskstorage.configuration.ExecutorServiceBuilder.buildFixedExecutorService - Initiated fixed thread pool of size 4
23:28:05 INFO  org.janusgraph.graphdb.database.StandardJanusGraph.<init> - Gremlin script evaluation is disabled
23:28:05 INFO  org.janusgraph.diskstorage.log.kcvs.KCVSLog$MessagePuller.initializeTimepoint - Loaded unidentified ReadMarker start time 2025-05-21T20:28:05.844963Z into org.janusgraph.diskstorage.log.kcvs.KCVSLog$MessagePuller@39de9bda
23:28:06 INFO  org.janusgraph.graphdb.idmanagement.UniqueInstanceIdRetriever.getOrGenerateUniqueInstanceId - Generated unique-instance-id=7f0001015381-ubuntu2
23:28:06 INFO  org.janusgraph.diskstorage.Backend.getIndexes - Configuring index [search]
23:28:06 INFO  org.janusgraph.diskstorage.configuration.ExecutorServiceBuilder.buildFixedExecutorService - Initiated fixed thread pool of size 4
23:28:06 INFO  org.janusgraph.graphdb.database.StandardJanusGraph.<init> - Gremlin script evaluation is disabled
23:28:06 INFO  org.janusgraph.diskstorage.log.kcvs.KCVSLog$MessagePuller.initializeTimepoint - Loaded unidentified ReadMarker start time 2025-05-21T20:28:06.183399Z into org.janusgraph.diskstorage.log.kcvs.KCVSLog$MessagePuller@5927f904
23:28:06 INFO  org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor.<init> - Initialized Gremlin thread pool.  Threads in pool named with pattern gremlin-*
23:28:06 INFO  org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor.<init> - Initialized GremlinExecutor and preparing GremlinScriptEngines instances.
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor.lambda$new$4 - Initialized gremlin-groovy GremlinScriptEngine and registered metrics
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.util.ServerGremlinExecutor.lambda$new$8 - A GraphTraversalSource is now bound to [g] with graphtraversalsource[standardjanusgraph[berkeleyje:/var/lib/janusgraph/berkeleyje], standard]
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.op.OpLoader.lambda$static$0 - Adding the standard OpProcessor.
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.op.OpLoader.lambda$static$0 - Adding the session OpProcessor.
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.op.OpLoader.lambda$static$0 - Adding the traversal OpProcessor.
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.GremlinServer.lambda$start$1 - Executing start up LifeCycleHook
23:28:08 INFO  org.codehaus.groovy.vmplugin.v8.IndyInterface.fromCache - Executed once at startup of Gremlin Server.
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.GremlinServer.createChannelizer - idleConnectionTimeout was set to 0 which resolves to 0 seconds when configuring this value - this feature will be disabled
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.GremlinServer.createChannelizer - keepAliveInterval was set to 0 which resolves to 0 seconds when configuring this value - this feature will be disabled
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.AbstractChannelizer.lambda$configureSerializers$4 - Configured application/vnd.graphbinary-v1.0 with org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.AbstractChannelizer.lambda$configureSerializers$4 - Configured application/vnd.graphbinary-v1.0-stringd with org.apache.tinkerpop.gremlin.util.ser.GraphBinaryMessageSerializerV1
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.AbstractChannelizer.lambda$configureSerializers$4 - Configured application/vnd.gremlin-v3.0+json with org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.AbstractChannelizer.lambda$configureSerializers$4 - Configured application/json with org.apache.tinkerpop.gremlin.util.ser.GraphSONMessageSerializerV3
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.GremlinServer$1.operationComplete - Gremlin Server configured with worker thread pool of 1, gremlin pool of 2 and boss thread pool of 1.
23:28:08 INFO  org.apache.tinkerpop.gremlin.server.GremlinServer$1.operationComplete - Channel started at port 8182.
Reasons:
  • Blacklisted phrase (1): Any ideas
  • Long answer (-1):
  • Has code block (-0.5):
  • Me too answer (2.5): Getting same error
  • Low reputation (0.5):
Posted by: Pasha Maltsev

79632719

Date: 2025-05-21 20:36:39
Score: 7 🚩
Natty: 6.5
Report link

I'm having a similar problem, wondering if there's a solution that you landed on

Thanks!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1): I'm having a similar problem
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I'm having a similar problem
  • Low reputation (1):
Posted by: user30601755

79632698

Date: 2025-05-21 20:13:32
Score: 2
Natty:
Report link

In my case i only copy and cut from myslq_old/ (10.4.32) all foloders, only folders (mysql, performance_schema, phpmyadmin, test) and my databases on my new foldwe mysql/ (10.11.10).

Run mysql from xqmpp and thats all.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ian Rivera Viveros

79632696

Date: 2025-05-21 20:12:32
Score: 3
Natty:
Report link

It’s annoying that jfrog doesn’t support these basic feature in modern day browsing , still after many years , it doesn’t allowing sorting by date

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: urd2018

79632691

Date: 2025-05-21 20:07:30
Score: 2
Natty:
Report link
from tensorflow.keras.models import load_model

model = load_model('/mypath/model.h5')
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TOXIC GAMING

79632689

Date: 2025-05-21 20:07:30
Score: 3
Natty:
Report link

Sorry. Found it:

global::B.C.Class3
Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Has no white space (0.5):
  • Low reputation (0.5):
Posted by: Mark A Johnson

79632683

Date: 2025-05-21 20:03:28
Score: 2.5
Natty:
Report link

I think this may be a problem with whatever display software you're using for the file. When I load "ne_110m_admin_0_countries.shp" using https://mapshaper.org/ it works just fine, and I can not find any lines over Greenland.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Jedi42

79632675

Date: 2025-05-21 19:59:27
Score: 1.5
Natty:
Report link

I ran into the same issue and investigated it.

Go uses a Windows API function called TransmitFile to transmit file data over connected sockets. Workstation and client versions of Windows limit the number of concurrent TransmitFile operations allowed on the system to a maximum of two. This is what causes the issue.

I reported this and submitted a change that makes Go avoid TransmitFile in such cases. The change has been merged and should be included in the next release of Go.

See:

https://github.com/golang/go/issues/73746

https://go-review.googlesource.com/c/go/+/673855

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Shibi J M

79632672

Date: 2025-05-21 19:57:26
Score: 2
Natty:
Report link

In PyCharm 2025.1.1. This is a bunch of more detailed options

Settings --> Editor -->Color Scheme-->Editor Gutter

Unset the checkboxes

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Sequestered1776Vexer

79632667

Date: 2025-05-21 19:55:25
Score: 2
Natty:
Report link

I’ve run into the same thing and was also confused since the wording in the UI and docs suggests modules and callables might be preserved. Looks like the "Remove all variables" action doesn't differentiate, even with "Exclude callables and modules" enabled, so probably worth keeping an eye on the GitHub issue you opened.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Karen Brewer

79632663

Date: 2025-05-21 19:52:24
Score: 2
Natty:
Report link

I found adding the "Security" Folder and these settings to my registry fixed my issue. From this article:
https://knowledge.digicert.com/solution/timestamp-vba-projects

Computer\HKEY_CURRENT_USER\SOFTWARE\Microsoft\VBA\Security

Registry settings:

*If the above folder does not exist, manually go to the VBA folder, right click, and add a new key called Security

(STRING VALUE) Name: TimeStampURL Value: http://timestamp.digicert.com

(DWORD) Name: TimeStampRetryCount Value: 3

(DWORD) Name: TimeStampRetryDelay Value: 5

(DWORD) Name: V1HashEnhanced Value: 3

Reasons:
  • Blacklisted phrase (1): this article
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: michaelf

79632662

Date: 2025-05-21 19:52:24
Score: 2.5
Natty:
Report link

@JulienD's post almost did it for me: https://stackoverflow.com/a/27501039/10761353 (go upvote him too!)

The only hick was that I had a previous [url... insteadOf entry in my ~/.gitconfig

Commenting out those 2 lines did the trick!

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Blacklisted phrase (0.5): upvote
  • Low length (0.5):
  • Has code block (-0.5):
  • User mentioned (1): @JulienD's
Posted by: Adam Smooch

79632658

Date: 2025-05-21 19:49:23
Score: 1.5
Natty:
Report link

You can also create a Access Token in the Azure ACR and use this as a normal docker login.

Under "Repository Permissions" -> "Tokens"

Reasons:
  • Low length (1):
  • No code block (0.5):
Posted by: max

79632655

Date: 2025-05-21 19:47:22
Score: 2.5
Natty:
Report link

I had this same issue after I upgraded my project from .NET 6.0 to .NET 8.0 and also upgraded my package references to the latest versions. I tried everything listed above but nothing worked. Finally, I downloaded the Azure functions samples from github and downgraded my package references to those in the FunctionApp.csproj file. After that, the functions appeared in the console.

Reasons:
  • Blacklisted phrase (1): but nothing work
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Mike Draganza

79632652

Date: 2025-05-21 19:45:21
Score: 2.5
Natty:
Report link

This question had the answer: MS Access - Hide Columns on Subform

Forms![2_4_6 QA Review]![2_4_6 QA Review subform].Form.Controls("Raw_Item").Properties("ColumnHidden") = True

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: TheMortiestMorty

79632641

Date: 2025-05-21 19:38:19
Score: 3.5
Natty:
Report link

According to ccordoba12, this is not possible.

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
Posted by: user2153235

79632637

Date: 2025-05-21 19:32:17
Score: 1
Natty:
Report link

See the askubuntu.com's StackExchange same question Unable to install "<PACKAGE>": snap "<PACKAGE>" has "install-snap" change in progress for an excellent solution!

The very top answer there, shows you how to abort the ongoing "install-snap" change for spotify, by

  1. runing snap changes so see a list of ongoing changes

    $ snap changes
    ...
    123  Doing   2018-04-28T10:40:11Z  -  Install "spotify" snap
    ...
    
  2. running sudo snap abort 123 to kill that running change operation.

Then you can install spotify with sudo snap install spotify without the error.

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: lchristmann

79632634

Date: 2025-05-21 19:29:16
Score: 0.5
Natty:
Report link

I was able to do it slightly different way by #define default values and then declaring/defining the functions to get each of the params with a common macro.

#ifndef PARAM_ALPHA

#define PARAM_ALPHA (20)

#endif

#ifndef PARAM_BETA

#define PARAM_BETA (19)

#endif

#define DEFINE_ACCESSOR(name,macro_name) \

    static inline unsigned int get\_##name(){return macro_name;}

#define PARAM_LIST(X) \

    X(ALPHA,PARAM_ALPHA) \\

    X(BETA,PARAM_BETA)

PARAM_LIST(DEFINE_ACCESSOR)

int main()

{

printf("\nAlpha: %d\n", get_ALPHA());

printf("\nBeta: %d\n", get_BETA());

}

I noticed compiler burps if I use "ifdef <something>" inside the inline C code.

So if I pass in -DPARAM_ALPHA=10 during compile time, thats the value I get. Otherwise I get default value of 20.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Ratin Rahman