stuck in same problem, @BullyWiiPlaza did you find any solution for this and other new applications onboarded are working fine but the one we migrated showing the exact same behaviour which you have mentioned
i have the same problem with codeigniter 3.
just test different version of php_sqlsrv_ts_x64.dll and check one of them will work
Hello. I have a ZX800S module. How can I find out the ASCII code of this module?
MAN I'm looking for the mirror program
It's about 5 folders in file manager, the other website and then mirrorsearch, mirror, that's 3 folders, I lack 2 more
If anyone can help me out here, I would appreciate it
how did u fix it? i hadnt used vs code for a while and now that i use it, it appears that errors when before it didnt happens
Same problem, no solution.
I tried wrapping my NextJS layout.tsx in GoogleOAuthProvider
, or just the component that uses useGoogleLogin
- still getting the same error.
I tried both, removing the frequency parameter and verifying whether the GPIO pins mentioned in the code are correct, but I am still getting the same error. I am using ADS7924 as an external ADC with Raspberry Pi Pico W.
GCP CloudSQL now has a pre-GA offering for MySQL and PostgreSQL which provides this functionality under the name "Read Pools"
I have to use the Components[] array or specify (component) in the methods.
Did you read all the manual @ https://devdocs.prestashop-project.org/9/basics/installation/environments/docker/
Did you check out Clément Désiles docker-compose-kickstarter ?
hay problemas con el Internet explorer , los mensajes no se muestran, lo probaste con google, ahi si se deben mostrar?
Has anyone figured this out? Having this particular issue at the moment
With the latest updates the problem has been solved, now it no longer goes into error.
how can i fork and run it locally?
Did you find a solution to this?
Do Google plan to provide an alternative API which would allow an individual to list out the photographs and the albums in their own Google account? The photoslibrary.readonly.appcreateddata scope mentioned by @CCLU above only allows photos added by an application to be listed. Whereas I wish to list out all my photos and the albums they are in.
My actual requirement is as follows:
Remove photographs from my personal Google photos account which are not in an album. Obviously, I take lots of photos of the same scene, add the best to an album and share. However, I don't want to keep all the other pictures, but I have no indication which photos are in an album, so flying blind when deleting photos. Perhaps some indication could be added to the photos app?
just focus camera zoom on origin not both
Where are you trying tonrhn the code?
What version of python are you using?
I can in sql 2016
but not in sql 2022 , why ?
did you find solution pls for this error pls
I'm facing the same issue of @shiftyscales, even running in separate processes, the second instance app remains somehow alive after quitting, which makes the first instance frozen. It is not until I kill the second instance "stuck" process, the first start reacting again. Any idea why is it happening?
Hey i am having the same issue, when i open and close a modal. in one screen and goes to another screen or component and try to open another modal , the previously opened modal is flashing . i am using react native 0.79.4 and new architecture
https://github.com/fahadtahir1/pdf_renderer_api_android_with_okhttp_and_cache
wrorking example of PDF renderer API with Okhttp
How can we do it for iOS. For iOS we have issue that if we want to create nativemodule like swift file we need to do it from xcode itself and not possible from vscode. Is there any fix for it?
Why do you have your password in the code?
You should remove the password from this thread.
I am struggling with local sentinel developement as well.
I am using MAC. and Sentinel v0.40.0 and Terraform v1.10.5. My plan file is called `plan.json`
When using this example I always fail
# create file policy.sentinel
vim policy.sentinel
...
sentinel {
features = {
apply-all = true
terraform = true
}
}
import "plugin" "tfplan/v2" {
config = {
"plan_path": "./plan.json"
}
}
...
:wq!
# Execute file
$ sentinel apply policy.sentinel
Error parsing policy: policy.sentinel:1:10: expected ';', found '{' (and 2 more errors)
Any suggestions ?
I'm also facing the same issue so Can you Please help me with the solution!
I have explained it in detail in my Post, here is the Link :
Eagerly waiting for your Response!
Although old, this is the closest to what I'm looking for.
I have unstructured data (for example char 512) which I need to address as a structure. I use RTTS to create the structure and a new data reference with that structure.
The part I struggle with is finding a way to move the unstructured data to the dref (or address the original data using a typed field symbol). I want to avoid using offsets and lengths to make a conversion.
Any revelations?
I am facing same issue can you please conform if you have any answers here is the error
Restart login cookie not found. It may have expired; it may have been deleted or cookies are disabled in your browser. If cookies are disabled then enable them. Click Back to Application to login again.
Please try adding "--enable-hive-sync"
Not an answer to your question but I am unable to comment yet. Just thought I'd chime in and say you can clean this up a bit by putting those examples directly on ErrorBody
type.
type ErrorBody = {
/**
* @example "https://someurl.com"
**/
type: string,
/**
* @example 409
**/
status: 400 | 401 | ...,
/**
* @example "error/409-error-one-hundred-and-fifty"
**/
code: string,
/**
* @example "This is an example of another error"
**/
title: string,
/**
* @example "You should provide error detail for all errors"
**/
detail: string
}
Then your endpoints can become:
@Response<ErrorBody>('409', 'A 409 error')
@Response<ErrorBody>('4XX', 'A 4xx error called fred')
I am also looking for an answer to this problem. I want all my API error responses to conform to the application/problem+json
type response that can be found in this spec. I don't want to manually write out every possible @Response
decorator though. I wish you could do something like:
@Response<ErrorBody>( ErrorStatusCodeEnum, 'An error' );
Where ErrorBody
would now have the form
type ErrorBody = {
/**
* @example "https://someurl.com"
**/
type: string,
/**
* @example 409
**/
status: ErrorStatusCodeEnum,
/**
* @example "error/409-error-one-hundred-and-fifty"
**/
code: string,
/**
* @example "This is an example of another error"
**/
title: string,
/**
* @example "You should provide error detail for all errors"
**/
detail: string
}
and TSOA would map that to all possible error codes in the enum.
As another way, you may consider indexedDB.
Have you figured it out for background call notifications? Please help me with also if you have solved, I am also searching for months and cannot implement it
@bh6 Hello, apologies for reaching out this way, but would it be possible for you and I to discuss a previous project you did? Specifically this one right here https://electronics.stackexchange.com/questions/555541/12v-4-pin-noctua-nf-a8-on-raspberry-pi-4b
I have some questions about how you got the external power supply working. Please reach out to me at [email protected], thank you in advance!
Я тоже столкнулся с такой проблемой.
На сайте идет обратный отсчет таймером. Я слежу за этим таймером. Через минуту обновляю страницу. Но когда вкладка не активна, скрипт перестает следить!
Не нашел более свежего вопроса, поэтому пишу тут.
Is there an updated version of this answer? I am trying to install SAP Hana Tools on Eclipse 2025-6 on an M1 Mac. I am using Java SE 24.0.1 as the jdk driver. I have tried installing the x86_64 and AArch64. When trying to install SAP Hana tools from https://tools.hana.ondemand.com/kepler, I am getting missing requirement: 'org.eclipse.equinox.p2.iu; org.eclipse.emf.mwe.core.feature.group 1.2.1' but it could not be found.
# self_learning_ea_system.py
import spacy
import numpy as np
import networkx as nx
import pickle
import os
import json
from sklearn.model_selection import train_test_split
from sklearn.metrics import accuracy_score
from tensorflow import keras
from tensorflow.keras import layers
from sentence_transformers import SentenceTransformer
# --- 1. Knowledge Graph using triples + networkx
class KnowledgeGraph:
def __init__(self):
self.triples = [] # (s, r, o)
self.graph = nx.DiGraph()
def update(self, s, r, o):
if (s, r, o) not in self.triples:
self.triples.append((s, r, o))
self.graph.add_edge(s, o, label=r)
def query(self, s=None, r=None, o=None):
return [
(s0, r0, o0) for (s0, r0, o0) in self.triples
if (s is None or s0 == s) and (r is None or r0 == r) and (o is None or o0 == o)
]
def __str__(self):
return "\n".join([f"{s} -[{r}]-> {o}" for s, r, o in self.triples])
# --- 2. NLP extractor with spaCy
nlp = spacy.load("en_core_web_sm")
embedder = SentenceTransformer('all-MiniLM-L6-v2')
def extract_triples(text):
doc = nlp(text)
triples = []
for token in doc:
if token.dep_ == "ROOT":
subjects = [w for w in token.lefts if w.dep_ in ("nsubj", "nsubjpass")]
objects = [w for w in token.rights if w.dep_ in ("dobj", "attr", "prep", "pobj")]
for s in subjects:
for o in objects:
triples.append((s.text, token.lemma_, o.text))
if not triples:
parts = text.split()
for rel in ("is", "has", "part"):
if rel in parts:
i = parts.index(rel)
if i >= 1 and i < len(parts) - 1:
triples.append((parts[i - 1], rel, parts[i + 1]))
return triples
def triple_to_vec(s, r, o):
return embedder.encode(f"{s} {r} {o}")
# --- 3. Relation prediction model
def build_model(input_dim):
model = keras.Sequential([
layers.Dense(64, activation="relu", input_shape=(input_dim,)),
layers.Dense(32, activation="relu"),
layers.Dense(1, activation="sigmoid"),
])
model.compile(optimizer="adam", loss="binary_crossentropy")
return model
# --- 4. Evolutionary algorithm
class EvolutionaryAlgorithm:
def __init__(self, system, base_rate=0.02):
self.system = system
self.base_rate = base_rate
self.mutation_rate = base_rate
def update_mutation_rate(self, accuracy):
self.mutation_rate = max(0.005, self.base_rate * (1 - accuracy))
def evolve(self):
model = self.system["model"]
weights = model.get_weights()
mutated = [w + self.mutation_rate * np.random.randn(*w.shape) for w in weights]
model.set_weights(mutated)
print(f"🔁 Mutated model weights with rate {self.mutation_rate:.4f}.")
# --- 5. Learning Module
class LearningModule:
def __init__(self, kg, system):
self.kg = kg
self.system = system
self.training_data = []
def add_training_example(self, s, r, o, label):
self.training_data.append((s, r, o, label))
acc = self.train()
self.system["ea"].update_mutation_rate(acc)
def train(self, epochs=10, batch_size=16):
if not self.training_data:
print("No training data available.")
return 0.0
X, y = [], []
for s, r, o, label in self.training_data:
vec = triple_to_vec(s, r, o)
X.append(vec)
y.append(label)
X = np.vstack(X)
y = np.array(y)
X_train, X_val, y_train, y_val = train_test_split(X, y, test_size=0.2, random_state=42)
model = self.system["model"]
model.fit(X_train, y_train, epochs=epochs, batch_size=batch_size, verbose=0)
preds = (model.predict(X_val) > 0.5).astype(int).flatten()
acc = accuracy_score(y_val, preds)
print(f"🧪 Trained model — validation accuracy: {acc:.2f}")
return acc
# --- 6. Reasoning Engine
class ReasoningEngine:
def __init__(self, kg, system):
self.kg = kg
self.system = system
def reason(self, query):
doc = nlp(query)
for ent in doc.ents:
facts = self.kg.query(s=ent.text)
if facts:
return "Known: " + "; ".join(f"{s} {r} {o}" for s, r, o in facts)
s, r, o = self.extract_subject_relation_object(query)
if s and r and o:
prob = self.predict_relation(s, r, o)
if prob > 0.7:
return f"Predicted with confidence {prob:.2f}: {s} {r} {o}"
return "Unknown — please provide feedback to improve me!"
def extract_subject_relation_object(self, text):
parts = text.split()
if len(parts) >= 3:
return parts[0], parts[1], " ".join(parts[2:])
return None, None, None
def predict_relation(self, s, r, o):
vec = triple_to_vec(s, r, o)
prob = self.system["model"].predict(vec.reshape(1, -1))[0, 0]
return prob
# --- 7. Save/Load System State
def save_system(path="system_state.pkl"):
with open(path, "wb") as f:
pickle.dump({
"triples": SYSTEM["kg"].triples,
"training_data": SYSTEM["learner"].training_data,
"model_weights": SYSTEM["model"].get_weights(),
}, f)
def load_system(path="system_state.pkl"):
if os.path.exists(path):
with open(path, "rb") as f:
data = pickle.load(f)
for s, r, o in data["triples"]:
SYSTEM["kg"].update(s, r, o)
SYSTEM["learner"].training_data = data["training_data"]
SYSTEM["model"].set_weights(data["model_weights"])
print("✅ System state loaded.")
else:
print("⚠️ No saved system state found.")
# --- 8. Main EA system assembly
input_dim = 384
SYSTEM = {
"kg": KnowledgeGraph(),
"input_dim": input_dim,
"model": build_model(input_dim),
}
SYSTEM["ea"] = EvolutionaryAlgorithm(SYSTEM)
SYSTEM["learner"] = LearningModule(SYSTEM["kg"], SYSTEM)
SYSTEM["reasoner"] = ReasoningEngine(SYSTEM["kg"], SYSTEM)
# --- 9. User interaction
def interact(query):
resp = SYSTEM["reasoner"].reason(query)
print("🤖:", resp)
if resp.startswith("Unknown"):
feedback = input("✅ Please provide correct answer (S R O, pipe-separated): ")
try:
s, r, o = feedback.split("|")
SYSTEM["kg"].update(s.strip(), r.strip(), o.strip())
SYSTEM["learner"].add_training_example(s, r, o, label=1)
SYSTEM["ea"].evolve()
except ValueError:
print("⚠️ Invalid format. Skipping update.")
return resp
# --- 10. Command-line interface
def cli():
print("🤖 Welcome to the Evolving AI System. Type 'quit' to exit.")
while True:
q = input("\nAsk a question or type a command ('save', 'load'): ")
if q.lower() == "quit":
save_system()
print("🛑 Goodbye!")
break
elif q.lower() == "save":
save_system()
print("💾 System saved.")
elif q.lower() == "load":
load_system()
else:
interact(q)
# --- 11. Main
if __name__ == "__main__":
load_system()
cli()
The problem was that I was using an old version of argosd? namely version 2.12.2
enter image description here
The function toYamlPretty requires version helm 3.17, and its support in argoсd was presented only in version v3.0.11.
In my case, the solution was to update the version of my argoсd
https://github.com/argoproj/argo-cd/blob/v3.0.11/hack/tool-versions.sh
Why not follow the official Secondary Display API Documentation?
This has been reported in https://bugs.launchpad.net/ubuntu/+source/git/+bug/2116251 and reverted in 2.34.1-1ubuntu1.14
Thanks! it's worked for me. Thanks a lot. @adam440
There is the one I developed :
facing the same issue. were you able to solve it?
It works perfectly, thanks Aswin
The one I developed :
same problem for me!
have you solved? Mostafa ALZOUBI
你好,请问你解决了该问题吗?我是在iOS18.5出现的这个问题
This worked well for me too. However, i would also like to include the legend with color codes but im struggling to do so, anyone know a workaround?
Did you ever get an answer for this? We have the exact same issue and I've not found any other cases out there
dear friends i want to inform you that using a vpn solved my problem it was proton vpn and the location i used was netherland
<FormChange
onSubmit={this.handleSubmit.bind(this)}
password={this.state.users.password}
/>
在类组件中这样调用函数完全正确,上面博主没有使用bind这个函数或者箭头函数来改变this的指向,让this指向当组件实例
Hey man did you solve this issue? I'm facing the exact NPE with ExecuteAndWaitInterceptor. I've created a custom interceptor stack excluding this one, but with no results.
Then I've introduced several libraries which are required by Struts 6.4.0 like Caffeine, OGNL 3.3.4, javassist 3.29.0-GA, but I get the same result.
I'm kind of stuck and this issue drives me crazy, any suggestion is much appreciated!
Did you ever solve this? I've been experiencing the same in Xcode 26 and stuck for 2 days
If you have followed the steps and it still doesn't work, you might have made the same mistake as me and disabled wt.exe app execution alias in apps > advanced app settings > app execution aliases > Terminal
Im following the exact same tutorial and came across the same issue. Thank you for the solution @scigs and @zorgandfroggo for asking the question
You are correct that this is a WAF block. Typically the block will be due to the ip reputation eg making repeated requests to websites not just to Xero.
You can check this article for ptotential reasons, https://community.akamai.com/customers/s/article/Why-is-Akamai-blocking-me?language=en_US and it has this link inside the article https://www.akamai.com/us/en/clientrep-lookup/ for checking your ip address.
For a more detailed insight for your specific issue, please could you raise a case with Xero Support here and include the most recent Akamai error code and then we can look this up for you, unfortunately the one you have included has expired.
I'm having the same issue, do you already solved it?
For anyone stubling over this: Pearson Hashing.
enter image description hereJust enter the delimiter you want to use here
Thanks so much for this! I have same issue that woocommerce_cart_hide_zero_taxes
and woocommerce_order_hide_zero_taxes
trick was exactly what I needed now even 0% tax is shown clearly during checkout and on orders.
I’ve set the price display suffix in the tax settings to something like (incl. VAT) but is there a way to how “incl.” or “excl.” based on whether VAT is applied to the user’s role or country? Right now it's static for all products regardless of who’s viewing.
Thank You.....
See this video talking about this private API that has been leaked accidentally https://youtu.be/NdJ_y1c_j_I?t=585
This post - solution from @icza - helped me to solve my job task, so I want to thank community and share my solution which is extended solution of @icza (but can be still incomplete - not covering all cases). Refer to https://github.com/mabrarov/go-text-template-parse.
Thanks.
If you use intellij, try the AEM Repository Tools plugin
- Documentation
https://github.com/javasin/art/
- Plugin
https://plugins.jetbrains.com/plugin/27802-aem-repository-tools
For anyone looking for a consistent range of ports, it's 30000-50000 (MAX PORTS: u16).
I could've commented but I'm short on reputation.
I'm having the same problem. I need to add the SKU and brand. How did you add them?
Thanks!!!!
Looks like it was caused by a lack of memory for the container.
We can also check var/log/syslog:
what can cause node.js to print Killed and exit?
You. have. saved. my. life. Thank you!!
Here is the document which explains about branding.
https://learn.microsoft.com/en-us/entra/external-id/customers/how-to-customize-branding-customers
I have posted answer of this same question on other thread as well.
https://stackoverflow.com/a/79693384/20849192
have you solved the issue?
i have the same error on ios
You also get a very similar error if you use an incorrect image URI. In my case I accidentally used the us-docker.pkg.dev
registry when it should have been docker.io
.
This is what happen in the app
I made same mistake. last week I installed python on C drive. Today, I moved Python on Drive. but I can't use pip or any command on Drive.
Please let me know what will be the solution. Now, I can't move back to C: Drive because not able to uninstall Python from D Drive
Were you able to find a solution for this? I'm also experiencing the same error .
Cheers
Jithin
Code is no longer being supported and has not been supported for since July 2023. Thank you for anybody that read my post have a nice day.
I don't have the reputation to update but getting downvoted on this is really dumb. I don't know why someone would seeing it's a legitimate question with a final legitimate answer.
Newbie here to macos - I have the following Windows .bat file and need to convert it to a mac .sh file - can anyone please help? Thanks in advance (This is how it looked in Windows 11 - files are located in the same location in Macos)
@echo off
start python C:\Users\Aide199\Desktop\UMTX2\host.py
start python C:\Users\Aide199\Desktop\UMTX2\fakedns.py -c dns.conf -i 192.168.0.2
did you manage to fix this issue?
i'm facing the same problem. Have you solved it ?
Yes I forgot to return the function value
@adam-nagy - thank you for your response!
The error you get (the 'undefined' TypeError) is the same error I get if I try loading through the console directly in B360's viewer. But there I can also see the DiffTool source code being present when inspecting 'Sources' through the browser's dev tools. That is not the case in our own app - here the DiffTool source code is fx not present at all. I have also tried the snippet that you use in your test project (so loading with a config), but it doesn't seem to work for me (see image) - I still get the same error.
Screenshot of loading with config
Seeing as the DiffTool seem to not be present at all, I wonder if there's something wrong in our base setup?
THIS IS KIND OF MAIN ISSUE SNIPPIT
@jesvin-palatty and @yoduh (thank you), I've tried to expand on these answers using defineAsyncComponent
, the following does indeed work, but I wonder whether my approach would be considered good practice?
<script>
import IconError from '@/components/icons/IconError.vue';
import {defineAsyncComponent} from "vue";
function getIcon(key) {
return defineAsyncComponent({
loader: () => import(`@/components/icons/Icon${key}.vue`),
errorComponent: IconError,
timeout: 3000
})
};
</script>
<template>
<IconBase><component :is="getIcon(item.icon)"></component></IconBase>
</template>
Can you explain a little bit more on what you did?
In our case the first build fails and succeeds on the second subsequent try (without clearing cache in between).
I am wondering now, how to work around this on CI, where the build just fails once and so the stage fails as well.
Any ideas? Beta 3?
it runs fine in IDEA. What compiler are you using?
I just find the answer for this qeustion.
Sorry for the duplicated question.
Below post asked exactly same thing with mine.
Thank you for answer Gavin Simpson!
Can you please share full code with error.
My guess is you need to upload blob data and you are sending some wrong type of data. And without looking into code can't help
If you use intellij, try the AEM Repository Tools plugin
https://plugins.jetbrains.com/plugin/27802-aem-repository-tools
DOUINA Mouhamed can you share your findings? maybe share some general guide on how to establish pairing and bonding in flutter? that would be appreciated
Do you solve this problem?
I have a similar problem.
I run python script from a terminal, and after a moment, it occupy 0% CPU and suspend.
Why this problem occurs?
Has anyone fixed this error? I have the same error
Can you provider a small piece of data?
Did it work? Did you publish it in the store and did it work? I have the same problem
I had the same problem yesterday, I'm going to open an issue to see if the devs can reach me out with a solution. I've tried everything you wrote too and nothing happens, but I've logged the response from /login and I'm getting the header with 'set-cookie': 'cookie' too. Can you share how you manage the authMiddleware to let the /me endpoint get the cookie? Also in Application -> Cookies, do you see the cookie?
just download them using the following links:
spread key into JSX warning (#12142) (f9031ec) - by @jewhyena
to provide context why updating may fix this issue. If migrating to v7 is an option, that also would resolve it.
I've received a reply to the same question on another forum and it answers my question. https://github.com/jstedfast/MailKit/discussions/1929#discussioncomment-13698474
Read this:
Passing Additional Arguments to the Handler Function
https://docs.snowflake.com/en/developer-guide/snowpark/python/python-worksheets#passing-additional-arguments-to-the-handler-function
how to take screenshot : Selenium IDE & CLI Runner (selenium-side-runner test_login.side) in 2025 ?