I would also like to know, I am facing the same issue, all the tables in dataverse are empty which are described here https://learn.microsoft.com/en-us/dynamics365/sales/conversation-intelligence-data-storage, only recordings(deprecated)table has records, but it has conversationId and some c drive location of where recording may be stored. But how can I figure that out? I do not know which azure storage resource has been used here.
I am facing the same issue but I am getting an error that terragrunt command cannot be found. I can see that you managed to fix it but I am wondering how you implemented terragrunt in the atlantis image. I am using AWS ECS to deploy this and I am looking for some advice on how you installed the terragrunt binary
Reasons:
Blacklisted phrase (2): I am looking for
RegEx Blacklisted phrase (1): I am getting an error
Just to close the thread... unfortunately with no useful answer.
I aborted the simulation in progress after 16 hours and 21 minutes, absolutely fed up. It was on about 50% of the simulation (about 49000 out of 98000). Then, I added some tracking of the duration (coarse, counting seconds) of both code blocks (list generation from files, and CNN simulation), and re-run the same "49000" simulations as the aborted execution. Surprisingly, it took "only" 14 hours and 34 minutes, with regular durations of every code block. That is, all the list generations took about the same time, and so the CNN simulations. So, no apparent degradation showed.
Then, I added, at the end of the main loop, a "list".clear() of all lists generated, and repeated the "49000" simulations of the CNN. Again, the duration of both blocks was the same in all iterations, and the overall simulation time was 14 hours and 23 minutes, just a few shorter than without the list clearing.
So, I guess that there is no problem with my code after all. Probably, the slowdown that I experienced could be due to any kind of interference by the OS (Windows 11; perhaps any update or "internal operation"?) or the anti-virus. Well, I'll never know, because I'm not going to lose more time repeating such slow experiment. I'll just go on with my test campaign, trying not to desperate (Zzzzzz).
Anyway, I want to thank you all your interest and your comments. As I'm evolving to "pythonic", I'll try to incorporate your tricks. Thanks!
Starship supports Enabling Right Prompt. Work for me on MacOS with the zsh shell. I tried add_newline = false but it doesn't work for me. I don't know if they have the option for Left Prompt 😂.
I use python and marimo in a uv env in my workspace Folder (Win11) . And get the same marimo not loading problem and want to share some Additional information, that could maybe help:
Basically it seems the ports of the marimo server, the marimo VSCode extention and the native VSCode notebook editor do not match up. When I change the port in the marimo VSCode Extention from 2818 to 2819, the marimo server starts on port 2820, but not always, it seems the port difference of 1 between settings and marimo server start is only happening sporadically.
I managed to at one point get all ports to match up, but still had the same issue:
Argument of type "tuple[Any, NDArray[Any] | Unbound, NDArray[Any] | Unbound] | tuple[Any, NDArray[Any] | Unbound] | Any | tuple[Any | Unknown, Unknown, Unknown] | tuple[Any | Unknown, Unknown] | Unknown" cannot be assigned to parameter "x" of type "ConvertibleToFloat" in function "__new__"
Type "tuple[Any, NDArray[Any] | Unbound, NDArray[Any] | Unbound] | tuple[Any, NDArray[Any] | Unbound] | Any | tuple[Any | Unknown, Unknown, Unknown] | tuple[Any | Unknown, Unknown] | Unknown" is not assignable to type "ConvertibleToFloat"
Type "tuple[Any, NDArray[Any] | Unbound, NDArray[Any] | Unbound]" is not assignable to type "ConvertibleToFloat"
"tuple[Any, NDArray[Any] | Unbound, NDArray[Any] | Unbound]" is not assignable to "str"
"tuple[Any, NDArray[Any] | Unbound, NDArray[Any] | Unbound]" is incompatible with protocol "Buffer"
"__buffer__" is not present
"tuple[Any, NDArray[Any] | Unbound, NDArray[Any] | Unbound]" is incompatible with protocol "SupportsFloat"
"__float__" is not present
"tuple[Any, NDArray[Any] | Unbound, NDArray[Any] | Unbound]" is incompatible with protocol "SupportsIndex"
...
code section is as:
def calculating_similarity_score(self, encoded_img_1, encoded_img_2):
print(f"calling similarity function .. SUCCESS .. ")
print(f"decoding image .. ")
decoded_img_1 = base64.b64decode(encoded_img_1)
decoded_img_2 = base64.b64decode(encoded_img_2)
print(f"decoding image .. SUCCESS ..")
# Read the images
print(f"Image reading ")
img_1 = imageio.imread(decoded_img_1)
img_2 = imageio.imread(decoded_img_2)
print(f"image reading .. SUCCESS .. ")
# Print shapes to diagnose the issue
print(f"img_1 shape = {img_1.shape}")
print(f"img_2 shape = {img_2.shape}")
# ")
# Convert to float
img_1_as = img_as_float(img_1)
img_2_as = img_as_float(img_2)
print(f"converted image into the float ")
print(f"calculating score .. ")
# Calculate SSIM without the full parameter
if len(img_1_as.shape) == 3 and img_1_as.shape[2] == 3:
# For color images, specify the channel_axis
ssim_score = ssim(img_1_as, img_2_as, data_range=img_1_as.max() - img_1_as.min(), channel_axis=2, full=False, gradient=False)
else:
# For grayscale images
ssim_score = ssim(img_1_as, img_2_as, data_range=img_1_as.max() - img_1_as.min())
print(f"calculating image .. SUCCESS .. ")
return ssim_score
so upon returning the value form this function I and adding the operator on it like:
if returned_ssim_score > 0.80: ## then for this line it gives me the above first one error.
but when I am printing this returned value then it is working fine like showing me the v alue as: 0.98745673...
so can you help me with this
Reasons:
Blacklisted phrase (1): help me
RegEx Blacklisted phrase (2): I have some doubt
RegEx Blacklisted phrase (3): can you help me
RegEx Blacklisted phrase (1): I am getting the Error
I have the same question: can someone tell me if I can adjust the estimation window? As I understand the package description, all the data available before the event date is used for the estimation.
"estimation.period: If “type” is specified, then estimation.period is calculated for each firm-event in “event.list”, starting from the start of the data span till the start of event period (inclusive)."
That would lead to different length of the estimation depending on the event date. Can I manually change this (e.g estimation window t:-200 until t:-10)?
Reasons:
Blacklisted phrase (1): I have the same question
RegEx Blacklisted phrase (2.5): can someone tell me
Did you ever find a solution for this? I'm having the same problem, container seems to be running infinitely and I want it to be marked as "success" so the next tasks can move on.
Reasons:
Blacklisted phrase (1): I'm having the same problem
RegEx Blacklisted phrase (3): Did you ever find a solution
stream splits tool_calls and returns data: {"choices":[{"delta":{"content":null,"tool_calls":[{"function":{"arguments":"{\"city\": \""},"
so that the complete parameters cannot be obtained, but I don't know how to solve it
Map<String, Object> arguments = ModelOptionsUtils.jsonToMap(functionInput);
Reasons:
Blacklisted phrase (1): how to solve
RegEx Blacklisted phrase (2): I don't know how to solve
Not having the exact same issues as you, but definitely having issues in this update. Preview is super slow and buggy. As soon as I use a textfield anywhere even on a basic test, I am getting the error: this application, or a library it uses, has passed an invalid numeric value (NaN, or not-a-number) to CoreGraphics API and this value is being ignored. Please fix this problem.in the console. Build times definitely seem soooooo much slower, its making the process annoying when it doesn't need to be.
I've cleaned the derived data, tried killing every Xcode process going, restarted a billion times lol. Great update this time around.
Reasons:
RegEx Blacklisted phrase (1): I am getting the error
Just by looking at your code, I haven’t tested it - your custom exception (STOP) logic currently contains a return statement directly before the exception. Exception is never raised.
How to fix? Remove the aforementioned return statement
has anyone solved it and i have done the docker approach DOCKER SAMPLE, it is also not working same error:
"Browser was not found at the configured executablePath"
Check Firewalls. Sometimes firewalls from virus guards may block connections.
( I am putting this as an answer because I don't have enough reputation to put a comment)
Reasons:
RegEx Blacklisted phrase (1.5): I don't have enough reputation
I'm unable to clean the zombie process , which is created by below command:
log_file = "ui_console{}.log".format(index)
cmd = "npm run test:chrome:{} &> {} & echo $!".format(index, log_file)
print(f'run{index} :{cmd}')
# This command will be run multiple time for each kvm instance in background, which is having bg pid and stor the stdout, stderr in log_file
process = subprocess.Popen(cmd, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE, executable='/bin/bash')
# Read the BG PID from the command's output
Find the Parent Process ID (PPID):
ps -o ppid= -p <zombie_pid>
Send a Signal to the Parent Process
Send the SIGCHLD signal to the parent process to notify it to clean up the zombie process:
sudo kill -SIGCHLD <parent_pid>
Replace <parent_pid> with the PPID obtained from the previous command.
I'm new to GE. I was working on a scenario where I need to connect to a Oracle database and fetch the data based on a query and then execute expectations present in suite.
Instead of passing SQL query as a parameter when defining data asset. I want to pass the SQL query as a parameter at run time during validation.run() so that I can pass the query dynamically and it can be used on any database table and columns for that particular DQ check(completeness/range..)
Can you please suggest how to achieve it. If any sample code also helps a lot.
Thanks in advance
Reasons:
Blacklisted phrase (0.5): Thanks
Blacklisted phrase (0.5): I need
Blacklisted phrase (1): how to achieve
RegEx Blacklisted phrase (2.5): Can you please suggest how
I have been struggling with the same situation for a while. I started to think that there is lack of feature support for this situation. Any ideas anyone?
I don't have enough reputation to comment yet, so posting this as an answer in hopes it helps the next person.
I spent around 3 days researching and trying to solve this issue. I found most of the StackOverflow answers as well as guides from other forums. All of those kept saying: Set your JAVA_HOME to some Java21 installation and check using 'mvn -v' to make sure you see a 21.x.x somewhere. This seems so have solved it for everyone else, but not for me.
My JAVA_HOME variable was pointing at Java 21, however for some reason it was installed only as a JRE and not as a JDK. Thus, there was no compiler present.
Make sure your JAVA_HOME variable is not only pointed to some Java 21 installation, but that that installation is a Java JDK, not just a Java JRE!
Reasons:
Blacklisted phrase (1): to comment
Blacklisted phrase (1): StackOverflow
RegEx Blacklisted phrase (1.5): I don't have enough reputation to comment
import type { Route } from "./+types/task";
import React, { useEffect, useState } from "react";
import type { ChangeEvent } from "react";
export default function Task() {
const [file, setFile] = useState<File | null>(null);
// handle file input change event
const handleFileChange = (event: ChangeEvent<HTMLInputElement>) => {
setFile(event.target.files?.[0] || null);
};
const handleFileUpload = async () => {
if (!file) {
alert('Please select a file to upload.');
return;
}
// create a FormData object to hold the file data
const formData = new FormData();
formData.append('file', file);
try {
const response = await fetch('https://api.cloudflare.com/client/v4/accounts/<my-id>/images/v1', {
method: 'POST',
headers: {
'Authorization': 'Bearer <my-api-key>',
},
body: formData,
});
// check if the response is ok
const result = await response.json();
console.log('Upload successful:', result);
} catch (error) {
console.error('Error during file upload:', error);
}
};
return (
<div className="block">
<h1>File Upload</h1>
<input type="file" onChange={handleFileChange} />
<button onClick={handleFileUpload}>Submit</button>
</div>
);
}
Hello, can you help me to solve the problem I have face? Is similar too but I am in localhost reactJS of the web interface to upload the file to the cloudflare images, but the CORS error occurs.
Here is the screenshot of the CORS in the browser inspection
@geekley's solution worked, but for those of us whose IM utility isn't called "convert" (also a FAT to NTFS converter utility), it may be installed as "magick.exe". Might save someone a few minutes of hair pulling, or accidentally reformatting their drive.
I am using Microsoft Office Professional 2016 installed locally and have this same problem. I have need for the OFFSET function a lot. Has anyone found a workaround? Is the problem still present on later versions of Office? If "No" and "Yes", does MS have any plan to fix it?
i had the exact same cookie problem, and your solution half fixed it! The cookie problem is gone on Chrome, but still exists on Safari, any insights? 🙏
This might be too simple, but - as an Apple user - I had to learn that notifications won't show on Android lock screens unless you tap the clock. Does the player show up this way?
I am facing the same issue, but mine scenario it routes traffic to both downstream api's randomly after deleting the main virtualservice then re-applying it so the istio routing order reset and the request-header router is sent to the top of the list.
Do you use a proxy as I think it needs IPV6 and are you on a vpn as we have issues with cisco vpn breaking the routing apparently still looking into it?
I saw that you opened an issue and Jim Ingham has fixed this bug. If you urgently need to use this feature in the current lldb version, you can refer to the temporary stop-hook I wrote to solve this problem:
Too many issues can exist, with unnamed module, since I am not able to comment due to point issues, I have found the answer check the answers on the link & fix your the issue.
Hmm. ta.adx() ...
adx() is no build in function for the ta source, at least in version 6 or version 5 what I see in the reference manual.
Where have you found it ? Check the reference and search for "ta.". Lots of build in functions but no adx(). May be there was a self defined method adx() somewhere ? If so you need to get to copy the code.
I am afraid the compiler is right ...
when using grep -o -c, it only counts the single lines that match i.e. it misses the double entries on the same line- You can either do the replace (echo/echo\n) or use the wc or nl to count the returned matches
I have not found any option to -c that counts all matches ? anyone else ?
@Youssef CH so how to fix the problem? I faced the same issue, deploy with github action with default script and no docker file in source code. Please help me
Reasons:
Blacklisted phrase (1): help me
RegEx Blacklisted phrase (3): Please help me
RegEx Blacklisted phrase (1.5): how to fix the problem?
I´m having the same problem. I have a server that has azure devops 2022.0.2 installed. The cybersecurity team sent a nmap scan that shows a weak cipher "ssh_rsa", but no matter what I change in the ssh file the weak cipher still appears in the scan. I changed the ssh cinfig file as recomended by microsoft.
Hello @Alan are you available there I have some issues to built up a twilio conference functionality? is this something you can hep me around to figure out the issue?
I have the same issue too, Here is the solution that works for me:
1. Make sure that you install the 'Extension Pack for Java'
2. Click 'Java: Ready' on the bottom bar
3. Click 'Clean Workspace Cache'
this would trigger reindexing of the project, I guess, after that, Ctrl+Click should work. Java: Clean Workspace Cache