79338640

Date: 2025-01-08 09:57:37
Score: 1.5
Natty:
Report link

To solve this Windows security-related problem

1- Open PowerShell as Administrator

2- Type Get-ExecutionPolicy - to check the current Execution Policy if it is Restricted then

3- Type Set-ExecutionPolicy RemoteSigned or Set-ExecutionPolicy RemoteSigned -Scope CurrentUser - to change the policy

4- Type y to confirm the changes.

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

79338637

Date: 2025-01-08 09:57:37
Score: 3
Natty:
Report link

I believe the package I recently created should resolve the issue, as it works seamlessly with both Angular 17 and Angular 18. The package is available on npm, and you can find it here: ngx-google-address-autocomplete.

The original package, ngx-google-places-autocomplete, was last updated 5 years ago, at a time when Angular was not using Ivy by default for build and compilation. To address this and ensure compatibility with newer versions of Angular, I updated the package to support Angular 12 and later versions, including Angular 17 and 18.

If you're facing similar issues with address input fields or need to implement address auto-completion in your Angular project, this updated package could be a great solution.

Let me know if you need further assistance or clarification!

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): facing similar issue
  • Low reputation (0.5):
Posted by: tyler

79338636

Date: 2025-01-08 09:57:37
Score: 1.5
Natty:
Report link

Use WAYLAND

sudo apt install wl-clipboard  # Debian

And in VIM

:w !wl-copy

To copy all just press gg then V then G and then execute the command

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

79338630

Date: 2025-01-08 09:55:37
Score: 1.5
Natty:
Report link

You can disable deprecation warnings from PHP to fix this issue. As @ref2 mentioned you can put this in your php.ini, or in your file using

error_reporting(E_ERROR | E_WARNING | E_PARSE | E_NOTICE);

or

error_reporting(E_ALL ^ E_DEPRECATED);

Source: https://stackoverflow.com/a/2803783/22557063

Since this is a Laravel app, I would recommend placing this in your AppServiceProvider (See docs).

If that doesn't work, you might consider placing it at the beginning of the artisan file, e.g. here. That should solve the deprecation message being displayed when running artisan commands

Reasons:
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @ref2
  • Low reputation (0.5):
Posted by: Arco

79338627

Date: 2025-01-08 09:55:37
Score: 3
Natty:
Report link

I believe the package I recently created should resolve the issue, as it works seamlessly with both Angular 17 and Angular 18. The package is available on npm, and you can find it here: ngx-google-address-autocomplete.

It provides an easy way to integrate Google Address Autocomplete into Angular applications. If you're facing similar issues with address input fields or need to implement address auto-completion in your Angular project, this package could be a great solution.

Let me know if you need further assistance or clarification!

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Me too answer (2.5): facing similar issue
  • Low reputation (0.5):
Posted by: tyler

79338621

Date: 2025-01-08 09:52:35
Score: 1
Natty:
Report link

Your training code may be causing high internet costs in Google Colab due to:

1.Frequent Checkpoint Saving:

Saving the checkpoint after every epoch can increase disk I/O operations and might sync with your Google Drive (if mounted), consuming bandwidth. Consider saving checkpoints less frequently, such as every 5 or 10 epochs.

2.Visualization:

Frequent visualizations, especially when training models, can use significant resources. Reduce the frequency of visualizations or save plots locally instead of displaying them.

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

79338618

Date: 2025-01-08 09:51:35
Score: 2
Natty:
Report link

Your role based approach would be the more general solution.

What's wrong here is that you forgot to add the created RolePermissionTypes to the RolePermissionTypeCollection in the addPredefinedRolePermissions method.

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

79338617

Date: 2025-01-08 09:51:34
Score: 7.5 🚩
Natty: 6.5
Report link

I am trying to run CefGlue on linux and it seems to not work can you help provide an example to run. Thank you.

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): I am trying to
  • RegEx Blacklisted phrase (3): can you help
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: idk

79338608

Date: 2025-01-08 09:48:33
Score: 2
Natty:
Report link

I had similar issue resolved after installing modular with the following command. curl -sSL https://get.modular.com | sh And after that I have installed magic. curl -ssL https://magic.modular.com/7bba6c72-9d06-414c-a815-05f327c7a19g | bash Following commands worked perfectly. magic init my-project cd my-project magic add "python==3.11" magic add max

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

79338597

Date: 2025-01-08 09:45:33
Score: 0.5
Natty:
Report link

In the end I moved my validation to the ICustomTokenRequestValidator. The validation now happens in the ValidateAsync(CustomTokenRequestValidationContext context). Setting context.Result.IsError = true and populating context.Result.Error and context.Result.ErrorDescription causes the oidc-client-ts to throw an error during log in and I catch this in the SPA. This works for my purposes.

Unfortunately, the validation that I needed to do wasn't as easy as it was in the OnTokenValidated event as I didn't have the necessary information (specifically I needed access to the "id_token_hint"), so it did require some "hacks" to be able to pass the necessary information to the ICustomTokenRequestValidator

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Billy

79338596

Date: 2025-01-08 09:44:32
Score: 2
Natty:
Report link

just stop server then run command

watchman watch-del-all

watchman shutdown-server
Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MohammadAkil Chaklawala

79338595

Date: 2025-01-08 09:44:32
Score: 0.5
Natty:
Report link

I found a solution, which works alright. It works with the win32com client though, so I think, that it only works on Windows. But maybe it helps someone. It adds "number_of_rows"-rows after the "start_row"-row:

insert_empty_rows <- function(filename, sheet_name, start_row, number_of_rows){
  
  
  # create an instance of Excel
  excel_app <- RDCOMClient::COMCreate("Excel.Application")
  
  # hide excel
  excel_app[["Visible"]] <- FALSE
  excel_app[["DisplayAlerts"]] <- FALSE
  
  
  # open workbook
  wb_rdcom <- excel_app$Workbooks()$Open(filename)
  ws_rdcom <- wb_rdcom$Sheets(sheet_name)

  # insert lines
  for (. in 1:number_of_rows){
    ws_rdcom$Rows(start_row + 1)$Insert()
  }
  
  
  # save and close workbook
  wb_rdcom$Save()
  wb_rdcom$Close()
  excel_app$Quit()
  
  # clean up
  rm(excel_app, wb_rdcom)
  wb_rdcom <- NULL
  excel_app <- NULL
  gc()
  
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: djang0

79338588

Date: 2025-01-08 09:42:31
Score: 11 🚩
Natty: 5.5
Report link

How did you resolved the issue ?

Reasons:
  • RegEx Blacklisted phrase (3): did you resolved the
  • RegEx Blacklisted phrase (1.5): resolved the issue ?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How did you
  • Low reputation (1):
Posted by: Sudip Sikdar

79338580

Date: 2025-01-08 09:39:29
Score: 0.5
Natty:
Report link

Have you installed other packages in your base environment, other than conda and mamba ? From the mamba documentation, this may lead to issues. I had the same issue when I accidentally conda installed some packages in my base environment. You could try uninstalling and reinstalling mamba, or uninstalling and reinstalling conda completely (make sure to save your environments before if needed).

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Planeuge

79338575

Date: 2025-01-08 09:37:29
Score: 2
Natty:
Report link

happens to me as well. It turned out it is because I am using suspend function such as

    @ExecuteOn(TaskExecutors.BLOCKING)
    suspend fun greet(): String
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Aleman

79338574

Date: 2025-01-08 09:37:29
Score: 1.5
Natty:
Report link

im working on a project that needs to build a report catalogue for all our reports in Cognos. I have recently gained access to Cognos Content Store (SQl server database) so have been going through the tables.. luckily i found this thread :)

The sql script posted by Micheal Singer works for our version of Cognos (v 7.7) but i just wanted to ask what exactly does the 'active =1' in the where clause mean as i was looking at a different flag for active status in the CMOBJECTS table ..

where disabled = 0 or disabled is null (to get active records)

Alos i saw mention of getting column names of each report via xml but doesnt the CMOBJPROOPS13 table give a list of all parameters / column names used in each report and the order?

I need to get the number of times each report was run, who ran it, what source its connected to, and any other pertinent information so that we can assess which reports will be nigrated to a new system. Any pointers for tables to use for this would be greatly appraciated. Is there any documentation for the available tables in content store? i cant seem to find any online (a lot of broken links).

fyi this is the sql script posted by Micahael Singer that works for us in cognos 7.7..

select ob2.cmid, c.name as classname, n.name as objectname, o.DELIVOPTIONS as 
deliveryoptions, z2.name as owner
from CMOBJPROPS2 p
inner join CMOBJPROPS26 o on p.cmid=o.cmid
inner join CMOBJECTS ob on ob.cmid=o.cmid
inner join CMOBJECTS ob2 on ob.pcmid=ob2.cmid
inner join CMOBJNAMES n on n.cmid=ob2.cmid
inner join CMCLASSES c on ob2.classid=c.classid
left join CMREFNOORD2 z1 on z1.cmid = p.cmid
left join CMOBJPROPS33 z2 on z2.CMID = z1.REFCMID
where ACTIVE = 1 order by z2.name, objectName
Reasons:
  • Blacklisted phrase (0.5): I need
  • Blacklisted phrase (1): Is there any
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: RobR

79338563

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

Sorry, but the code from Black cat did not work to me. I got this: enter image description here

After much trial and error I got this code to work:

Application.PrintCommunication = False
With ActiveSheet.PageSetup
    .LeftHeader = ""
    .CenterHeader = "&L&H&S&V&D&L&H&S"
    .RightHeader = ""
End With
Application.PrintCommunication = True

It gives me enter image description here just as I want. But I can not say I understand how it works. It would be nice to do.

Reasons:
  • Blacklisted phrase (1): did not work
  • RegEx Blacklisted phrase (1): I want
  • Probably link only (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: CamillaT

79338561

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

For android, android:screenOrientation="portrait" should work after you have rebuilt your project after making this change.

For iOS, in Info.plist, use

<key>UISupportedInterfaceOrientations</key>
<array>
    <string>UIInterfaceOrientationPortrait</string>
</array>

and then rebuild the project.

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

79338554

Date: 2025-01-08 09:28:26
Score: 1
Natty:
Report link
<p-multiSelect 
    [options]="options" 
    [(ngModel)]="selectedItems" 
    selectedItemsLabel="{0} items selected">
</p-multiSelect>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: AissaDevLab

79338553

Date: 2025-01-08 09:28:26
Score: 2
Natty:
Report link

I am not sure to understand why you would like to use BIC, as it's usually a tool for model selection rather than a meaningful statistics for timeseries.

Another approach that works quite well could be to smooth your noisy signal to remove the noise (via a mooving average for instance), and remove the trend in your signal. Then use a Fourier transform and/or correlation to detect the periodicity in the signal (which should be the period at which the mean changes). From this it should be easy to approximate the means.

Here is a small example that I tested which worked quite well as a first approximation:

from scipy.fft import fft, fftfreq
n = 50
ma = np.convolve(y,np.ones(n), mode='valid')/n # denoised signal
rm_trend = y-((ma[-1]-ma[0])/len(ma)*np.arange(len(y))+ma[0]) # remove trend

corr = np.correlate(rm_trend,rm_trend,mode='full')
corr = corr[corr.shape[0]//2:]

y_fft = fft(y,norm='forward')[1:len(y)//2] # remove the mean

corr = np.correlate(rm_trend,rm_trend,mode='full') # autocorrelation
corr = corr[corr.shape[0]//2:]
freq = fftfreq(len(corr)) # frequencies
corr_fft = fft(corr,norm='forward')[1:len(corr)//2] # FFT without mean
k = 1/freq[np.argmax(corr_fft )+1]
print(k)

Please tell me if this does not answer your question.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please tell me
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: samje

79338551

Date: 2025-01-08 09:28:26
Score: 0.5
Natty:
Report link

Here's an easy approch:

A = 1 // Latin
А = 2 // Cyrillic
Α = 3 // Greek

if (A == 1 and А == 2 and Α == 3) {
 console.log("Cool, it worked!")
}
Reasons:
  • Whitelisted phrase (-1): it worked
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: fmi2012

79338532

Date: 2025-01-08 09:19:24
Score: 3.5
Natty:
Report link

Don't think 2 at the same time is possible, despite the answer above.

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

79338520

Date: 2025-01-08 09:14:22
Score: 1
Natty:
Report link

Is there a limit here regarding how many such services I can add?

No limit.if memory enough and you willing to handle data exchange.

Will having more services that can work also in foreground make my application too resource consuming?

Resource consuming depends on your actual code.Empty service less resources are consumed(Far lower than activity or fragment,because no ui).

As far as i know the most popular apps use only one service to manage tasks which i mentioned.

  1. Multiple serive need handle data transmission.(you maybe transmission data[from gps] by bluetooth.).
  2. Users need to know what you are doing("The running service is recording your running status"), not that you are using Bluetooth or GPS, this is what the system does

Foreground service must show a notification,so you not should tell user you is using gps,system is already working on it.

Users may think that you are wasting their phone's battery, even though you may not have done so.

so you can do,but I suggest you use a service that calls three modules. of course if you need upload or other service,you should run new service.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Is there a
  • Low reputation (0.5):
Posted by: 卡尔斯路西法

79338517

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

For mostly Structured Text code and Studio 5000 (aka Rockwell) programming, I use the L5X files and remove a lot of stuff that is making diffing and merging annoying and split the big file into one per AOI (aka function) and program.

See https://codeberg.org/aliksimon/l5x-git-tools for the code that I use as a pre-commit hook.

It has several customization options in the hope that it can be useful for others as well.

It makes unnecessary merge conflicts very rare but does not help much with graphical PLC languages.

Reasons:
  • Contains signature (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: aliksimon

79338500

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

Had the same issue. In my case, setting "Delegate IDE build/run actions to Maven" solved it.

Seetings - Build, Execution, Deployment - Build Tools - Maven - Runner

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

79338499

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

Here in 2025 and API still does not support it.

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

79338493

Date: 2025-01-08 09:05:19
Score: 1.5
Natty:
Report link

Check if your modules are up to date. If not update them using pip. Also instead of using python <filename> to run your file use to command streamlit run <filename>

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

79338492

Date: 2025-01-08 09:05:19
Score: 0.5
Natty:
Report link
.success-message {
    text-align: center;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.success-message__icon {
    max-width: 75px;
}

.success-message__title {
    color: #3DC480;
    transform: translateY(25px);
    opacity: 0;
    transition: all 200ms ease;
}

.success-message__title {
    transform: translateY(0);
    opacity: 1;
}

.success-message__content {
    color: #B8BABB;
    transform: translateY(25px);
    opacity: 0;
    transition: all 200ms ease;
    transition-delay: 50ms;
}

.success-message__content {
    transform: translateY(0);
    opacity: 1;
}

.icon-checkmark circle {
    fill: #3DC480;
    transform-origin: 50% 50%;
    transform: scale(0);
    transition: transform 200ms cubic-bezier(.22, .96, .38, .98);
}

.icon-checkmark path {
    transition: stroke-dashoffset 350ms ease;
    transition-delay: 100ms;
}

.icon-checkmark circle {
    transform: scale(1);
}
Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29104364

79338490

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

Maybe these are nice minor adjustments:

const joinByDelimiterButKeepAsArray = <T, D>(arr: T[], delimiter: D): (T | D)[] => {
  return arr.flatMap((item, i) => i == 0 ? item : [delimiter, item])
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: MrRom

79338489

Date: 2025-01-08 09:04:19
Score: 3
Natty:
Report link

windowOptOutEdgeToEdgeEnforcement worked for me

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Shreyash P

79338487

Date: 2025-01-08 09:03:18
Score: 2.5
Natty:
Report link

I am currently working a project like this. Although I cannot provide you the actual code, I can provide you the blog post and reference that actually do this.

Both post provided code examples and the first one goes more into the theory behind this. I hope this helps.

Reasons:
  • Blacklisted phrase (0.5): I cannot
  • Whitelisted phrase (-1): hope this helps
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Casper

79338480

Date: 2025-01-08 09:00:17
Score: 4.5
Natty:
Report link

I can't comment so will probably delete the answer later but i think git attributes is the way to go. https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes#_merge_strategies

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Euratus

79338476

Date: 2025-01-08 08:59:17
Score: 4.5
Natty:
Report link

If you would like to enable screen capture, you must start the application with the --allow-screencapture command line flag

More info : https://keepassxc.org/docs/KeePassXC_UserGuide

enter image description here

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

79338470

Date: 2025-01-08 08:58:16
Score: 4.5
Natty:
Report link

i guess Hyunny is zzang............

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Single line (0.5):
  • Filler text (0.5): ............
  • Low reputation (1):
Posted by: 이동현

79338466

Date: 2025-01-08 08:57:15
Score: 2
Natty:
Report link

To ensure your validation works as expected, I recommend using the refine method in your validation schema. This approach allows you to implement more complex and customized validation techniques. Also instead of manually triggering validation with verifyOtpTrigger('otp'), it's generally more efficient to use handleSubmit for form validation.

Here’s an example of how you can implement basic otp form:

import { NumericFormat } from "react-number-format";
import { zodResolver } from "@hookform/resolvers/zod";
import { Controller, useFieldArray, useForm } from "react-hook-form";
import { Button, FormHelperText, Grid, TextField } from "@mui/material";

import { defaultValues, otpSchema, OtpValues } from "./otp-form.configs";

export const OtpForm = () => {
  const form = useForm<OtpValues>({
    defaultValues,
    resolver: zodResolver(otpSchema),
  });
  const { fields } = useFieldArray<OtpValues>({
    control: form.control,
    name: "otp",
  });

  const errors = form.formState.errors;

  const verifyOtpCode = (values: OtpValues): void => {
    console.log(values);
  };

  return (
    <form onSubmit={form.handleSubmit(verifyOtpCode)}>
      <Grid container={true}>
        {fields.map((field, index) => (
          <Grid item={true} key={field.id}>
            <Controller
              name={`otp.${index}.value`}
              control={form.control}
              render={({ field: { ref, onChange, ...field } }) => (
                <NumericFormat
                  customInput={TextField}
                  {...field}
                  inputRef={ref}
                  inputProps={{ maxLength: 1 }}
                  size="small"
                  onValueChange={({ floatValue }) =>
                    onChange(floatValue ?? null)
                  }
                  sx={{ width: 40 }}
                />
              )}
            />
          </Grid>
        ))}
      </Grid>

      {errors?.otp?.root && (
        <FormHelperText error={true}>{errors.otp.root.message}</FormHelperText>
      )}

      <Button type="submit" variant="contained">
        Verify OTP
      </Button>
    </form>
  );
};
import { z } from "zod";

// TODO: move to the /shared/error-messages/otp.messages.ts
const OTP_CODE_INVALID = "Please provide a valid OTP code.";

export const otpSchema = z.object({
  otp: z
    .array(z.object({ value: z.number().nullable() }))
    // Using refine is important here because we want to return only a single error message in the array of errors.
    // Without it, we would receive individual errors for each of the 6 items in the array.
    .refine((codes) => codes.every((code) => code.value !== null), OTP_CODE_INVALID),
});

export type OtpValues = z.infer<typeof otpSchema>;

export const defaultValues: OtpValues = {
  otp: new Array(6).fill({ value: null }),
};
Reasons:
  • RegEx Blacklisted phrase (2.5): Please provide
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Yurii Sytnyk

79338456

Date: 2025-01-08 08:54:14
Score: 4.5
Natty: 4.5
Report link

Thanks @falselight, your right about this, for ubuntu you should put the GeoIP.conf in /etc/GeoIP.conf. worked for me

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): worked for me
  • Low length (1):
  • No code block (0.5):
  • User mentioned (1): @falselight
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (1):
Posted by: Fritz

79338439

Date: 2025-01-08 08:47:12
Score: 5.5
Natty: 5
Report link

I am also trying to implement meta ads in iOS through bidding but can't get the code to, can you please share the meta setup to load ads using bidding.

Reasons:
  • RegEx Blacklisted phrase (2.5): can you please share
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Number One

79338438

Date: 2025-01-08 08:47:12
Score: 1
Natty:
Report link

you can try to use the shift operation to map the nested JSON structure to the desired flat structure while iterating over the SalesArea list. Below is the JOLT spec for your use case: [ { "operation": "shift", "spec": { "CustomerMaster": { "Rootnode": { "KUNNR": "[&1].KUNNR", "NAME1": "[&1].NAME1", "LAND1": "[&1].LAND1", "Indicator": "[&1].Indicator", "TimeStamp": "[&1].TimeStamp", "SalesArea": { "": { "VKORG": "[&2].[&1].VKORG", "VTWEG": "[&2].[&1].VTWEG", "SPART": "[&2].[&1].SPART" } } } } } }, { "operation": "shift", "spec": { "": { "*": "" } } } ]

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

79338437

Date: 2025-01-08 08:47:12
Score: 2.5
Natty:
Report link

Did this actually return an event also with metadata properties? I've tried for several days to get a function returning an EventData object with properties by [EventHubOutput]. All it does is create a message with payload "Azure.Messaging.EventHubs.EventData" (the .ToString() of the EventData object)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did this
Posted by: morteng

79338436

Date: 2025-01-08 08:47:11
Score: 5
Natty:
Report link

Thank you for the response. I made some changes since I found differences between the ID token and access token issuer. However, I am still encountering the same error, with the same error message appearing in the ALB access logs.

ALB access login "authenticate" "-" "AuthInvalidIdToken"

The 'aud' field contains the app ID when I decode the token.

I created a new web application in Entra ID. Postman is working for "https://login.microsoftonline.com/xxxxxxxxxxxxxxx/openid/userinfo" but the "/v2.0/.well-known/openid-configuration" this returns userinfo endpoint as "https://graph.microsoft.com/oidc/userinfo". Postman is getting below error for /oidc/userinfo service.

"code": "InvalidAuthenticationToken", "message": "Access token validation failure. Invalid audience."

ALB Config Issuer: https://login.microsoftonline.com/xxxxxxxxxxxxxxxxxxxxxx/v2.0 Token endpoint: https://login.microsoftonline.com/organizations/oauth2/v2.0/token User info endpoint: https://login.microsoftonline.com/organizations/v2.0/.well-known/openid-configuration Authorization endpoint: https://login.microsoftonline.com/organizations/oauth2/v2.0/authorize Session cookie name: AWSELBAuthSessionCookie On unauthenticated: authenticate Scope: openid api://xxxxxxxxxxxxxxxxxxx/Files.Read

Is there anything that needs to be done to resolve this, please?

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): Is there any
  • Long answer (-1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Self-answer (0.5):
  • Filler text (0.5): xxxxxxxxxxxxxxx
  • Filler text (0): xxxxxxxxxxxxxxxxxxxxxx
  • Filler text (0): xxxxxxxxxxxxxxxxxxx
  • Low reputation (1):
Posted by: SevanZ

79338422

Date: 2025-01-08 08:41:10
Score: 2
Natty:
Report link

Sometimes, the issue might be on QuickBooks' side. You could check the QuickBooks Developer API status page or look for any updates in forums to see if there are any ongoing problems with their OAuth service.

If you've already checked the variables and the request format, try adding more detailed logging. Focus on logging the full response from QuickBooks, as it might give you more information about the error and help you figure out what’s going wrong.

Reasons:
  • RegEx Blacklisted phrase (0.5): any updates
  • No code block (0.5):
  • Low reputation (1):
Posted by: aanchal kaushik

79338416

Date: 2025-01-08 08:39:10
Score: 3
Natty:
Report link

I looked everywhere to solve the problem until I saw this. Thank you very much. It worked

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Whitelisted phrase (-1): It worked
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: jcb913

79338409

Date: 2025-01-08 08:35:08
Score: 3
Natty:
Report link

There is a session refresh feature currently in preview which should solve your problem without the need of developing something custom.

https://learn.microsoft.com/en-us/dynamics365/customer-service/administer/enable-session-restore

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

79338407

Date: 2025-01-08 08:35:08
Score: 2.5
Natty:
Report link

Even I was facing same error : java.awt.AWTError: no screen devices at sun.awt.Win32GraphicsEnvironment.getDefaultScreenDevice(Win32GraphicsEnvironment.java:99) ~[?:1.8.0_45]

I replaced the GPU from NVIDIA to Intel and issue got resolved. Atleast for now

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

79338396

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

I think you are missing the darkModeSelector in theme.option according to the primeNG docs and you need to specify the surface token for light and dark.

Hope that helps!

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

79338390

Date: 2025-01-08 08:28:06
Score: 2.5
Natty:
Report link

This is what I noticed when doing a migration to the new Symfony, all the tables of entities not present were deleted. Thanks for the confirmation!

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Lenwë Galathil

79338385

Date: 2025-01-08 08:23:05
Score: 0.5
Natty:
Report link

None of the above fixed issue for me. If you are presenting a view controller, try bellow solution which fixed the warning for me:

viewController.modalPresentationStyle = .overFullScreen
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Simon

79338382

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

If you want to define your Gitlab job names completely dynamically based on a value of some variable or Git branch name, you can use this article which explains step-by-step how to do that:

https://medium.com/@sharyiyan/how-to-dynamically-generate-job-names-in-gitlab-a-template-without-hardcoding-1748fab007aa

Reasons:
  • Blacklisted phrase (1): this article
  • Blacklisted phrase (0.5): medium.com
  • Whitelisted phrase (-1.5): you can use
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Yan Sharyi

79338381

Date: 2025-01-08 08:23:05
Score: 1.5
Natty:
Report link

I was having issues with this, receiving the same "No backups passed through" earlier today. I sorted my issue. It was to do with a path I was passing it that did not exist.

For your issue:

  1. The Restore-DbaDatabase warning implies that you have dbatools installed OK.

  2. What result do you get if you just run:

    Get-ChildItem "C:\NH\WH_BEE_$(Get-Date -Format "yyyyMMdd")_*.bak"

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

79338379

Date: 2025-01-08 08:22:04
Score: 1.5
Natty:
Report link

ModuleNotFoundError Traceback (most recent call last) in <cell line: 6>() 4 from tensorflow import keras 5 from tensorflow.keras import layers ----> 6 import tensorflow_federated as tff 7 from tensorflow_federated.python.learning import algorithms

ModuleNotFoundError: No module named 'tensorflow_federated'

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

79338374

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

Downgrading crypto-js to 3.1.9-1 solved this issue for me, it seems like this is the last stable version before this issue appeared!

npm install crypto-js@^3.1.9-1

then make sure your package.json looks like this:

"dependencies": {
  "crypto-js": "^3.1.9-1"
}

then

npm install
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Victor Rutskin

79338364

Date: 2025-01-08 08:16:58
Score: 11 🚩
Natty: 5.5
Report link

Did you get any solution for this issue ? I have similar kind of requirement and searching for a solution

Reasons:
  • Blacklisted phrase (1.5): any solution
  • Blacklisted phrase (1): I have similar
  • RegEx Blacklisted phrase (3): Did you get any solution
  • RegEx Blacklisted phrase (2): any solution for this issue ?
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Satyajit Patil

79338363

Date: 2025-01-08 08:16:58
Score: 1
Natty:
Report link

Maybe another third party app from the Google Workspace Marketplace installed by a super adminstrator is revoking the auth tokens as a default policy to improve security.

Try to contact some of your customer admins.

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

79338362

Date: 2025-01-08 08:16:57
Score: 9 🚩
Natty: 4
Report link

I have kinda similar problem, i basically created java21 project with springmvc, and i want to use springdoc swagger in my project. This is my pom ` 4.0.0

<groupId>org.example</groupId>
<artifactId>test</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>war</packaging>

<properties>
    <maven.compiler.source>21</maven.compiler.source>
    <maven.compiler.target>21</maven.compiler.target>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-web</artifactId>
        <version>3.3.1</version>
        <exclusions>
            <exclusion>
                <artifactId>log4j-to-slf4j</artifactId>
                <groupId>org.apache.logging.log4j</groupId>
            </exclusion>
            <exclusion>
                <artifactId>spring-boot-starter-logging</artifactId>
                <groupId>org.springframework.boot</groupId>
            </exclusion>
            <exclusion>
                <groupId>org.apache.tomcat.embed</groupId>
                <artifactId>tomcat-embed-core</artifactId>
            </exclusion>
            <exclusion>
                <groupId>org.yaml</groupId>
                <artifactId>snakeyaml</artifactId>
            </exclusion>
        </exclusions>
    </dependency>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-tomcat</artifactId>
        <version>3.3.1</version>
        <scope>provided</scope>
        <exclusions>
            <exclusion>
                <groupId>org.apache.tomcat.embed</groupId>
                <artifactId>tomcat-embed-core</artifactId>
            </exclusion>
        </exclusions>
    </dependency>
    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-test</artifactId>
        <version>3.3.1</version>
        <scope>test</scope>
    </dependency>
    <dependency>
        <groupId>org.springdoc</groupId>
        <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
        <version>2.6.0</version>
    </dependency>
    <dependency>
        <groupId>org.springdoc</groupId>
        <artifactId>springdoc-openapi-starter-webmvc-api</artifactId>
        <version>2.6.0</version>
    </dependency>
</dependencies>

<build>
    <finalName>test</finalName>
    <plugins>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-compiler-plugin</artifactId>
            <version>3.10.1</version>
            <configuration>
                <source>21</source>
                <target>21</target>
            </configuration>
        </plugin>
        <plugin>
            <groupId>org.apache.maven.plugins</groupId>
            <artifactId>maven-war-plugin</artifactId>
            <version>3.4.0</version>
        </plugin>
    </plugins>
</build>

and my properties file has springdoc.swagger-ui.path=/swagger-ui.html

and lastly my config:

@Configuration

public class SwaggerConfig {

@Bean
public OpenAPI api() {
    return new OpenAPI()
            .info(new Info().title("SpringShop API").description("Spring shop sample application").version("v0.0.1")
                    .license(new License().name("Apache 2.0").url("http://springdoc.org")))
            .externalDocs(new ExternalDocumentation().description("SpringShop Wiki Documentation")
                    .url("https://springshop.wiki.github.org/docs"));
}

} whe i run this project on my local tomcat 10.1.24, i get http 404 seen below http 404

in this link "http://localhost:8080/test/swagger-ui.html" what i am missing here please help thanks for advance

Reasons:
  • Blacklisted phrase (0.5): thanks
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (3): please help
  • RegEx Blacklisted phrase (3): thanks for advance
  • RegEx Blacklisted phrase (1): i want
  • RegEx Blacklisted phrase (1): i am missing here please
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: ibrahim güven

79338358

Date: 2025-01-08 08:14:56
Score: 3
Natty:
Report link

I had similar issue the schedule would not trigger and no errors reported, I have deleted and re-created the schedule and works fine now

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

79338354

Date: 2025-01-08 08:12:56
Score: 3
Natty:
Report link

You have created multiple projects here. Try changing to a single project with multiple targets.

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

79338349

Date: 2025-01-08 08:11:55
Score: 5
Natty:
Report link

I am looking for a complete exploit This website previously had an Xss-dom bug from jQuery I am looking for a complete exploit via the browser console

Excample:

POC Code $.parseHTML(")>");enter image description here

Reasons:
  • Blacklisted phrase (2): I am looking for
  • Blacklisted phrase (1): enter image description here
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Alone

79338348

Date: 2025-01-08 08:10:55
Score: 2.5
Natty:
Report link

https://www.img4you.com/remove-background

The effect of this online background removal tool is very good, you can try it out, it's completely free

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

79338341

Date: 2025-01-08 08:07:54
Score: 1
Natty:
Report link

A nice alternative to the accepted answer is to use

QUrl::fromUserInput

which is more flexible and covers also network paths.

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

79338331

Date: 2025-01-08 08:04:53
Score: 0.5
Natty:
Report link

You can try below troubleshooting steps:

Check File Permissions: Ensure that the error_log file has the correct permissions for the busybox container to read it. You can check the permissions using kubectl exec to run ls -l /app/logs/error_log inside the nginx container and adjust them if needed.

Ensure that nginx flushes its logs more frequently by adjusting its configuration or by forcing log rotation before the CronJob runs and also have a look at this Techleader. pro post by John Collins to set up a simple Cron job to rotate and compress nginx log files automatically each day.

When nginx writes to a log file, it holds file descriptors open, which could cause issues when another process, like your CronJob, tries to read the file. Instead of directly reading the log file with cat, you can try using tail -f to see the log file updates like tail -f /app/logs/error_log. Also refer to this Cyberithub article on How to Check Logs of Failed CronJobs in Kubernetes Cluster.

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

79338328

Date: 2025-01-08 08:04:53
Score: 2
Natty:
Report link

for windows, in cmd,(run as administrator) do, netstat -ano | findstr :3001 , then look for output which specify your port number in the 2nd column next to TCP,that your PID if its 1234 use , taskkill /PID 1234 /F replace 1234 with your PID

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

79338325

Date: 2025-01-08 08:02:52
Score: 4
Natty:
Report link

Add screen reader-friendly descriptions, for example: Ctrl + C "Press Control and C"

enter image description here

Reasons:
  • Blacklisted phrase (1): enter image description here
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Jack Shiv

79338323

Date: 2025-01-08 08:02:52
Score: 1
Natty:
Report link

To answer both your questions:

1. How to start with plugin development:

There is a decent tutorial for an hello world application inside eclipse: Help -> Cheat Sheets -> Plugin Development. To start I would also download the plugin ide, just use the normal installer from the website and select Eclipse IDE for Eclipse Committers.

2. Missing dependencies

Adding these dependencies to your classpath is not enough (propablu not event needed in this case), you have to add the to you plugin.xml. Open the Manifest.MF and have a look at the Require-Bundle are the dependencies added there? You can also use the Dependencies tab in eclipse.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Philipp

79338319

Date: 2025-01-08 08:01:52
Score: 1
Natty:
Report link

Excel does not support the same curly brace syntax for entering arrays of mixed text and formulas as Google Sheets does. However, there are ways to achieve a similar effect in Excel, such as ensuring that your formula always recalculates and stays in the correct row.

Scenario 1: Add a Header

In the first row (e.g., A1), type your header, like Names.

Scenario 2: Enter the Formula in the Second Row In the cell below the header (e.g., A2), type this formula

=TEXTJOIN(",", ,E1:F1)

This will combine the values in E1 and F1.

Scenario 3: Lock the Formula for Reuse

If you want the formula to always refer to E1:F1 no matter where it’s copied or dragged, update it to

=TEXTJOIN(",", ,$E$1:$F$1)

Scenario 4: Use Excel Tables to Automate

Select your data and press Ctrl + T to convert it into a table. Excel will automatically apply the formula to new rows in the table.

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

79338308

Date: 2025-01-08 07:53:50
Score: 3
Natty:
Report link

Late to the party to answer, but if you're still into this kind of projects, Sigil epub editor is a fantastic opensource tool : https://sigil-ebook.com/

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

79338303

Date: 2025-01-08 07:51:50
Score: 0.5
Natty:
Report link

Alot of the answers on here are great - JWT tokens are indeed a standard for authentication, especially for OAuth. If you are using either JavaScript or PHP for your application, here is an open-source library I wrote named "QuickJWT" that may solve your basic JWT needs. I've been having problems finding suitable libraries myself to deal with JWT and so I decided to write one that makes encoding, decoding, and validating JWT tokens easier. Usually, there's a lot of code involved, so I made QuickJWT simpler to work with.

There's examples on how to encode a payload and sign it with a secret key. Hope this gives you an idea of how to work with JWT tokens and decode their payloads for details. Take a look at QuickJWT:

https://github.com/dominicklee/Quick-JWT

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

79338301

Date: 2025-01-08 07:49:49
Score: 2.5
Natty:
Report link

Click on module path as shown in the image below. Then u should be able to add external jars Reference Screenshot for clarity

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

79338299

Date: 2025-01-08 07:49:49
Score: 0.5
Natty:
Report link

If you are using either JavaScript or PHP for your application, here is an open-source library I wrote named "QuickJWT" that may solve your basic JWT needs. I've been having problems finding suitable libraries myself to deal with JWT and so I decided to write one that makes encoding, decoding, and validating JWT tokens easier.

There's examples on how to encode a payload and sign it with a secret key. Hope this gives you an idea of how to work with JWT tokens and decode their payloads for details. Take a look at QuickJWT:

https://github.com/dominicklee/Quick-JWT

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

79338297

Date: 2025-01-08 07:48:49
Score: 0.5
Natty:
Report link

I had similar problem, but servers where I needed to run my scripts had no access to internet. I found a simple .exe program, that can run queries in similar way.

https://github.com/SqlQuantumLeap/SimpleSqlExec

You just call this exe instead a Invoke-sqlcmd.

.\SimpleSqlExec -cs $ConnectionStringDB -Q $query

Hope it helps.

Reasons:
  • Blacklisted phrase (0.5): I need
  • Whitelisted phrase (-1): Hope it helps
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: KrumpiDumpi

79338295

Date: 2025-01-08 07:48:49
Score: 2.5
Natty:
Report link

Thanks for all suggestions above. A "full paragraph" solution didn't work as the sample should appear in free-flowing text. So here's the approach (again, a full sample file) that did the trick for me:

=pod

This is a free flowing text where "I want E<32>these E<32>4 E<32>additional E<32>whitespaces to remain in HTML". Is this doable?

=cut

Apologies for not having thought about being more specific / providing sample code.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • RegEx Blacklisted phrase (1): I want
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Michael Baentsch

79338290

Date: 2025-01-08 07:45:48
Score: 1.5
Natty:
Report link

From your folder structure, try "Util\CSVFileHandler.h".

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • High reputation (-1):
Posted by: Minxin Yu - MSFT

79338285

Date: 2025-01-08 07:43:48
Score: 2.5
Natty:
Report link

Try to use import { styled } from 'styled-components' instead of import styled from 'styled-components'

Reference: https://github.com/styled-components/styled-components/issues/4275#issuecomment-2569479395

It is module import error.

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

79338271

Date: 2025-01-08 07:39:46
Score: 11
Natty: 7.5
Report link

How did you solve this problem?

Reasons:
  • RegEx Blacklisted phrase (3): did you solve this problem
  • RegEx Blacklisted phrase (1.5): solve this problem?
  • Low length (2):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): How did you solve this
  • Low reputation (1):
Posted by: Максуд Холмуродов

79338267

Date: 2025-01-08 07:37:45
Score: 2.5
Natty:
Report link

It's a similar concern. It's too slow than expected.

In practice, it is more common to search for multiple metrics simultaneously. In this case it becomes even slower.

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

79338263

Date: 2025-01-08 07:36:45
Score: 2
Natty:
Report link

I agree with @Mike's idea. Streaming response feature is not supported in old version (<1.4.0) of @microsoft/teams-ai SDK. Please try to upgrade the package.

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

79338252

Date: 2025-01-08 07:32:43
Score: 4
Natty:
Report link

Yesh, same issue I am getting while I am setting up my home server/lab for running my own stuff's.

Reasons:
  • RegEx Blacklisted phrase (1): same issue
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: iemkamran

79338232

Date: 2025-01-08 07:20:40
Score: 5.5
Natty: 5
Report link

I had the same problem and found this video, I think it would also help you: https://www.youtube.com/watch?v=5YhrMaFP4tY&t=315s&ab_channel=SARIFKHAN

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Blacklisted phrase (1): this video
  • Whitelisted phrase (-1): I had the same
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: CosminVizitiu

79338216

Date: 2025-01-08 07:15:37
Score: 6 🚩
Natty:
Report link

https://github.com/CATIA-Systems/FMPy/issues/628 How to compile an FMU on Windows to be used in Mac?

I personally have not tried if this works but could these be relevant?

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

79338215

Date: 2025-01-08 07:13:36
Score: 5.5
Natty: 4.5
Report link

HI above answers is not going to work in mobile view any idea? why is that so

Reasons:
  • Blacklisted phrase (1): any idea?
  • RegEx Blacklisted phrase (0.5): why is that
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: vishwaradhya

79338214

Date: 2025-01-08 07:13:36
Score: 2.5
Natty:
Report link

i am working in visual studio in .net i also facing this issue but it resolved now. the issue is when i run my project is already have a instance create in task manager so i have take below step to resolve the issue

  1. close visual studio
  2. open task manage -> close the visual studio service (if any)
  3. Run the following command in Command Prompt or PowerShell to find and terminate the process: tasklist | findstr Api_name
  4. open visual studio
  5. clean solution
  6. Rebuild S
  7. Rebuild Solution

olution Build Successed Done.

Reasons:
  • Blacklisted phrase (1): also facing this
  • No code block (0.5):
  • Low reputation (1):
Posted by: TUSHAR LADVA

79338203

Date: 2025-01-08 07:05:34
Score: 2
Natty:
Report link

I have similar problem in CentOS 10.

My solution is to visit https://rpmfind.net/linux/rpm2html/search.php?query=libyaml-devel first. Then choose the item you need. For me, I do

curl -O https://rpmfind.net/linux/centos-stream/10-stream/CRB/x86_64/os/Packages/libyaml-devel-0.2.5-16.el10.x86_64.rpm
rpm -Uvh  libyaml-devel-0.2.5-16.el10.x86_64.rpm
yum info libyaml-devel # I can see it has installed
bundle install # succeed now
Reasons:
  • Blacklisted phrase (1): I have similar
  • Whitelisted phrase (-1): solution is
  • Probably link only (1):
  • Has code block (-0.5):
  • Me too answer (2.5): I have similar problem
  • High reputation (-1):
Posted by: Lane

79338195

Date: 2025-01-08 07:01:33
Score: 0.5
Natty:
Report link

Binaries in examples/ use different default build settings compared to src/. This can disable optimizations like LTO, leading to larger binaries.

Make sure your Cargo.toml has LTO enabled for all builds:

[profile.release]
lto = true

This should reduce the binary size

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

79338184

Date: 2025-01-08 06:56:32
Score: 4
Natty: 5
Report link

Where can I get the geoJson feature collection files

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Where can I
  • Low reputation (1):
Posted by: RAJARISHI B

79338180

Date: 2025-01-08 06:55:31
Score: 0.5
Natty:
Report link

I think you should try to understand the tag-index-offset concept first.

[11010|offset] and [01010|offset] addressed cache lines are completely different. They point to different cachelines on memory. Indexing just helps the placement of the datas in caches. 2 addresses with same indexes, means you should place these datas to the same row in the cache. If tags are different and you are using a set-associative/full-associative cache, you can place 2 datas in the same indexed row but different ways(columns), but they points different datas.

Your answer hidden in your question. You are not sure the difference tag bits make. To understand cache coherence, first you should completely understand the basics of the caching.

Some other advice, for exclusive state, you should be sure that you can claim a cache line is exclusive before you do. You can be sure by 2 different ways, you can send an invalidation, or you get an exclusive response from bus. That differs by the bus protocol you are using for cache coherence.

Concept is not simple that study on it like an hour and completely understand.

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

79338171

Date: 2025-01-08 06:53:31
Score: 0.5
Natty:
Report link

7 years later and I ran into this problem.

Modifying the subviews' isUserInteractionEnabled value did not work, and my ViewControllers were already set to full screen.

I made a sample project of a view controller that segues to another view controller (link to partial project below).

Solution (the important part)

In ViewControllerB, override UIResponder::touchesBegan(), UIResponder::touchesMoved(), and UIResponder::touchesEnded(). If you don't, the responder will not look at ViewControllerB as an acceptable ViewController, go up the hierarchy to ViewControllerA and call those overriden methods. Note: At minimum, you only need to override touchesBegan, but there's no reason not to implement all three methods.

Project gist link: https://gist.github.com/krishkalai07/87cfa63c13306da5eb6289349872e4fe

Usage (the proof)

  1. Make a project,
  2. Replace Main.storyboard with the one from the gist
  3. Optionally delete ViewController.swift
  4. Run and tap for a successful run
  5. Comment all of ViewControllerB::touchesBegan(), ViewControllerB::touchesMoved(), and ViewControllerB::touchesEnded()
  6. Run and tap and notice in the console, it shows View Controller A even though it segued to View Controller A
Reasons:
  • Blacklisted phrase (1): did not work
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: sudomeacat

79338170

Date: 2025-01-08 06:52:31
Score: 0.5
Natty:
Report link

A simpler solution to this is to use the below approach. Since the Anthropic Models are hosted behind OpenAI's API this would be the appropriate approach without adding any unnecessary complexities,

OpenAiChatModel model = OpenAiChatModel.builder()
                .baseUrl("https://mycustombaseurl")
                .apiKey(authenticator.getValidToken())
                .modelName("claude-3-5-sonnet") 
                .build();

The Github issue link to the solution

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

79338167

Date: 2025-01-08 06:51:30
Score: 3
Natty:
Report link

I was facing the same issue. The issue was due to , the test class was created as New-> Class. Instead it has to be New -> Junit test case

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

79338165

Date: 2025-01-08 06:51:30
Score: 1.5
Natty:
Report link

delete the caches folder in .gradle folder:

C:\Users\<username>\.gradle

then delete caches folder

then run your project.

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

79338160

Date: 2025-01-08 06:46:29
Score: 2
Natty:
Report link

I have solved this problem by restarting the machine

Reasons:
  • Whitelisted phrase (-2): I have solved
  • Low length (1.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: aurora

79338156

Date: 2025-01-08 06:44:29
Score: 1.5
Natty:
Report link

Change element

<input>

to

<textarea></textarea>

It will break text as you wish

Reasons:
  • Low length (1.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Andy Su

79338149

Date: 2025-01-08 06:40:28
Score: 1.5
Natty:
Report link

The host doesn't exist. Make sure the hostname was typed correctly and that a route matching this hostname exists. The host exists, but doesn't have a matching path. Check if the URL path was typed correctly and that the route was created using the desired path. Route and path matches, but all pods are down. Make sure that the resources exposed by this route (pods, services, deployment configs, etc) have at least one pod running.

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

79338136

Date: 2025-01-08 06:32:26
Score: 3
Natty:
Report link

I believe a simple tool with a proper description could change a variable in state, say isFinal=False to isFinal=True, and that could suffice. I'll try it shortly.

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

79338133

Date: 2025-01-08 06:29:26
Score: 0.5
Natty:
Report link

I just had the same problem and neither of the solutions above worked as the problem stemmed from somewhere else. It turned out the domain I tried to connect to (with cloudflare tunnels btw, i.e., with ProxyCommand), was not resolved. I am pihole and the external filters blocked the domain resolution for my SSH server. Hence, when I wanted to connect to the server, due to the blackholing of blocked domains, the IP it was resolved to was my localhost. So everytime I wanted to connect to that domain, it tried to connect to localhost.

The solution was to update my pihole container to the latest version and now it is working.

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

79338128

Date: 2025-01-08 06:27:26
Score: 1
Natty:
Report link

I got this issue only with alpine as base image. I changed it to debian and it is working fine for my issue.

FROM alpine:latest  >> FROM debian:bullseye-slim
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ajay_edupuganti

79338111

Date: 2025-01-08 06:17:24
Score: 2.5
Natty:
Report link

We provide an online attendance management system developed by the QR Staff mobile application. Our staff attendance app, developed by our staff, is designed keeping in mind all types of organizations, which provides live attendance tracking & payroll facility for all the staff and enables both the HR and small businessmen of the company to easily manage the daily attendance, leave, salary, etc. of their employees. In the given suggestion, creating a separate database for each company improves data isolation and security and develops the best attendance management system. Here are some steps and considerations for implementing this approach:

Steps: Design a model diagram.

Create a standard schema that is replicated across all databases. Include tables for employees, departments, time attendance, payroll, etc. Automate database creation. Develop scripts or API endpoints to create new databases when businesses connect. This script should initialize the database with a standard schema.

Unique naming conventions:

To avoid conflicts, use a unique identifier for the database name (such as your name or company ID). Database Connection Handling:

Implement dynamic connection management so the software can switch between databases based on the company accessing the system. Backup and Restore Mechanisms:

Ensure automated backups are in place for each database. Provide restore capabilities in case of data loss. Scaling Considerations:

Plan for resource allocation as the number of databases grows. Use an optimized database server to efficiently manage multiple instances.

Things to consider:

Data Security:

Ensure that each company's data is completely isolated and only accessible to authorized users. Use encryption for confidential data. The consequences of the value:

The presence of several databases can increase storage and maintenance costs. Performance:

Monitor database server load to avoid performance bottlenecks.

Regulatory Compliance:

Ensure compliance with local data protection regulations (GDPR, HIPAA, etc.). Do you need detailed assistance with technical implementation, such as database schema design or dynamic connection management?

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

79338108

Date: 2025-01-08 06:16:24
Score: 1
Natty:
Report link

It looks like you're trying to select the correct option in an HTML element based on a value in PHP, but there are a couple of issues with your current code. Specifically, the $selected condition is not referencing the correct variable, and you're not comparing the correct value for selection.

Let's break it down:

Key issues: Wrong variable in the condition: You are checking $unit == $ssq1->unit_name, but $ssq1 is the result object of the query. You should use $resq1->unit_name instead, as this represents the current row data.

You should check the selected value against a variable: You likely want to compare the option's value to a variable like $unit, which should hold the value you want to be selected.

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

79338105

Date: 2025-01-08 06:15:23
Score: 4.5
Natty: 5
Report link

I'm working with the Speech SDK in C#. I'd like to know if the latest version os speech SDK supports direct microphone input and the ability to store the captured audio in Azure Blob Storage?

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

79338103

Date: 2025-01-08 06:15:22
Score: 10.5 🚩
Natty: 6
Report link

I'm also facing the same issue. Were you able to resolve this? what model of the RF shield box are you using.

Reasons:
  • RegEx Blacklisted phrase (1.5): resolve this?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I'm also facing the same issue
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohammed Safwan

79338102

Date: 2025-01-08 06:15:21
Score: 1.5
Natty:
Report link

Personally I think it depends with the scale of your project. If its a huge application then definitely you need more machines but if you are just starting on a small project and learning about microservices its all good.

I think just have the following on your machine:

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

79338090

Date: 2025-01-08 06:04:19
Score: 3
Natty:
Report link

i have implemented post api using riverpod same way after onPressed hitting api and response coming but response data not storing in into varriable class data type...

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