79143459

Date: 2024-10-31 04:04:32
Score: 5
Natty: 5
Report link

ya encontré el error el problema es que debes ejecutar el jar que dice with dependencies para que te lo corra llegué muy tarde

Reasons:
  • RegEx Blacklisted phrase (2): encontr
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: carlos calzada bustamante

79143453

Date: 2024-10-31 04:01:31
Score: 0.5
Natty:
Report link

If you want to RAISE NOTICE concatenated string, then you can use:

RAISE NOTICE '%', ('some' | ' concatenated' | ' string');
Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Andrew P

79143449

Date: 2024-10-31 03:58:31
Score: 0.5
Natty:
Report link

what about this?

enter image description here

import streamlit as st

# Create a button that shows a number slider when pressed
if 'show_slider' not in st.session_state:
    st.session_state.show_slider = False

if st.button('Press it Now!'):
    st.session_state.show_slider = True

if st.session_state.show_slider:
    # Display a number slider when the button is pressed
    th = st.slider('Please enter the values from 0 - 10', 0, 10, 0)
    st.write('Slider value:', th)
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
Posted by: Eduardo

79143447

Date: 2024-10-31 03:57:30
Score: 2
Natty:
Report link

Based on the concept of SmUtil, I believe that nvmlDeviceGetProcessUtilization represents the sampling probability of time slots occupied by the kernel functions of this process on the GPU relative to all time slots.

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

79143446

Date: 2024-10-31 03:57:30
Score: 3
Natty:
Report link

header('Content-Type: text/html; charset=utf-8'); Add at the top of your code

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

79143438

Date: 2024-10-31 03:53:30
Score: 1
Natty:
Report link

I'm assuming that by resultant clause variable you mean a string. If so this may be achieved by:

fruits = ['apple', 'blackberry', 'peach', 'kiwi']
clause = "".join(["item_field = {} Or ".format(fruit) for fruit in fruits]).rstrip(" Or ")
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Felipe Bavaroski Costa

79143435

Date: 2024-10-31 03:52:29
Score: 2
Natty:
Report link

I encountered a similar issue where only the Tab key was affected. Using Ctrl+m resolved it for me. To elaborate, Ctrl+m toggles the Tab key's behavior for setting focus. When the Tab key is set to move focus, a highlighted message appears in the bottom bar that says, 'Tab Moves Focus.' This visual cue helps confirm the setting change.

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

79143433

Date: 2024-10-31 03:51:29
Score: 2
Natty:
Report link

for anyone that's gone through this ? it's a pita. you download what you think is the correct .deb for Ubuntu/Mint etc, in my case Mint and you get libglib2.0 messages and it won't install.

This website explains it and here's the link, but i'll take out everything from the article in case that website disappears. https://linuxiac.com/how-to-install-vs-code-on-linux-mint/

I remember having to do this many years ago. And my Mint install, i upgraded over the years and all was good. Until i upgraded to 22. The upgrade wasn't good on my Ryzen beast and my old i5. My i5 now runs Fedora 40 coz i don't want all my eggs in one basket, so to speak, given the disaster of Mint 22 using the mintupgrade tool.

from the link above ? Install pre-reqs

sudo apt install software-properties-common apt-transport-https wget gpg

Import Miscosofts GPG Key:

wget -qO- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor > packages.microsoft.gpg

sudo install -D -o root -g root -m 644 packages.microsoft.gpg /etc/apt/keyrings/packages.microsoft.gpg

Those commands won't produce any output.

Given we're talking Ubuntu based Linuxes? Import Microsofts Repo

sudo sh -c 'echo "deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main" > /etc/apt/sources.list.d/vscode.list'

Again, no output, no harm running it twice.

Now, given you've added a new repo to the sources.list.d you need to update your cache. Two ways, from the link above:

sudo apt update

and also the same command but

sudo apt-get update

both do the same thing.

Now all you need to do is install it. either

sudo apt install code

or

sudo apt-get install code

and voila you now have VS Code which will be under the Programming menu item. Note: you can drag that icon (launcher) to the Linux panel so it will be a simple click away to launch it.

Why the official Microsoft .deb file doesn't do all this for us ? I have NFI. Ask them. cheers

Reasons:
  • Blacklisted phrase (1): cheers
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: moooooooo

79143432

Date: 2024-10-31 03:51:29
Score: 2
Natty:
Report link

Reverse it first:

h9NDQJMhOp&Y0LER0aHR0cHM6Ly90dWt0dWtjaW1hbXVsdGkuYnV6ei9pZnJhbWUvc0RPeTZTMURPUWZKYg==

Then base64 decode

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

79143428

Date: 2024-10-31 03:49:28
Score: 5
Natty: 6.5
Report link

i'm very need help now. i have a question same as your's.i'm work in linux . in my c code "const bool result = Dart_PostCObject(send_port, &dart_object);" when i dart use isolate . i got a msg 'undefined symbol: Dart_PostCObject'.so i want konw you how do work with “InitDartApiDL” function? [email protected] ,i's my email.

Reasons:
  • Blacklisted phrase (1.5): i have a question
  • RegEx Blacklisted phrase (1): i want
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: bin liu

79143418

Date: 2024-10-31 03:42:27
Score: 1
Natty:
Report link

Applepay and googlepay has some restriction on browser and location. It will not be available for indian location.

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

79143410

Date: 2024-10-31 03:39:26
Score: 1
Natty:
Report link

Disabling contextual alternatives via the text style worked for my use case:

int myNumber = 1;
Text("This is my number ($myNumber)",
  style: TextStyle(
    fontFeatures: [
      // Disable contextual alternatives (1) => ①
      const FontFeature.disable('calt'),
    ],
  ),
),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Stuart Orchard

79143409

Date: 2024-10-31 03:38:26
Score: 11
Natty: 7.5
Report link

I am currently facing a similar issue, have you been able to resolve this? Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (1.5): have you been able to
  • RegEx Blacklisted phrase (1.5): resolve this?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): facing a similar issue
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Izuchukwu Onukwube

79143408

Date: 2024-10-31 03:37:25
Score: 4
Natty: 4.5
Report link

It works!

Thanks a lot for your post

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Carlos Ruiz

79143403

Date: 2024-10-31 03:32:23
Score: 1
Natty:
Report link

In addition to @Looky's suggestion, SVGator has now added a Javascript API. You need to export from SVG/Javascript setting the trigger as "Programmatic", then you can initialize your player like this...

const element = document.getElementById('eDuWOrNCbmP1');
var player = element ? element.svgatorPlayer : {};

if (player.play) {
    player.play();
}

Then, in your onClick event, you can simply call...

player.stop();
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Looky's
  • Low reputation (0.5):
Posted by: clayRay

79143401

Date: 2024-10-31 03:32:23
Score: 2.5
Natty:
Report link

For sharing context in slack message, I found tables very useful. I created a small app to help me with that. The format of the table is similar to python package prettytable as mentioned in one of the answer.

Please have a look at: https://vabs.github.io/table-formatter/

Reasons:
  • Blacklisted phrase (1): help me
  • Contains signature (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vabs

79143378

Date: 2024-10-31 03:13:19
Score: 0.5
Natty:
Report link

Your approach should work. So I suspect your selector does not pick up your target element, or there is another higher precedence rule you are not aware of.

Another trick would be setting an inline important style to your target element, i.e. giving it a style="display: inline-flex !important;" attribute.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Siu Pang Tommy Choi

79143364

Date: 2024-10-31 03:05:18
Score: 2
Natty:
Report link

!pip install transformers==2.1.0

It has worked for me

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

79143363

Date: 2024-10-31 03:04:17
Score: 2.5
Natty:
Report link

I have the same TMP files; however, I do not have ReSharper installed, so that is not the cause.

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

79143362

Date: 2024-10-31 03:01:17
Score: 3
Natty:
Report link

I copy pasted your code (Streamlit 1.39.0), and it works. It must be your Streamlit version, upgrade and it should work.

enter image description here

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

79143357

Date: 2024-10-31 02:57:16
Score: 4
Natty:
Report link

Using highlight query with match phrase query solve my case

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

79143349

Date: 2024-10-31 02:50:14
Score: 2.5
Natty:
Report link

You're using an old version of Streamlit, I copy pasted your code on an environment that runs Streamlit 1.39.0 and it works

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

79143339

Date: 2024-10-31 02:44:13
Score: 4.5
Natty:
Report link

They changed it from uppercase to lowercase. Thanks for the information @Arjen Poutsma enter image description here

My image result enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @Arjen
  • Low reputation (0.5):
Posted by: Jorge Jhovani Valverde León

79143330

Date: 2024-10-31 02:40:12
Score: 4.5
Natty:
Report link

Comment from @jared fixed it, replacing vol with vol[:,None] and passing vol as an array of the proper size

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

79143329

Date: 2024-10-31 02:39:11
Score: 1.5
Natty:
Report link

You have received the direct answers to your question. You run the Solver for each case you want to address. However, depending on your situation, you may find that using a single file format for each one and running the Solver within each file using different data is a way to keep things smaller per instance and may be more convenient for you. I'm doing this with stock trading models over hundreds of stocks and "summarize" the results in one Workbook/Worksheet - which also controls running Solver in each file (as in over night). In a sense, this is similar to trading memory for compute time in some applications. It isn't likely to use more memory, in fact perhaps less memory at any instant. But it probably uses a bit more compute wsll clock time to account for opening and closing files.

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

79143324

Date: 2024-10-31 02:36:10
Score: 2
Natty:
Report link

The issue we encountered appear due to the pgAdmin bug as per the below references.

The relationship we defined in code first approach is correct it is showing wrong relationship due to pgAdmin bugs. I have used DbBeaver to generate ER diagram and it shows correct relationship over there.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Suyog Shimpi

79143310

Date: 2024-10-31 02:27:08
Score: 2.5
Natty:
Report link

<TextInput borderBottomColor='#ffffff' style={{flex:1, color:'#000000', fontSize:20, marginLeft:1, marginRight:5, paddingTop:1 }}>

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

79143291

Date: 2024-10-31 02:15:05
Score: 0.5
Natty:
Report link

I think they just want you to

print("NaN")

Also, in your if statement, you may want to consider what happens when the value of "num" is 0.

Hope this helps.

Reasons:
  • Whitelisted phrase (-1): Hope this helps
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: live_brown

79143284

Date: 2024-10-31 02:09:04
Score: 0.5
Natty:
Report link

You can use gribstream.com

There is a free tier and you can extract timeseries of historical values (horizon=1) or forecasts with all the hours ahead. It can retrieved months of data for thousands of points in a single http request.

Here is the github repo with the client and an example: https://github.com/GribStream/python-client

Reasons:
  • Whitelisted phrase (-1.5): You can use
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alejandro Martínez

79143281

Date: 2024-10-31 02:08:03
Score: 1
Natty:
Report link

Here's a git alias to get or set aliases:

git config --global alias.alias '!git config --global alias."$@" #'

Usage:

git alias st 'status --short'
git alias st
# outputs "status --short"

And here's an alias to unset aliases:

git alias unalias '!git config --global --unset alias."$1" #'
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Scorbie

79143280

Date: 2024-10-31 02:07:03
Score: 1.5
Natty:
Report link

docker-compose.yml version:

services:
  aspNet:
    container_name: aspNet
    image: aspNet/full:latest
    volumes:
      - /etc/someshit:/root/.aspnet/DataProtection-Keys
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Аспард

79143274

Date: 2024-10-31 01:57:59
Score: 6.5 🚩
Natty:
Report link

How was it solved? It seems that my error was also due to favico enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • RegEx Blacklisted phrase (1.5): solved?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How was it solve
  • Low reputation (1):
Posted by: imdatouk

79143268

Date: 2024-10-31 01:53:58
Score: 0.5
Natty:
Report link

Simple, remove any bean, configuration annotation that you use, then write short code to initial what you want. More complex way, use profile, set each class, function or anything that you want to run in test phrase and run with test profile

@Component
@Profile("test")
public class TitlesSeeder {
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Nguyen Huu Phuc

79143259

Date: 2024-10-31 01:46:56
Score: 1.5
Natty:
Report link

I don't know if there's a better solution, but manually adding hosts file entries for api.loganalytics.io and api.applicationinsights.azure.com pointing to the same private IP as api.monitor.azure.com allowed me to access Log Analytics and Application Insights from the Azure Portal over the VPN.

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

79143249

Date: 2024-10-31 01:38:55
Score: 0.5
Natty:
Report link

I can reproduce this issue and that's because Behaviours don't have unique visual tree parents so Relativesource bindings do not work on it. Instead of using Relative Bindings, you may use x:Reference markup for binding.

For example, suppose the ContentView is placed in the DataTemplate of a CollectionView in a ContentPage which set its BindingContext to ChatWIndowViewModel. And we may first set the x:Name for the ContentPage (in this case we set x:Name to page), and then we can consunme x:Reference markup for binding.

<ContentPage xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
         ...
         x:Name="page">

...
<DataTemplate>
    <ContentView>
        <ContentView.Behaviors>
            <toolkit:TouchBehavior LongPressCommand="{Binding Source={x:Reference page}, Path=BindingContext.EditMessageCommand}" .../>
         </ContentView.Behaviors>
    ...          
    </ContentView>
</DataTemplate>

For more info, please refer to x:Reference markup extension.

Please let me know if you have any question.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Long answer (-0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Liqun Shen-MSFT

79143248

Date: 2024-10-31 01:37:54
Score: 5
Natty:
Report link

Thanks to @JoakimDanielson this question has been answered! For future viewers the problem was that I was using classes instead of structs.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @JoakimDanielson
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Josiah Schatz

79143241

Date: 2024-10-31 01:25:51
Score: 3
Natty:
Report link

try this solution (compatible with unlimited slice items) https://goplay.tools/snippet/cK025VBmRov

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Vinsensius Angelo

79143239

Date: 2024-10-31 01:24:50
Score: 5.5
Natty:
Report link

If this is a new machine, have you installed the Oracle Data Access Components (ODAC)?

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

79143236

Date: 2024-10-31 01:21:50
Score: 1.5
Natty:
Report link

There is now a service called gribstream.com with free tier to query from the NBM dataset. You can retrieve the timeseries of hour-ahead (horizon=1) forecast for months and thousands of coordinates at a time in a signle http request taking a few seconds. It's cool because you don't need to download gigabytes or terabytes of data only to extract a few coords.

Historical 1-hour forecast

And also forecasts 11 days out.

Forecast 1-264-hour forecast

This is the python client: https://github.com/GribStream/python-client

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alejandro Martínez

79143215

Date: 2024-10-31 01:05:46
Score: 0.5
Natty:
Report link

I was able to fix the issue. I don't know why this fixed it, but it did.

First I downgraded the following packages from 7.6.0 to 7.0.2:

That did not solve the issue on its own, but it is one action I took.

The key that seemed to solve it is that I removed the X-Frame-Options option from the web.config

<!-- Removed this -->    
<add name="X-Frame-Options" value="SAMEORIGIN" />

The X-Frame-Options tag was in

 <system.webServer>
    <httpProtocol>
    <!-- It was here -->
   </httpProtocol>
</system.webServer>

inside the web.config.

Taking those two actions made the site start and authenticate with SustainSys as expected.

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

79143209

Date: 2024-10-31 00:59:45
Score: 1.5
Natty:
Report link

I use Add2 without a problem, however the earlier powersell help files wans't accurate on how to format Add2() correctly. Use the following format.

PivotFilter.Add2(XlPivotFilterType Type, Variant DataField, Variant Value1, Variant Value2, Variant Order, Variant Name, Variant Description, Variant MemberPropertyField, Variant WholeDayFilter)

For XlPivotFilterType Type correct number representing the filter type. For Variant DataField you need to use the full path i.e.: $wb.Sheets('Sheet1').PivotTables("PivotTable01").PivotFields("Count of date") For Variant Value1 use the value you want to filter on.

Here is an example from one of my pulls that filters on a date field to filter on 'Begins with' 2024-05-01.

$wb.Sheets('Sheet1').PivotTables('PivotTable01').PivotFields('date').PivotFilters.Add2(17,$wb.Sheets('Sheet1').PivotTables("PivotTable01").PivotFields("Count of date"), "2024-05-01")

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

79143205

Date: 2024-10-31 00:56:44
Score: 1
Natty:
Report link

you can do this without the WITH clause as below.

SELECT 
COUNT(Id) AS Total,
COUNT(CASE WHEN Updated IS NULL THEN 1 END) AS NotUpdated,
COUNT(CASE WHEN Updated IS NOT NULL THEN 1 END) AS Updated
FROM BatchHeaders;
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: hsenpaws

79143204

Date: 2024-10-31 00:54:44
Score: 1
Natty:
Report link

Or just write text.

g=open("outfile.fasta",'w')

for x in data:
    g.write(f">{x.description}\n{x.seq}\n")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: suze1992

79143193

Date: 2024-10-31 00:46:39
Score: 9 🚩
Natty:
Report link

how do you do? I have this problem, do you can help me please?

Error: [HTTP 400] Unable to create record: A text message body or media urls or Content SID 'ContentSid' must be specified.

$message = $twilio->messages->create(
    'whatsapp:'.$to, // Número de destino
    [
        "contentSid" => "HXc69d2cdca19bf8107bef72df60a1dbd0",
        "from" => 'MG5474b4de80d7ab9e920d92086dec20af',
        "contentVariables" => [
            "1" => "Juan Carlos"
        ],
        "messagingServiceSid" => "MG5474b4de80d7ab9e920d92086dec20af"
    ]
);
Reasons:
  • Blacklisted phrase (1): help me
  • Blacklisted phrase (1): how do you
  • Blacklisted phrase (1): I have this problem
  • RegEx Blacklisted phrase (3): you can help me
  • RegEx Blacklisted phrase (2): help me please
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): how do you
  • Low reputation (1):
Posted by: epv

79143189

Date: 2024-10-31 00:44:38
Score: 1.5
Natty:
Report link

With private IP on VM it's not possible to connect from Power Apps, both are on Microsoft owned networks but separate networks definitely.

Only way around to access SQL DB in Azure VM from Power Apps is to install and configure On-premises gateway on the machine. So, the VM on Azure is on-premise for Power Apps.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Adil

79143185

Date: 2024-10-31 00:40:37
Score: 1.5
Natty:
Report link

The href method did not work for me in expo-router 3.5.23 but hiding from a pure display method seemed to work fine for my use.

 <Tabs.Screen name="index" options={{ tabBarItemStyle: {display: 'none'}}} />
Reasons:
  • Blacklisted phrase (1): did not work
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jdunham

79143175

Date: 2024-10-31 00:30:35
Score: 3.5
Natty:
Report link

We finally received an answer from the Azure support. They confirmed that this usage is not currently supported in Azure Managed Grafana.

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

79143163

Date: 2024-10-31 00:20:32
Score: 0.5
Natty:
Report link

I was using an older version of dotenv. I upgraded to latest and the error went away.

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Daniel Kaplan

79143155

Date: 2024-10-31 00:12:31
Score: 3.5
Natty:
Report link

A mi parecer este error (field list) es porque esperas recibir un (Employee findByEmployeeNameAndEmployeeCin(String employeeName, String cin)) y la consulta retorna una lista intenta con List findByEmployeeNameAndEmployeeCin(String employeeName, String cin);

Reasons:
  • Blacklisted phrase (1): porque
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: simon andres castañeda fierro

79143145

Date: 2024-10-31 00:04:29
Score: 2.5
Natty:
Report link

It's dificult answer without see the app state structure and 'add operation' code. I supose that you are not using objects and are using the same variable to all items.

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

79143144

Date: 2024-10-31 00:04:29
Score: 0.5
Natty:
Report link

You can find a derivation of the logistic function from a probabilistic perspective here. I think the main source of your confusion is that you can interpret it as a probability, but that doesn't automatically mean that you should. It is appropriate to treat it as a probability if and only if the argument you pass to it is interpretable as the log odds (logit), $\log(\frac{P(X)}{1 - P(X)})$, of some event $X$.

As for your question regarding sigmoid or softmax, they are actually equivalent, at least in a neural network setting. You can see this in the structure of the formula for binary softmax: $\text{softmax}(x)[0] = \frac{e^{x_0}}{e^{x_0} + e^{x_1}} = \frac{1}{1 + e^{x_1 - x_0}} = \text{sigmoid}(x_1 - x_0)$.

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

79143139

Date: 2024-10-31 00:01:28
Score: 2
Natty:
Report link

MDN web docs:

Paragraphs are block-level elements, and notably will automatically close if another block-level element is parsed before the closing </p> tag. See "Tag omission" below.

The start tag is required. The end tag may be omitted if the <p> element is immediately followed by an ..., <form>, ... element.

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

79143134

Date: 2024-10-30 23:57:28
Score: 1.5
Natty:
Report link

I was using alpaca as proxy enabler, and i also had proxy enabled with docker desktop, i solved this issue by disabling proxy in docker desktop client under settings> advance. enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Whitelisted phrase (-2): i solved
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Anupam Choubey

79143126

Date: 2024-10-30 23:52:25
Score: 9 🚩
Natty: 5.5
Report link

Have you found a solution to this problem?

I have the same error and issue. The tvOS build runs on simulator, but not on a physical device.

Reasons:
  • RegEx Blacklisted phrase (2.5): Have you found a solution to this problem
  • RegEx Blacklisted phrase (1): I have the same error
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same error
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Kevin

79143125

Date: 2024-10-30 23:52:24
Score: 2
Natty:
Report link

Yes, substitution replacements only work for a single paragraph (which may, however, span several lines).

You may save longer or more complex source snippets to a file and insert them with the "include" directive.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: G. Milde

79143117

Date: 2024-10-30 23:44:23
Score: 1.5
Natty:
Report link

Where the code specified Globals.ShareServices replace it with Globals.GeneralOptions.ShareServices

And have a look at this page from the Nt forum

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Starts with a question (0.5): Where the code
  • Low reputation (0.5):
Posted by: Bidder

79143115

Date: 2024-10-30 23:41:23
Score: 0.5
Natty:
Report link

"Occasionally" is sort of hard to work with.

If you plan on working with the History-table (ie. Find employees that switched from state 3 to 5 the past year), I'd go with option 2. And maybe, if it turns out that querying for current state is too expensive, apply option 3.

But if an employee on average has very few state-changes, and is only ever used for display purposes, then I would consider going for option 1 - but in stead of a separate table for history, just use a json-doc in a varchar-field in the employee table. Worst case, you can move the history to a separate table later - and otherwise you get all the data in one table.

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

79143102

Date: 2024-10-30 23:31:20
Score: 4
Natty: 4.5
Report link

ببینید دوستان گفتم که من چندین سال تایید کردم ۸۰درصد کد هارو نمیدونم چی هستند ولی به هر حال افشا گری باید بکنم همشون مال خودم هست و به صورت مدارک میتونم اثبات کنم این دیتا مال یک روز دوروز ک نیست مال چند مدت تلاشم هست بازم بگم من قصد دارم توافق کنم ولی هم سیاستش را ندارم چگونه اعلام کنم هم آنقدر حرفه ای نیستم اگر بودم اجازه نمی‌دادم هک شوم چنان هکم کردند اجازه دسترسی به پلاگین مترجم کیبردمم هم نتوانم بشوم

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • No latin characters (2):
  • Low reputation (1):
Posted by: Goli Gharaei

79143088

Date: 2024-10-30 23:25:19
Score: 2.5
Natty:
Report link

Have you looked for Jeff Hicks, he has already developed a solution, you really need to run in a framework outside the terminal.

Jeff Hicks PSClock

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

79143082

Date: 2024-10-30 23:22:18
Score: 1
Natty:
Report link

I was using alpaca as proxy enabler, and i also had proxy enabled with docker desktop, i solved this issue by disabling proxy in docker desktop client under settings> advance.

Reasons:
  • Whitelisted phrase (-2): i solved
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Anupam Choubey

79143080

Date: 2024-10-30 23:20:18
Score: 0.5
Natty:
Report link
.sidebar {
  width: 300px;
  height: fit-content;
  background: blue;
  overflow-y: scroll;
}

is this what you mean or you can change 'fit-content' to 100% and overflow-y: scroll is not really needed unless you want it hope this helps

Reasons:
  • Whitelisted phrase (-1): hope this helps
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): is this
  • Low reputation (1):
Posted by: Ahmad Yaslam

79143077

Date: 2024-10-30 23:18:17
Score: 0.5
Natty:
Report link

I almost always use the built in Ninjascript editor unless actively debugging an issue. The code below will compile as an indicator. The lines marked <Modified> are the only lines I changed/added.

BTW... Your original code is very similar to the Ninjatrader built in DonchainChannel indicator.

enter image description here

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

79143061

Date: 2024-10-30 23:07:15
Score: 3
Natty:
Report link

thank you guys i finished, i did what you guys said, i created a new stack and if the number was even, i pushed it to the new stack, and the oddones i just popped them, after all that i pushed the even numbers to the original stack again

Reasons:
  • Blacklisted phrase (0.5): thank you
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Kaua Marques

79143053

Date: 2024-10-30 23:03:15
Score: 3.5
Natty:
Report link

Apparently this is an open issue in cargo 7880

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Fabrício Dematte

79143021

Date: 2024-10-30 22:49:12
Score: 0.5
Natty:
Report link

you can display the size of the font by pixel

add this line to the toolbar

    //[{ header: [1, 2, 3, 4, 5, 6, false] }],
<ReactQuill
        theme="snow"
        value={""}
        modules={{
          toolbar: [[{ header: [1, 2, 3, 4, 5, 6, false] }]],
        }}
      />

it will display like this:

list of size fonts

if you want to display pixel size instead of 'Heading'

list of size fonts by pixel

add this CSS code to global CSS

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: '32px' !important;
 }

 .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: '24px' !important;
 }

 .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: '18px' !important;
 }

 .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: '14px' !important;
 }

 .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: '10px' !important;
 }

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: '8px' !important;
 }
Reasons:
  • Probably link only (1):
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ahmed Korany

79143020

Date: 2024-10-30 22:49:12
Score: 4
Natty:
Report link
alert('XSS') alert('XSS')

strong text

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Low reputation (1):
Posted by: rami aggoun

79143017

Date: 2024-10-30 22:46:11
Score: 1
Natty:
Report link

I know this is almost a year old and you probably solved it but I think the problem lies in the SetStaticDefaults because in 1.4 and onwards the Name and the Tooltip go in the localization folder/file and it should look like this Items: { FastPickaxe: { DisplayName: Sixty-Nine Thousand Four Hundred Twenty times 2 Pickaxe Tooltip: Even the Damage is worth it! Hopefully your PC won't crash... } essentially removing the need to have that function in the item file

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

79143015

Date: 2024-10-30 22:45:10
Score: 1.5
Natty:
Report link

What worked for me was to add vertical-align: middle to the image (img).

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What
  • Low reputation (0.5):
Posted by: VilgotanL

79143010

Date: 2024-10-30 22:43:10
Score: 3.5
Natty:
Report link

Any evolution on this? I’ve been trying and every time if blocking the #document to be accessed from outside. But I’m trying to find some postmessage api to handle this events

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

79143005

Date: 2024-10-30 22:38:09
Score: 0.5
Natty:
Report link

According to the docs you can read a signal's current value by calling its getter function.

Example:

class SomeComponent {
  age = signal<number>(20);

  void foo() {
    const currentAge = age();
    ...
  }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: AlexElin

79143001

Date: 2024-10-30 22:37:09
Score: 3.5
Natty:
Report link

Thanks for this answer, exactly what i was looking for !

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Dudule

79142990

Date: 2024-10-30 22:29:07
Score: 0.5
Natty:
Report link

Standard "Remove Duplicates" removes all but the very first occurrence based on the original ordering.

If you want to keep something else, for example the most recent row (which is pretty typical), you must do some workaround.

Out of all workarounds I've seen, this one by Brent Jones looks pretty good. It's a multi-step process where you do a little trick multiplicating the columns temporarily, creating a new True/False column indicating which rows you want to keep, and then filtering only True.

Brent's article goes step by step including screenshots.

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

79142977

Date: 2024-10-30 22:23:06
Score: 2
Natty:
Report link

Apparently the pretrained weights loaded with from_preset() are only for the backbone transformer and the MLM head has to be trained. At least it worked...

Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: user3085693

79142960

Date: 2024-10-30 22:15:04
Score: 4
Natty:
Report link

Had same issue. Here is alternate sample from the original authors.

https://github.com/dotnet/docs/pull/41317#issuecomment-2448142930

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

79142959

Date: 2024-10-30 22:15:04
Score: 1
Natty:
Report link

For Termux:

I got the same error while trying to install shis with pip.

Installing libjpeg-turbo fixed the issue:

pkg in libjpeg-turbo
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: manero

79142949

Date: 2024-10-30 22:14:03
Score: 2
Natty:
Report link

You need to modify your DCR to include new column into input schema. Depending on how you transformKql is written, you may need to include it there as well.

Check this link for editing DCR tutorial. https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/data-collection-rule-edit

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): Check this link
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Maxim Alexeyev

79142941

Date: 2024-10-30 22:11:02
Score: 4
Natty:
Report link

In the bookworm raspberry pi repository:

Regarding Question 1:

Question 1: Why is there available both tk-dev and tk8.6-dev? Are both v. 8.6?

Both tk-dev and tk8.6-dev are version 8.6. It seems that tk8.6-dev is a later version, unless I'm reading that wrong?

tk-dev/oldstable 8.6.11+1 arm64
  Toolkit for Tcl and X11 (default version) - development files

tk8.6-dev/oldstable 8.6.11-2 arm64
  Tk toolkit for Tcl and X11 v8.6 - development files

And this from

https://www.tcl.tk/software/tcltk/8.6.html
-----------------------

Latest Release: Tcl/Tk 8.6.15 (Sep 13, 2024)

First released in 2012, Tcl/Tk 8.6.* is the current supported series of releases.

-----------------------

Therefore, I will not use the tk-dev, but instead will get the tk8.6-dev and tcl8.6-dev from the default pi bookworm repository, before building any future python 3.12.5 or greater. In case I find it helpful to ask the raspberry pi folks for further support, I am sticking with their repository versions of these libraries rather than getting the absolute latest from www.tcl.tk. I may change my position on this after some testing and further research.

Regarding Question 2:

Question 2: Can you detail anything I might be missing in this plan, or anything that I do not need to install before the make altinstall of python 3.13, for ensuring full tkinter 8.6 support in python 3.13?

This question remains unanswered, and I add to it -- I intend to access and play audio files using the final tkinter project. Does anyone have helpful remarks on needed libraries, before the python 3.12.x or python 3.13.x build, that might be needed to ensure full robust audio support in a tkinter project?

Thank you for your thoughts on these matters.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (3): Does anyone have
  • RegEx Blacklisted phrase (0.5): anyone have help
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: always_learning

79142932

Date: 2024-10-30 22:07:01
Score: 2
Natty:
Report link

The buffer must be killed then reopened for changes in global properties to take effect. Just a M-x revert-buffer will work too.

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

79142927

Date: 2024-10-30 22:05:01
Score: 0.5
Natty:
Report link

It seems to me that a compiler spilling logical registers solely based on the number of logical registers is very suboptimal -- unless the CPU can ignore spill instructions when a sufficient number of physical registers are available.

You are mistaken. Spilling is dependent on the number of physical registers. When the compiler uses up all of the available physical registers, it must spill a physical register to get another available physical register. Nested loops with arrays can use a lot of registers.

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

79142923

Date: 2024-10-30 22:04:01
Score: 2
Natty:
Report link

For Mac Users: Press Command + Control + i, and it should appear.

Windows Users can try Ctrl+Alt+i or Ctrl+Fn+i or Ctrl+Shift+i

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

79142920

Date: 2024-10-30 22:03:01
Score: 2
Natty:
Report link

A bit late to the party and shameless plug but I've built https://convert-ixbrl.co.uk to convert Companies House IXBRL and XBRL files to JSON and excel format. It's free to use (financed by some of the revenue from a different side project of mine) and no registration/ account is needed to use the web search. Thanks

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

79142913

Date: 2024-10-30 22:01:00
Score: 4.5
Natty: 6
Report link

$next_key=array_keys($array)[array_search($current_key,array_keys($array))+1];

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: daniel c adams

79142912

Date: 2024-10-30 22:01:00
Score: 0.5
Natty:
Report link

It has been a while since I posted this question. I solved this by using a combination of looking at the associated dimension data and lots and lots of analysis of other IXBRL files.

I wanted to do this because I was building a Companies House IXBRL to JSON API which I've managed to release now https://convert-ixbrl.co.uk .

Thanks

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-2): I solved
  • Low length (0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: LePrinceDeDhump

79142909

Date: 2024-10-30 22:00:00
Score: 3
Natty:
Report link

Ok - as "Fildor" noted - CS-Script works really well.
I downloaded the nuget package - played with it - and within 45 minutes had a sample test program that will do exactly what I want it to.
CS-Script is surprisingly powerful and easy to use. Well - now i have a Lot of reading to do on it - to get it fully ready for what I want to do. Thank you to Fildor for confirming that it should work!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • RegEx Blacklisted phrase (1): I want
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: G Bradley MacDonald

79142898

Date: 2024-10-30 21:55:57
Score: 6.5 🚩
Natty: 5
Report link

You might want to check the following related stack-exchange (answered) question: Why is Pandas itertuples slower than iterrows on dataframes with many (>100) columns?

Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ernest F

79142894

Date: 2024-10-30 21:53:56
Score: 3.5
Natty:
Report link

I realized the problem I was serializing the object when adding it to the field. When I just added the object to the field and then serialized it fixed it. –

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

79142893

Date: 2024-10-30 21:52:55
Score: 3.5
Natty:
Report link

As suggested by Barmar, i asked in Ask Different website.

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

79142891

Date: 2024-10-30 21:52:55
Score: 3.5
Natty:
Report link

I will differentiate between Standardization and Normalization. For example, a min-max or z-score standardization is not going to alter the results for the reasos @Zoooloo10 mentioned. But consider a normalization for example dividing GDP by population to obtain GDP percapita. This normalization will change the results, since the order of the observations is changing.

Cheers, D.

Reasons:
  • Blacklisted phrase (1): Cheers
  • No code block (0.5):
  • User mentioned (1): @Zoooloo10
  • Low reputation (1):
Posted by: daniell419

79142888

Date: 2024-10-30 21:51:55
Score: 2
Natty:
Report link

I encountered this error as well, though I don't remember which version of MAUI I was using at the time. My Mac was running macOS Sequoia, and since Xcode 16 wasn't yet supported by MAUI, I had to use the Xcode 16 beta. However, after updating MAUI to version 8.0.70, I was able to use Xcode 16, and the error disappeared

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

79142881

Date: 2024-10-30 21:45:54
Score: 0.5
Natty:
Report link

This could be because you have incorrectly configured the B2C domain in Facebook.

In "Valid OAuth redirect URIs", check that you correctly entered:

https://your-tenant-name.b2clogin.com/your-tenant-name.onmicrosoft.com/oauth2/authresp

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • High reputation (-2):
Posted by: rbrayb

79142880

Date: 2024-10-30 21:45:54
Score: 2
Natty:
Report link

I fix this error by add win32 package to flutter:

$flutter pub add win32
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: John

79142875

Date: 2024-10-30 21:44:53
Score: 1.5
Natty:
Report link

As of now, there is no IAM permission for the insert only and as I double check and come to think a way to do it, but none.

On Google side, there is a ‘feature request’ that you can file but there is no timeline on when it can be done.

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

79142871

Date: 2024-10-30 21:41:53
Score: 0.5
Natty:
Report link

Seemingly, this error can also be caused by file extensions being in all caps. IMG_4585.PNG fails while IMG_4585.png works.

Make sure all your assets have the correct filename syntax. This wasn't the cause of the original problem but I'll leave it here incase it helps someone.

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

79142863

Date: 2024-10-30 21:39:52
Score: 0.5
Natty:
Report link

Hello you can try this :

select * 
from my_table 
where Value_C in (
    select Value_C
    from my_table
    group by Value_C
    having count(Value_C) > 1 and max(Group_B)<> min(Group_B)
)  
and Value_D is not null 
order by Value_C;

Output

enter image description here

you can check this here : https://sqlfiddle.com/oracle/online-compiler?id=328fc9b1-3952-4fb8-b989-1acdddd1fcae

Reasons:
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ahmed

79142860

Date: 2024-10-30 21:37:52
Score: 2.5
Natty:
Report link

Three Locations: 1) inetpub\wwwroot\wss\Virtual directories folder[Central Admin PortNo]\web.config. 2) C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\ADMIN\web.config. 3) C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\Layouts\web.config

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

79142858

Date: 2024-10-30 21:36:52
Score: 2.5
Natty:
Report link

I had the same behaviour happen simply due to the fact that the setting "auto save" Was enabled. Disabling this feature again stopped the problem.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (1):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Christoffer Windahl Madsen

79142857

Date: 2024-10-30 21:36:52
Score: 2
Natty:
Report link

Try deleting it, then restarting your computer. It works for me. Also, I once deleted the log files and it somehow worked 🤷

Reasons:
  • Whitelisted phrase (-1): works for me
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Martello

79142855

Date: 2024-10-30 21:36:52
Score: 2.5
Natty:
Report link

Answer by Amadeusz Liu is correct. I create a Dataset. Visual Studio randomly creates a new SQL connection string. I drop out of Visual Studio, edit the .VSD file with Notepad and change the incorrect connection string reference to my desired one. Go back into Visual Studio and it all works file. One SQL connection string only for the entire project.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Herman Badenhorst

79142849

Date: 2024-10-30 21:33:50
Score: 0.5
Natty:
Report link

The problem that is not explained enough is that the secrets scope starts and ends within the run command. So in order to make them a permanent config, you need to save them as a temp file and copy them in your destination:


RUN --mount=type=secret,id=config,target=<DISK_CONFIG> \
    --mount=type=secret,id=credentials,target=<DISC_CREDENTIALS> \
    cp <TEMP_CONFIG> <PERMANENT_CONFIG_LOCATION> && cp <TEMP_CREDENTIALS> <PERMANENT_CREDENTIALS_LOCATION>

Feel free to add a cleaner syntax.

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

79142836

Date: 2024-10-30 21:28:49
Score: 1.5
Natty:
Report link

The best way:

trim(shell_exec("ifconfig eth0 | grep -oP 'inet \K[\d.]+'"));
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Richard Ruin