79344239

Date: 2025-01-09 23:02:47
Score: 1.5
Natty:
Report link

I had a same situation with "E/FrameEvents( 4927): updateAcquireFence: Did not find frame." and the counter kept spinning. I have set up the Google API key all as recommended, asking GPT but without luck. The map was present but was grey with Google watermark. And at the end I found out that I didn't enabled Maps SDK for Android and for iOS, it's a stupid mistake but I'm sharing it in case it saves someone time. :)

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

79344231

Date: 2025-01-09 22:58:46
Score: 0.5
Natty:
Report link

Excluding a JSON file can achieved with the externals option for sure:

externals: {
  "./users.json": "[]"
}

The configuration replaces the import of ./users.json with an empty array literal in bundled code.

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

79344228

Date: 2025-01-09 22:57:45
Score: 3
Natty:
Report link

For debugging, in 2025 and assuming you have Visual Studio: The url setting with port is accessed by opening the project properties, going to the Debug section, click to open debug launch profiles, and scrolling down to app url.

URL settings for api project in VS 2022

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

79344224

Date: 2025-01-09 22:54:43
Score: 11 đźš©
Natty: 5
Report link

Has anyone found a fix for this? 3 hours into blasting all the permissions wide open, I can run all these from a shell with the same user that runs pgadmin, this seems like it is clearly broken. I can't use any of the functions like import/export etc until I can figure out what the bug here is, to get around it. Anyone with any input?

Reasons:
  • Blacklisted phrase (2): anyone found
  • RegEx Blacklisted phrase (1.5): fix for this?
  • RegEx Blacklisted phrase (3): Has anyone found
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Scott Clark

79344221

Date: 2025-01-09 22:51:43
Score: 0.5
Natty:
Report link

I think this should be maestro --host <Windows-IPv4-address> studio.

Even if you're running without a UI, you'll get console output telling you where to go in the browser to access it.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Dan Caseley

79344220

Date: 2025-01-09 22:51:42
Score: 4
Natty:
Report link

When you ran the podman command, did you make sure you were logged in as the openhab user? I am having a different permission problem that happens a little further than yours.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: OJFL

79344218

Date: 2025-01-09 22:50:42
Score: 1
Natty:
Report link

You can select the numeric columns with .select_dtypes('number') [and .select_dtypes('object') for the categorical ones]:

numeric_cols = planets.select_dtypes('number').columns
P = planets.groupby(['type', 'magnetic_field'])[numeric_cols].agg(['mean', 'max'])
display(P)

df

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

79344186

Date: 2025-01-09 22:26:36
Score: 1
Natty:
Report link

Step 1: Make sure that sellingstuff.com and otherstuff.com are redirected to the same ip address. You can do this through the provider you bought the domain from.

Step 2: Wait for the domains to replicate to global dns servers

Step 3: Test that the domains are correctly routed to the ip. You can test this by typing cmd > “ipconfig /flushdns” then “ping sellingstuff.com” and “ping otherstuff.com” correctly.

Step 4: Open IIS and select the site you added in the sites section. Right click > go to edit bindings. > press add > put sellingstuff.com in hostname and press OK

Step 5: Press add again and enter otherstuff.com and press ok.

This way you can redirect as many domains as you want to a single site.

Additional information : If you are going to use SSL and you have installed it in IIS, do not forget to select “Require Server Name Indication” after selecting Type > https.

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

79344185

Date: 2025-01-09 22:26:36
Score: 1.5
Natty:
Report link

The ReportingServices2010 SOAP Api wraps the role policies of SSRS.

As an example, see this blog post: https://darrellbooker.tumblr.com/post/126270328658/adding-ssrs-usersnew-role

Reasons:
  • Blacklisted phrase (1): this blog
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: David Browne - Microsoft

79344183

Date: 2025-01-09 22:25:36
Score: 4.5
Natty:
Report link

I did the recommendation @Tamer Yousri posted although I didn't use the Anaconda GUI. I simply accessed the anaconda prompt from my installed applications as seen in the image below.

Anaconda Navigator

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Tamer
  • Single line (0.5):
  • Low reputation (1):
Posted by: Teodor Crnobrnja

79344173

Date: 2025-01-09 22:18:34
Score: 0.5
Natty:
Report link

For reasons and reference. See: #69.

In order to get message link, you need to first check that you can get a message link by calling getMessageProperties and check the flag can_get_link, if true you can safely call getMessageLink which will return you a URL to the message.

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

79344150

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

//for other users with similar problem

//in bootstrap/app.php

use Illuminate\Http\Request;

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: edgaia

79344139

Date: 2025-01-09 22:04:30
Score: 1
Natty:
Report link

I was able to fix this by including the following header:

#include <boost/python/class.hpp>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: root

79344138

Date: 2025-01-09 22:03:30
Score: 0.5
Natty:
Report link

You can still want to use:

overflow: hidden;

but, in addition, you will have to specify that the scrolling context is the document, inside the scroll property. For ex:

animation-timeline: scroll(y root);
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Maatthieu Maat

79344133

Date: 2025-01-09 22:02:29
Score: 2
Natty:
Report link

In the Job/Task definition window, create a Parameter using the dynamic value reference (in green) in the image below enter image description here

Then, run your job to validate: enter image description here

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

79344132

Date: 2025-01-09 22:01:29
Score: 2.5
Natty:
Report link

Because keys are are internal to react and are not accessible. I had to do a workaround of {value}__{id} then parse the Id off of the value for the client facing portion then parse the ID for my api portion

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

79344125

Date: 2025-01-09 21:56:28
Score: 3
Natty:
Report link

MODULE S1 1WERRO :1 THIS SCRIPT ERROR FIX IT ALL FROM CRASHING KUST FIXEED AND RUNS PROPERLLY ON MY END

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: JKOD10101

79344123

Date: 2025-01-09 21:55:28
Score: 1
Natty:
Report link

Only Pod X can only send messages to its client based on WebSocket Protocol as it enables two-way communication between a client to a remote host that has opted-in to communications from that code.

However, in this dev article by Kevin Sookocheff, you may use session affinity that directs traffic from a client to the service pods to optimize and ensure that the same pod receives traffic from the same user. When deploying your service, you can configure session affinity using YAML.

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

79344120

Date: 2025-01-09 21:54:28
Score: 3
Natty:
Report link

I had same problem with new .NET 9 and I uninstalled it and it fixed the error

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

79344104

Date: 2025-01-09 21:45:26
Score: 0.5
Natty:
Report link

In a general way, you can try :

.begin-marker ~ .target:has( ~ .end-marker) {
    color: red;
}
<div class='begin-marker'>Begin marker</div>
<div class='target'>Target</div>
<div class='end-marker'>End marker</div>

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

79344096

Date: 2025-01-09 21:41:25
Score: 2.5
Natty:
Report link

I had the exact same issue when I added push extension capability to my project as described in https://capacitorjs.com/docs/guides/push-notifications-firebase#prerequisites. But after adding the extension, I encountered this issue when I tried to run 'pod update'.

Daniel Pitts solution above was exactly right. Problem went away in a second. All I did was, right click on the pushextension target and select Location as "Relative to Group".

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • No code block (0.5):
  • Low reputation (1):
Posted by: ashish kumar

79344095

Date: 2025-01-09 21:41:24
Score: 11.5
Natty: 7
Report link

Im facing a very similar issue with my sequelize database and its wrecking my head! "Error: Gyms.belongsTo called with something that's not a subclass of Sequelize.Model". How did you resolve this?

Reasons:
  • RegEx Blacklisted phrase (3): did you resolve this
  • RegEx Blacklisted phrase (1.5): resolve this?
  • Low length (0.5):
  • No code block (0.5):
  • Me too answer (2.5): facing a very similar issue
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ronan Morgan

79344091

Date: 2025-01-09 21:37:23
Score: 3
Natty:
Report link

for me npm build solved my issue

Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Taha Hammouz

79344083

Date: 2025-01-09 21:33:22
Score: 0.5
Natty:
Report link

How to find the user depends on how you are getting the username in the first place.

For example, if you are doing it based on a message the banned user sent, Message.from_user exposes the User object of the sender, giving you access to the user id.

Alternatively, if you have a command like /ban @username with the user tagged, the Message.entities returns you a list of MessageEntitys, which you can iterate through to find the tagged user's entity. See the documentation for Message.entities and MessageEntity.

Reasons:
  • Has code block (-0.5):
  • Starts with a question (0.5): How to find the use
  • Low reputation (0.5):
Posted by: ilgazer

79344081

Date: 2025-01-09 21:33:22
Score: 2
Natty:
Report link

I've the following methods which are not working on Wildfly 34 but working perfectly on OpenLiberty:

@POST
@Path("/upload")
@Consumes(MediaType.MULTIPART_FORM_DATA)
public void uploadFiles(@Context final HttpServletRequest request, @Suspended final AsyncResponse asyncResponse) {
    final var fileParts = request.getParts().stream().filter(part -> "files".equals(part.getName())).toList();
}

Error on wildfly: java.lang.IllegalStateException: UT010057: multipart config was not present on Servlet

Same error for the following:

@POST
@Path("/upload")
@Consumes(MediaType.MULTIPART_FORM_DATA)
public void uploadFile(@FormParam("fileName") final String fileName, @FormParam("file") final InputStream inputStream, @Suspended final AsyncResponse asyncResponse)  {
}

Any hint?

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: dabbabi

79344079

Date: 2025-01-09 21:32:21
Score: 4.5
Natty: 5
Report link

Anyone have solution for this? I'm still struggling with the same error exactly

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Inero

79344077

Date: 2025-01-09 21:32:21
Score: 3
Natty:
Report link

If you are importing data from Excel in the form of an xlsb file, especially if the data is organized as a structured table, try importing the file as a regular xlsx.

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

79344071

Date: 2025-01-09 21:28:20
Score: 2
Natty:
Report link

I guess this will not work. Check something out like that: gs.setRedirect('your_url')

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Hendrik

79344063

Date: 2025-01-09 21:26:19
Score: 4.5
Natty:
Report link

I don't have enough reputation to comment.

Are you by any chance using Sentry? Sentry uses Breadcrumbs for their sort of "stack trace" feature.

When using Sentry, I also appear to get this issue due to OkHTTP logs being pretty printed out by pretty_dio_logger.

I am uncertain if Breadcrumbs are used in any other common libraries, but to me it seems largely like a Sentry construct.

Reasons:
  • Blacklisted phrase (1): to comment
  • RegEx Blacklisted phrase (1.5): I don't have enough reputation to comment
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: EatonWu

79344051

Date: 2025-01-09 21:16:15
Score: 7.5 đźš©
Natty: 4
Report link

Is there any clarification why this happened? I am also facing similar issue.

Reasons:
  • Blacklisted phrase (1): Is there any
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am also facing similar issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Is there any
  • Low reputation (0.5):
Posted by: JacobJustCoding

79344046

Date: 2025-01-09 21:14:15
Score: 1.5
Natty:
Report link

import qrcode # ePass details epass_data = ePass: EP012914925150858Y22 Name: AKONDO MD HASAN Gender: M DOB: 18-02-1998 Passport No: A07262733 Nationality: BANGLADESH Pass Type: PLKS L1: dgp2021v1 L2: eIt5rci0QldGLxsy+wYL2DU91j4IyVERL1qGYDM80w8Eh2OUxpxBpyBIcl6/CnTQBpKw22xfCmVcCO9qQV530vMYEIAt7tUwHd7UmxLoc50O3lVs+UMC0r3RAY2h53tGQQiDQlBk2FsaLJvhFByDqlUB2HEYyMG46Uln1pjpUlAe6oHq+Khl29XHSBdtwKWKvz6pWpB6FncF5UE5WsCHcriZMzb+yjgM3/0B50qEssI7ORXG # Generate QR Code qr = qrcode.QRCode(box_size=10, border=4) qr.add_data(epass_data) qr.make(fit=True) # Save QR Code as an image qr_image_path = epass_qr_code.png qr.make_image(fill_color= black , back_color= white ).save(qr_image_path) print(f QR Code saved as {qr_image_path} )

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: NEW QR CORD

79344044

Date: 2025-01-09 21:13:14
Score: 2.5
Natty:
Report link

I was having this issue with my cloud run service. It looks like setting the "min instances" to at least 1 solves it

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

79344042

Date: 2025-01-09 21:13:14
Score: 3
Natty:
Report link

Found an open issue on a dependent library that ended up solving my issue as well. https://github.com/karafka/karafka-rdkafka/issues/126#issuecomment-2446646538

It is still open.

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: Kyle

79344038

Date: 2025-01-09 21:12:14
Score: 0.5
Natty:
Report link

The comma has a special meaning in the hx-trigger attrib. Maybe try escaping the selector by putting it in parens: hx-trigger="click from:(.test1, .test2)"

Just to write down the answer from a comment under the original question.

Also from the HTMX website - https://htmx.org/attributes/hx-trigger/

In order to pass a CSS selector that contains whitespace (e.g. form input) to the from- or target-modifier, surround the selector in parentheses or curly brackets (e.g. from:(form input) or from:closest (form input))

Reasons:
  • No code block (0.5):
Posted by: abedurftig

79344036

Date: 2025-01-09 21:10:14
Score: 2.5
Natty:
Report link

Under iOS 18, if you click on a VCF file, the first contact appears. After you click on the share symbol, you can open the VCF file with the Contacts app, where you will be offered the option to import all contacts.

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

79344029

Date: 2025-01-09 21:09:13
Score: 1
Natty:
Report link

Have u read the

Setting up shell integration

Add the following line to your shell configuration file.

bash

# Set up fzf key bindings and fuzzy completion
eval "$(fzf --bash)"

zsh

# Set up fzf key bindings and fuzzy completion
source <(fzf --zsh)

fish

# Set up fzf key bindings
fzf --fish | source
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Moritz

79344028

Date: 2025-01-09 21:09:13
Score: 4.5
Natty: 5
Report link

Same Problem for me. NestJS with express + Angular

Reasons:
  • RegEx Blacklisted phrase (1): Same Problem
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ugran

79344027

Date: 2025-01-09 21:08:11
Score: 4.5
Natty:
Report link

I want to run backend container by using docker

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Narendra Gottam

79344020

Date: 2025-01-09 21:04:10
Score: 0.5
Natty:
Report link

You want to display a Matplotlib figure within an ipywidgets HBox using an Output widget. See more about widgets.Output() here in the ipywidgets documentation under 'Output widgets: leveraging Jupyter’s display system'.

Simplified example to illustrate:

%matplotlib ipympl
import numpy as np
import matplotlib.pyplot as plt
from ipywidgets import interact, interactive, fixed, interact_manual
import ipywidgets as widgets
from IPython.display import display, clear_output

def f(x, a):
    return np.exp(-a * x**2)

# Create the slider widget
slider = widgets.FloatSlider(min=0.1, max=10.0, step=0.1, value=1.0, description='a')

# Create an Output widget to hold the plot
output = widgets.Output()

# Create the plot within the Output
with output:
    x = np.linspace(-3, 3, 100)
    fig, ax = plt.subplots()
    line, = ax.plot(x, f(x, slider.value))
    plt.ylim(-0.2, 1.2)

# Define the interactive function
def update(a):
    with output:
        clear_output(wait=True)  # Clear the previous plot
        line.set_ydata(f(x, a))
        fig.canvas.draw_idle()

# Connect the slider to the update function
slider.observe(lambda change: update(change['new']), names='value')

# Display the slider and the plot within the HBox
hbox = widgets.HBox([slider, output]) 
display(hbox)

(Note this is as opposed to something more along the lines of your provided code, see below where hbox = widgets.HBox([slider, fig.canvas]) is used.)

Note that to be more explicit that you need ipympl, the convention now is %matplotlib ipympl. As discussed in the 'Basic Example' case here, the %maplotlib widget is still supported though, but behind-the-scenes ipympl is getting used.

You should be able to adapt your code to that or vice versa.

This below may do that adapting of the approach to your code? (I couldn't test it for reasons in the comment below your post.) Or at least be closer to implementing that:

%matplotlib ipympl
import tomolyzer as t
import numpy as np
import matplotlib.pyplot as plt
from ipywidgets import interact, IntSlider, FloatSlider, Dropdown, VBox, HBox, Layout
from IPython.display import display  # Import display for rendering widgets
import logging
from scipy.fft import fft2, fftshiftimport scipy.ndimage as S
import os
from tqdm import tqdm

# Create an Output widget to hold the plot
output = widgets.Output()

with output:
    fig, axs = plt.subplots(1, 2, figsize=(10, 5))  # 1 row and 3 columns figure size of 15 inches wide and 5 inches tall.

    axs[0].axis("off")
    axs[1].axis("off")

    std = 0
    max = 0
    factor = max - std*2
    i=0
    image = data[i][testing_radius, :, :].copy()
    axs[0].imshow(image, cmap='viridis', aspect='auto')  # Display the slice
    axs[0].set_title(f'{body.centers_scaled[title][i]}')  # Title for the slice
    axs[0].set_xlabel(f'{np.mean(image):.2e}')
    axs[0].set_ylabel('YX')
    axs[0].set_xticks([0,mid_x/2,mid_x])
    axs[0].set_yticks([0,mid_y/2,mid_y])

    axs[1].imshow(image, cmap='viridis', aspect='auto')  # Display the slice

def updatePlot(val):
    with output:
        min = np.min(data[i][18])
        max = np.max(data[i][18])
        mean = np.mean(data[i][18])
        std = np.std(data[i][18])
        threshold= max - std*val
        image = data[i][testing_radius, :, :].copy()
         # positve intercept
        image[np.where(image > max - std*val)] = 0
        image[np.where(image < max - std*val)] = 1
        axs[1].clear()  # Clear previous plot
        axs[1].imshow(image, cmap='viridis', aspect='auto')  # Display the slice
        axs[1].text(
            0.5, -0.1, f"{threshold:.2e}", 
            transform=axs[1].transAxes, ha='center', va='top', fontsize=12
        )

std_slider = FloatSlider(min=0,max=7,step=0.001,value=0,description='Std',orientation='vertical', layout=Layout(height='300px'))
x=interact(updatePlot,val = std_slider)

plots_and_slider = HBox([std_slider, output], layout=Layout(align_items='center'))

display(plots_and_slider)


Note the example that Google's Gemini gave me with the prompt "Can you give me a simple example that uses an HBox to put a slider and plot side by side. Use Ipywidgets interact(), please.", demonstrates what you saw:

import numpy as np
import matplotlib.pyplot as plt
from ipywidgets import interact, interactive, fixed, interact_manual
import ipywidgets as widgets

def f(x, a):
    return np.exp(-a * x**2)

# Create the slider widget
slider = widgets.FloatSlider(min=0.1, max=10.0, step=0.1, value=1.0, description='a')

# Create the plot
x = np.linspace(-3, 3, 100)
fig, ax = plt.subplots()
line, = ax.plot(x, f(x, slider.value))
plt.ylim(-0.2, 1.2)

# Define the interactive function
def update(a):
    line.set_ydata(f(x, a))
    fig.canvas.draw_idle()

# Create the HBox layout
hbox = widgets.HBox([slider, fig.canvas])

# Display the interactive widget
display(hbox)

# Connect the slider to the update function
slider.observe(lambda change: update(change['new']), names='value')

That shows the plot twice in the output area.

It only took me a couple rounds with Gemini saying what was going on/what the issues were to get it to give the version I provide above. So for getting MRE's Google Gemini can help and it can help you troubleshoot, too.

Reasons:
  • RegEx Blacklisted phrase (2.5): Can you give me
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • High reputation (-1):
Posted by: Wayne

79344017

Date: 2025-01-09 21:03:10
Score: 1
Natty:
Report link

Use hx-include - https://htmx.org/attributes/hx-include/.

<div>
  <form id="myform">
    <input type="text" name="field1"/>
  </form>
</div>
<div>
  <button hx-post="" hx-include="#myform"></button>
</div>

This will submit all the child-inputs in the myform tag.

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

79344015

Date: 2025-01-09 21:02:10
Score: 2
Natty:
Report link

Here is what really helped me: check font is a standard font saved in windows for example. Then add this to your wordcloud wordcloud = WordCloud( *** ,font_path='C:\Windows\Fonts\***....ttf'' ).generate(df)

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

79344012

Date: 2025-01-09 21:01:08
Score: 4
Natty:
Report link

I noticed you're facing a similar issue. I'm currently experiencing the same problem. My last modifications were in December, and today I updated expo, expo-router and react-native to their lastest versions.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Me too answer (2.5): facing a similar issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: Helder Martins

79343994

Date: 2025-01-09 20:50:04
Score: 1
Natty:
Report link

According to the documentation, for your native code to be called you'll have to: window.kmpJsBridge.callNative but you have: window.JsBridge.postMessage which is wrong.

See the part of the documentation

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

79343985

Date: 2025-01-09 20:45:03
Score: 3
Natty:
Report link

Thanks for your feedback kissu. Definitely more efficient.

My problem lied in reactivity which this thread help solve

Vue3 reactivity of an "external" array

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: joseph son

79343980

Date: 2025-01-09 20:44:03
Score: 1
Natty:
Report link

In HTML tags can only be in the or the , but the must be direct children.

You should check out the head-support extension. With this you will be able to include a tag in the html response and Htmx will check for elements to add to the actual page head.

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

79343972

Date: 2025-01-09 20:41:02
Score: 1.5
Natty:
Report link

I ended up figuring it out thanks to some people over on reddit. You just need to add

"ContainerOverrides": {
  "Environment": [
    {
      "Name": "var1",
      "Value": "{% $states.input.value1 %}"
    },
    {
      "Name": "var2",
      "Value": "{% $states.input.value2 %}"
    }
  ]
}

to whichever container you are trying to get the variables into on the State Machine/Step Function definition, under the Arguments field.

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: gatorpatch

79343971

Date: 2025-01-09 20:41:02
Score: 0.5
Natty:
Report link

For me, I accidentally downloaded chrome binary instead of chromedriver binary from Google Chrome Labs.

Chromedriver is very small in size (around 8-10 MB as of 1/10/2025).

You also need to download the Official Chrome Browser from Google in your operating system (I had Brave installed so I had to download Chrome).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Legendary Emoji

79343967

Date: 2025-01-09 20:39:02
Score: 1
Natty:
Report link

Thank you for your answer. This is my code from your input.

intercept(request: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>> {
  if (this.myDomainPattern.test(request.url)) {

    this.accountService.user$
      .pipe(take(1))
      .subscribe({
        next: user => {
          if (user) {
            // Clone from the coming request and add Authorization header to that
            request = request.clone({
              setHeaders: {
                Authorization: `Bearer ${user.jwt}`
              }
            });
          }
        }
      })
  }
  return next.handle(request);
}

The second part causes me to fix more. Therefore I will take time to understand it first (I don't know switchmap inside pipe and return Observable<HttpEvent.

Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: D052057

79343960

Date: 2025-01-09 20:33:00
Score: 1.5
Natty:
Report link

@BenderBoy has a good point there. I am not familiar with Go. But on your endpoints you should have access to request and response. Check the "HX-Request" header in the request.

if (headers['hx-request'] == true) {
  return partial_page;
} else {
  return full_page;
}

Depends on your UI framework. But with templating your partial_page would be included in your full_page.

Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @BenderBoy
  • Looks like a comment (1):
Posted by: abedurftig

79343958

Date: 2025-01-09 20:33:00
Score: 3
Natty:
Report link

In my case it was he project name that started with a number

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Wouter Van Ranst

79343952

Date: 2025-01-09 20:31:00
Score: 0.5
Natty:
Report link

As of npm v8, you can pass --save to npm update, which will update the versions of everything in package.json.

After using npm outdated -p and cut for so long, I was surprised when someone pointed this out to me.

It just updates the minor versions, but that's usually what I want — if I try to update all the major versions, the chances that everything is compatible with everything is usually pretty low, so I have to do that fairly piecemeal.

Reasons:
  • Blacklisted phrase (1): I have to do
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Jun-Dai Bates-Kobashigawa

79343950

Date: 2025-01-09 20:28:59
Score: 1
Natty:
Report link

If reindexing didn't help, try to execute:

ANALYZE VERBOSE;

It helped me during postgresql 12 --> 16 upgrade

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

79343949

Date: 2025-01-09 20:27:59
Score: 2
Natty:
Report link

I have no idea what it would be how it got in Google account I can't even open let under stand what it! all I know is someone from m.jucydate.com/thread200 Emily miller sharing her porn through my tablet and controlling it I don't want to sign up or anything I play my hill climbing racing 2 candy crush I asked for help only to find my feedback was never delivered I don't I don't know what to say

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

79343946

Date: 2025-01-09 20:26:59
Score: 0.5
Natty:
Report link

I had this problem for a long time. The root cause ended up being that the file C:\Program Files\dotnet\sdk\6.0.136\DotnetTools\dotnet-format\dotnet-format.deps.json had a reference to an older version of System.Text.Json. This was the file that was deciding which version would be used by the GenerateDeps task regardless of what version was referenced in the projects.

The solution was to uninstall the 6.0.136 SDK, install a newer one, and then do a Repair of Visual Studio using the Visual Studio Installer to fix the PATH variable.

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

79343940

Date: 2025-01-09 20:24:58
Score: 1.5
Natty:
Report link

Key123$

const url = "data.js?key=123"

const v = url.slice(url.indexOf("?") +1 ,url.length).split("=")

const [key,value] = v

console.log({[key]:value})

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

79343936

Date: 2025-01-09 20:22:57
Score: 4
Natty:
Report link

I am Abdel Quddus, of Moroccan nationality, and I want to work as a writer on one of the sites. The salary is somewhat acceptable, but I would like to work with you, or I would like to make my account a work account, not a personal account.

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

79343932

Date: 2025-01-09 20:21:56
Score: 2
Natty:
Report link

For me the issue was my /resources folder was at wrong location. It should be directly under /main but for some reason it was under /main/java. Once I changed the folder location it was fixed.

So please validate your maven project structure once.

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

79343930

Date: 2025-01-09 20:21:56
Score: 1
Natty:
Report link

You cannot change existing project panes, but you can define your own. You need to implement class com.intellij.ide.projectView.impl.AbstractProjectViewPane and then register the implementation in your plugin.xml with extension point name <projectViewPane> (com.intellij.projectViewPane).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Anton Kozub

79343924

Date: 2025-01-09 20:19:56
Score: 1
Natty:
Report link

If you're still struggling, this fork of GeoFlutterFire2 allows you to use a current rxdart so you can update other dependencies.

  geoflutterfire2: 
    git: https://github.com/wilpar/GeoFlutterFire2-Firebase3
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Exposure Systems EAES

79343915

Date: 2025-01-09 20:15:55
Score: 3.5
Natty:
Report link

There does not seem to be a good way to solve this but you could display a button element above the google i-frame and set mouse events to none.

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

79343913

Date: 2025-01-09 20:14:55
Score: 1
Natty:
Report link

turns out you need special script to implement 'fallthrough slots'.

found it here https://github.com/orgs/vuejs/discussions/11004

<template v-for="(_, name) in $slots" #[name]="scope">
    <slot :name v-bind="scope ?? {}" />
</template>

as for emits, they work. primevue just has horrible typescript support

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

79343906

Date: 2025-01-09 20:10:53
Score: 3.5
Natty:
Report link

This proves that you're disrespectful to your own mother!

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

79343903

Date: 2025-01-09 20:09:53
Score: 2
Natty:
Report link

For the top tab fix, all you need to do is add animationEnabled:false, to your screenOptions. That will solve your problem

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

79343899

Date: 2025-01-09 20:07:53
Score: 2
Natty:
Report link

An issue I found is that the cast_to_raw (PL/SQL) returns hexadecimal using A-F, and the encryption algorithm is case sensitive, and thus a-f.

I used lower to ensure they are all lowercase and got the expected raw_txt.

However, I am still stuck getting the expected hashed value.

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

79343893

Date: 2025-01-09 20:04:52
Score: 1.5
Natty:
Report link

This information is stored in .idea/jpb-settings.xml file. You can share it with your team members to synchronize these project settings.

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

79343889

Date: 2025-01-09 20:03:51
Score: 3
Natty:
Report link

check the result on the Synchronization Service for the delta sync and provide more infos from there

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

79343884

Date: 2025-01-09 20:00:50
Score: 4.5
Natty:
Report link

Try using @RestController instead of @Controller.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @RestController
  • User mentioned (0): @Controller
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohammed Jawad Saleem

79343865

Date: 2025-01-09 19:52:48
Score: 2
Natty:
Report link

If you updated your react native project, check your @react-native/etc

Config file

and see it's the same as the one up top, there's an update at react native 0.76.4 which fixes that issue

Source: https://github.com/facebook/react-native/issues/46355

Edit: Found this because was searching for the same error myself, this fixed it for me

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

79343864

Date: 2025-01-09 19:52:48
Score: 1.5
Natty:
Report link

In case the previous answers don't work, on a brand new install of python on Windows 11, I typed in "idle" in the START searchbar to get the "IDLE Python (3.xx 64-bit)" to come up.

If "Edit with Idle" does not show up on a right-click, go to "Show more options" on the bottom and it may have the option to open with idle there.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Arthur Howland

79343863

Date: 2025-01-09 19:51:48
Score: 1.5
Natty:
Report link

First, you may already know, but for others: Using raw types is bad. We shouldn’t. Meaning we don’t need to know the answer to your question.

Curiosity doesn’t quite kill this cat, though, so for its sake: Once you use a raw type, everything in the expression goes raw. So when you pass a raw HashMap to doSometing(), it returns a raw List, not the List<B> that it’s declared to return. And Java accepts that you assign a raw List to a List<A>. With a warning. But you’re expected to know best, if you say that the list can be regarded as a List<A>, so be it.

In you last code line you haven’t got any raw types, so generics work the way they are supposed to. doSomething() returns a List<B>. And you cannot assign a List<B> to a List<A>. Why? Because a List<A> would allow you to insert something into the list that implements A but is not a B. We cannot allow that to happen for a List<B>.

Link: What is PECS (Producer Extends Consumer Super)? about why you can’t assign a List<B> to a List<A> and what to do instead.

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

79343861

Date: 2025-01-09 19:51:48
Score: 1
Natty:
Report link

First, ensure you have the correct dependency in your pubspec.yaml file:

yamlCopydependencies: google_generative_ai: ^latest_version

If you're having trouble, try these specific approaches:

yamlCopydependencies: google_generative_ai: ^0.2.0 # Use a specific version

After adding the dependency, run these commands in your terminal:

bashCopyflutter pub clean flutter pub get

If the above doesn't work, try adding the package manually:

bashCopyflutter pub add google_generative_ai

Verify the import syntax:

dartCopyimport 'package:google_generative_ai/google_generative_ai.dart';

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

79343857

Date: 2025-01-09 19:50:47
Score: 1.5
Natty:
Report link

The solution turned out to be too simple. What happened: The author of the book in the code in the Aircraft model made the id field as autogenerated (in my case, this was the problem, perhaps it was supposed to be like this, but I literally copied it from the book). After studying the forum a little, I came across a similar situation, where a person wrote that if the id comes from the other side, then a conflict of this type occurs. In particular, since my method sends a request to an external API every second, then the same object of my plane will be in different threads, and since hibernate "marks" what needs to be done with this object, it gives this ill-fated error. My solution was to add a field with the @Version annotation and remove @GeneratedValue from id .

Aircraft.java

@Id
private Long id;

@Version
private Long version;
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @Version
  • User mentioned (0): @GeneratedValue
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Vlad

79343852

Date: 2025-01-09 19:49:46
Score: 9.5 đźš©
Natty: 4.5
Report link

Posted a similar question if anyone comes across this post: Need help setting up Netty/SocketIO SSL on Spring Boot application -- @hriac I know it's been a while but do you recall what you did that fixed this issue?

Reasons:
  • Blacklisted phrase (1): I know it's been
  • RegEx Blacklisted phrase (1.5): fixed this issue?
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • User mentioned (1): @hriac
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Ye Paing

79343850

Date: 2025-01-09 19:48:45
Score: 2
Natty:
Report link

It happens with the last version of yfinance (0.2.51), released in December (see https://pypi.org/project/yfinance/#history). If you install the version 0.2.50, you can get 'Adj Close' again (make sure to restart the environment).

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

79343840

Date: 2025-01-09 19:46:45
Score: 0.5
Natty:
Report link

You can target the first level headers and make them bold like this:

styles.css

.sidebar-item-text.sidebar-link.text-start {
    font-weight: bold;
}

enter image description here

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

79343838

Date: 2025-01-09 19:45:44
Score: 1.5
Natty:
Report link

This sounds like it is likely a bug with the local runner - in general, the python local runner is unfortunately not as reliable as some other runners and is primarily meant to serve as a test runner. You could consider trying the Prism runner - https://beam.apache.org/documentation/runners/prism/ - which is a new portable local runner which should be more reliable and is receiving greater investment from the community.

Either way, if you run into issues I'd recommend opening an issue in the Beam repo - https://github.com/apache/beam/issues/new/choose

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Danny McCormick

79343832

Date: 2025-01-09 19:42:42
Score: 4
Natty:
Report link

You may also try this prettier-plugin-void-html

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ігор Стаценко

79343829

Date: 2025-01-09 19:41:41
Score: 2.5
Natty:
Report link

Is a lack of privilege, you need to assign privileges in the home folder

Grant users access to home folder

  1. Go to the report server web portal.
  2. In the upper-right corner, select the manage folder icon enter image description here
  3. Go to the 'Security' tab and click '' and add your domain user and asssign a role definition

Role definitions define a set of permissible tasks and include:

Browser Content Manager My Reports Publisher Report Builder enter image description here

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Starts with a question (0.5): Is a
  • Low reputation (0.5):
Posted by: YakovGdl35

79343827

Date: 2025-01-09 19:41:41
Score: 1
Natty:
Report link

I think I know why this is happening. I'm not entirely sure, but I believe that's the reason.

It seems the durations array contains objects with properties like days and lemonId. These should ideally be numbers, but if they're not being parsed correctly on the frontend, they might end up as strings with invalid characters—such as single quotes or other non-numeric elements—before being sent.

Alternatively, it could be a network issue. Even if the frontend is sending perfect JSON, network glitches might corrupt it. I know this because it happened to me.

If neither of those is the issue, it might be due to middleware or proxies between the frontend and the API route. Another possibility is that the frontend is sending data with non-ASCII characters.

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

79343825

Date: 2025-01-09 19:40:41
Score: 1.5
Natty:
Report link

you can record to achieve this

public record SampleClass
{
    public string SampleString { get; init; }
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Amirehsan Kohannasab

79343821

Date: 2025-01-09 19:37:41
Score: 1.5
Natty:
Report link

My 2 cents, I just did it today:

DB::table('my_table')->get()->map(fn($item) => (array) $item)->toArray();

This will return an array of rows, where each row is an array itself.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Erick de Azevedo Lima

79343815

Date: 2025-01-09 19:34:40
Score: 1
Natty:
Report link

Thank you guys, I got it solved. Instead of using the return type as string i have used ModelAndView and it got fixed.

package com.learning.SpringBootWeb;

import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestParam;
import org.springframework.web.servlet.ModelAndView;

@Controller
public class HomeController {

    @RequestMapping("/")
    public ModelAndView home()
    {
        return new ModelAndView( "index");
    }
    
    @RequestMapping("/add")
    public ModelAndView add(@RequestParam("input1") int num1, @RequestParam("input2") int num2, Model model) {
        
        int result = num1+num2;
        
        model.addAttribute("result", result);
        
        return new ModelAndView("result");
    }

}
Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Kireeti Nunna

79343812

Date: 2025-01-09 19:32:39
Score: 0.5
Natty:
Report link

Given that requirement, why bother using Flink's managed keyed state at all? Seems like you could implement something yourself, using a data structure that sits on the heap.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: David Anderson

79343811

Date: 2025-01-09 19:31:39
Score: 1.5
Natty:
Report link

Firstly, your database should be refined further. It doesn't make sense to have a column with just one data in it. either your DB holds both data (e.g. OPEC & Non-OPEC) and the DB table_name is good enough to asses that list has only OPEC Countries in it.

For your REST API, the most logical uri path would be /opec/member_countries for OPEC based

If you planning to make it extensible, then /org/{OPEC}/member-countries would be a better uri.

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

79343806

Date: 2025-01-09 19:27:38
Score: 3.5
Natty:
Report link

Split the date question into 3 separate ie one for day, one for month and one for year. set each as a drop-down choice

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: John M

79343795

Date: 2025-01-09 19:24:37
Score: 3
Natty:
Report link

Check the css page you are referencing. Mine was getting an older version of swagger-ui.css and that was causing the issue for me.

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

79343791

Date: 2025-01-09 19:22:37
Score: 1
Natty:
Report link

I'm rather confused on what you're asking. What do you mean specifically by turn on? Turn on what?

If you want to switch from True to False or vice-versa for your USE_TZ. You can go to your Django settings and change it to False. But I believe it's True by default.

Not sure if this is the answer you're looking for, your question is kind of vague.

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

79343783

Date: 2025-01-09 19:19:35
Score: 6 đźš©
Natty: 4.5
Report link

I'm facing the same issue, and when I do these steps, I can solve my issues, but the same issue back again sometimes.

Has anyone updated the docker version? Has it worked?

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm facing the same issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Alesson Viana

79343780

Date: 2025-01-09 19:17:34
Score: 1
Natty:
Report link

I changed {group} to {userstartmenu} and the code now creates a start menu item.

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: rrirower

79343771

Date: 2025-01-09 19:13:33
Score: 3
Natty:
Report link

I was having this issue as well, and this solution wasn't relevant to me. FYI, the problem was the one of my folders had atypical characters in it (a space, in this case). Make sure your folder names have just plain characters and dashes.

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

79343770

Date: 2025-01-09 19:12:32
Score: 4
Natty:
Report link

Try running your imports or code within a virtual environment

check out docs: https://docs.python.org/3/tutorial/venv.html

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

79343758

Date: 2025-01-09 19:09:32
Score: 1
Natty:
Report link

You can create a stream for Datastream write to BigQuery in Append Only mode. So you will need to write your own MERGE routines for UPDATE, INSERT and UPDATE-INSERT changes type.

This mode allows you to better control how data will be merged in the final tables and the frequency the merges will be executed.

You can try using Dataform as your solution to schedule and execute the merges from the log tables to the target ones.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Renan Benedicto Pereira

79343755

Date: 2025-01-09 19:07:31
Score: 2
Natty:
Report link

Is a lack of privilege, you need to Grant users access to a report server in Site Settings Options and also assign privilegesin the home folder

Grant users access to a report server

  1. Go to Site Settings on the top-right Under Site settings, select Security. enter image description here
  2. Select Add group or user.
  3. Under Site settings, select Security.
  4. Select Add group or user. enter image description here
  5. For Group or user, enter a Windows domain user or group account in the following format: <account> enter image description here
  6. Click "Apply"

Grant users access to home folder

  1. List item
  2. List item
  3. Go to the 'Security' tab and click '' and add your domain user as a System Administrator

Role definitions define a set of permissible tasks and include:

Browser Content Manager My Reports Publisher Report Builder enter image description here

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • No code block (0.5):
  • Starts with a question (0.5): Is a
  • Low reputation (0.5):
Posted by: YakovGdl35

79343752

Date: 2025-01-09 19:06:31
Score: 1.5
Natty:
Report link

For this issue, we need to use annotations on the top of the main class of the project and mention this annotation to enable the

@EnableConfigurationProperties(AccountsContactInfoDto.class)

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

79343744

Date: 2025-01-09 19:03:30
Score: 1
Natty:
Report link

The issue stems from how you're trying to sum the variables. When you use sum([x for x in model.x]), Python is actually iterating over the indices of model.x, not the Pyomo variables themselves. This creates a list comprehension of indices, which doesn't resolve to a valid Pyomo constraint expression. In Pyomo, when you want to sum variables, you should use the explicit indexing or the sum() function with the actual variable references. Here are a few correct ways to define the constraint:

Explicit indexing (which you've already found works):

pythonCopymodel.Constraint2 = pyo.Constraint(expr=model.x[0] + model.x[1] >= 0)

Using sum() with explicit variable references:

pythonCopymodel.Constraint2 = pyo.Constraint(expr=sum(model.x[i] for i in model.x.keys()) >= 0)

Another alternative:

pythonCopymodel.Constraint2 = pyo.Constraint(expr=sum(model.x[i] for i in range(2)) >= 0)

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

79343724

Date: 2025-01-09 18:53:28
Score: 1
Natty:
Report link

I don't believe this feature is available for SQL Express, but for people receiving this error on a SQL (DEV, Standard or Enterprise) servers make sure SQL Server Integration Services is Installed.

Install SQL Server Integration Services Run the SQL Server Installation Center again Under Installation, Click "New SQL Server standalone Installation or add Feature to an existing installation" I was adding the feature to an instance Select add Feature to an existing.... At Feature Selection Check "Integration Services" Next, Defaults, Install Installed Access Database Engine Components redistributed 2016 x64 for excel imports.

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

79343716

Date: 2025-01-09 18:49:26
Score: 7 đźš©
Natty: 5.5
Report link

Did you figure out why? Im trying this lib on my own dataset and observe metrics in the same range too.

Reasons:
  • Blacklisted phrase (0.5): why?
  • RegEx Blacklisted phrase (3): Did you figure out
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (0.5):
Posted by: Hyperloop

79343713

Date: 2025-01-09 18:47:26
Score: 1
Natty:
Report link

I had it because I had both app and pages routers pages, and was using a shared component among them which needed the use client directive for the app router pages as it was using next/navigation router, once added I no longer got the error

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

79343704

Date: 2025-01-09 18:43:25
Score: 0.5
Natty:
Report link

well https://test.topswagcode.dev/ is up and running now through cloudflare tunnels. I shutdown my tunnel and started it again. I tried to create a new Hostname for one of my other working services and saw it also didn't work. Eg. https://lala.topswagcode.dev pointing to same as https://api.topswagcode.dev

Since the new "lala" subdomain didn't work, it seemed all new subdomains wasn't working for some reason. Cloudflare logs didn't show anything else than "not found" and my local tunnel container also didn't show anything. My guess is configuration sync stopped working at some point and only worked with already existing routes.

After killing container and spinning new up both lala and test subdomain worked again.

I really would have loved any kind of debug information that sync had stopped or any kind of warnings.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
Posted by: Kiksen

79343700

Date: 2025-01-09 18:42:24
Score: 3
Natty:
Report link

//item[location/group[contains(., 'rgrp')]]/location/path

this ended up working for me

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Graham Chandler