79350994

Date: 2025-01-13 01:20:57
Score: 1
Natty:
Report link

For anyone interested, the solution was actually quite simple, basically, I added the sql command as my friend Erwin suggested.

def upgrade() -> None: op.execute("ALTER TABLE aluno ALTER COLUMN serie_aluno TYPE integer USING serie_aluno::text::int, ADD CONSTRAINT serie_aluno_serie_fkey FOREIGN KEY (serie_aluno) REFERENCES serie(id_serie);")

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

79350983

Date: 2025-01-13 01:07:55
Score: 0.5
Natty:
Report link

It looks like you want to trigger the reCAPTCHA when clicking "Book Now" and only submit the form if reCAPTCHA passes. From your code, I see you have the correct setup for reCAPTCHA, but you might be missing the crucial part of form submission.

Here's a quick fix:

  1. Remove type="button" from the "Book Now" button.
  2. Update the onSubmit function to ensure that it submits the form only after reCAPTCHA validation.

Here's how you can modify the JavaScript:

<script>
   function onSubmit(token) {
     document.getElementById("first-form").submit();  // Submit the form after validation
   }
</script>

The button should trigger the onSubmit callback when clicked:

<button 
    class="g-recaptcha btn btn-primary" 
    data-sitekey="your-site-key" 
    data-callback="onSubmit" 
    data-action="submit">
    Book Now
</button>

Make sure you also verify the reCAPTCHA response on the server-side (PHP) by sending the token to Google for validation. Let me know if that clears things up!

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

79350979

Date: 2025-01-13 00:59:52
Score: 10
Natty: 7.5
Report link

I've been trying for hours and couldn't find a solution. Did you solve it?

Reasons:
  • RegEx Blacklisted phrase (3): Did you solve it
  • RegEx Blacklisted phrase (1.5): solve it?
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: fanyqe

79350973

Date: 2025-01-13 00:53:51
Score: 3
Natty:
Report link

#RUN jenkins-plugin-cli --plugins "blueocean:1.25.3 docker-workflow:1.28" RUN /bin/sh -c jenkins-plugin-cli --plugins "blueocean:1.25.3 docker-workflow:1.28"

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

79350972

Date: 2025-01-13 00:53:51
Score: 0.5
Natty:
Report link

well, let me outline a way of implementing that:

firstly, make sure you have an exhaustive list of versions.

secondly, make sure you have a list of generated items for each version.

next, iterate through each version and add it to a version list.
what you would do now is iterate through each version, pick the first item literal, remove it from alls the other version item lists if the item is part of all of the version lists, you print a string that basically does what you did before "list.add(x)", where x is the literal.
if not, you add to a conditional list a sub string that conatins is an or operation along with the version.
now you can copy that string, which basically does what you asked for.

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

79350969

Date: 2025-01-13 00:52:51
Score: 3
Natty:
Report link

Are you running the program from the root directory? Is the scripts folder located in the directory you're trying to run the command from? (e.g., if the root is .../Documents/Project, this is where you would run cmd from, and deploy.js should be in /Project/scripts)

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

79350964

Date: 2025-01-13 00:48:50
Score: 2
Natty:
Report link

What you're doing with ItemDecoration doesn't work for touch events because it's only for drawing, not interacting. Instead, make the sticky header a separate view outside the RecyclerView. Use a scroll listener to update the header's data and position as you scroll. This lets the header handle clicks and touch events properly.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): What you
  • Low reputation (0.5):
Posted by: Jaxon M

79350952

Date: 2025-01-13 00:32:47
Score: 3
Natty:
Report link

Tachiyomi Apk Aplikasi ini menawarkan kemudahan dan fleksibilitas untuk membaca manga secara gratis langsung dari perangkat Android Anda.

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

79350943

Date: 2025-01-13 00:27:46
Score: 0.5
Natty:
Report link

you can use transparent system navigation bar but unfortunately the button color with not adaptive need manually

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Umar

79350940

Date: 2025-01-13 00:25:46
Score: 1.5
Natty:
Report link

The line "... repeated 996 more times" together with the 4 error lines shown gives 1000 Lines which is (afaik) the limit of the error stack.

Advice from 50 years of develoment: even stackspace is endless.

If you convert your formula to use Arrays (Python: Lists) and Arraypointers. you may notice the memory the formula needs.

Hint: Lists can allocate a lot of memory for your case.

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

79350938

Date: 2025-01-13 00:23:45
Score: 1.5
Natty:
Report link

I dug around again, and I think I've identified the root cause of the issue. Thanks to @hakre :)

If you run the command apk add composer, additional packages will be installed alongside composer (presumably as dependencies).

apk add --no-cache composer

(1/15) Installing php83-common (8.3.15-r0)
(2/15) Installing libedit (20240808.3.1-r0)
(3/15) Installing pcre2 (10.43-r0)
(4/15) Installing php83 (8.3.15-r0)
(5/15) Installing php83-phar (8.3.15-r0)
(6/15) Installing php83-curl (8.3.15-r0)
(7/15) Installing php83-iconv (8.3.15-r0)
(8/15) Installing php83-mbstring (8.3.15-r0)
(9/15) Installing php83-openssl (8.3.15-r0)
(10/15) Installing libbz2 (1.0.8-r6)
(11/15) Installing libzip (1.11.2-r0)
(12/15) Installing php83-zip (8.3.15-r0)
(13/15) Installing libstdc++ (14.2.0-r4)
(14/15) Installing 7zip (24.08-r0)
(15/15) Installing composer (2.8.4-r0)

I'm not sure what exactly happens after these packages are installed, but it somehow affects how the newly installed composer sees the path to the php interpreter.

The PHP binary path, which provides by the php:8.3-fpm-alpine image, looks like this: /usr/local/bin/php.

-rwxr-xr-x    1 root  root    /usr/local/bin/php

But the installed composer now looks at the new PHP binary path, (the newly installed php83 package): /usr/bin/php83.

-rwxr-xr-x    1 root  root    /usr/bin/php83
Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @hakre
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Alex Yu

79350936

Date: 2025-01-13 00:22:45
Score: 3
Natty:
Report link

66dslot

66DSLOT adalah aplikasi untuk login ke situs online terpercaya yang anti-blokir

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

79350926

Date: 2025-01-13 00:11:43
Score: 1
Natty:
Report link

Caused by: java.lang.IllegalStateException: Ambiguous mapping. Cannot map 'topicController' method org.oracleone.forohub.controller.TopicController#deleteTopic(Long) to {DELETE [/api/topics/{id}]}: There is already 'topicController' bean method org.oracleone.forohub.controller.TopicController#deleteTopicById(Long) mapped.

so try to remove one ambiguous mapping in your TopicController

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

79350925

Date: 2025-01-13 00:11:43
Score: 0.5
Natty:
Report link

Thank you for your brilliant answer RRUZ! :-)
It's certainly not easy to work with the Windows Audio SDK in Delphi.
So I have modified the code slightly to make it easier to use as a volume control in a Delphi application...
See the Unit below >>

unit VolApiU;

// Original Api code from : https://stackoverflow.com/questions/17612666/controlling-the-master-speaker-volume-in-windows-7
// Thank you "RRUZ"!   :-)

interface

uses
  SysUtils, Windows, ActiveX, ComObj;

// Published functions
procedure InitVol;
procedure CloseVol;
procedure SetMasterVolume(VolP: integer);
function GetMasterVolume: integer;

implementation

const
  CLASS_IMMDeviceEnumerator : TGUID = '{BCDE0395-E52F-467C-8E3D-C4579291692E}';
  IID_IMMDeviceEnumerator : TGUID = '{A95664D2-9614-4F35-A746-DE8DB63617E6}';
  IID_IAudioEndpointVolume : TGUID = '{5CDF2C82-841E-4546-9722-0CF74078229A}';

type
  IAudioEndpointVolumeCallback = interface(IUnknown)
  ['{657804FA-D6AD-4496-8A60-352752AF4F89}']
  end;

  IAudioEndpointVolume = interface(IUnknown)
    ['{5CDF2C82-841E-4546-9722-0CF74078229A}']
    function RegisterControlChangeNotify(AudioEndPtVol: IAudioEndpointVolumeCallback): HRESULT; stdcall;
    function UnregisterControlChangeNotify(AudioEndPtVol: IAudioEndpointVolumeCallback): HRESULT; stdcall;
    function GetChannelCount(out PInteger): HRESULT; stdcall;
    function SetMasterVolumeLevel(fLevelDB: single; pguidEventContext: PGUID): HRESULT; stdcall;
    function SetMasterVolumeLevelScalar(fLevelDB: single; pguidEventContext: PGUID): HRESULT; stdcall;
    function GetMasterVolumeLevel(out fLevelDB: single): HRESULT; stdcall;
    function GetMasterVolumeLevelScalar(out fLevelDB: single): HRESULT; stdcall;
    function SetChannelVolumeLevel(nChannel: Integer; fLevelDB: double; pguidEventContext: PGUID): HRESULT; stdcall;
    function SetChannelVolumeLevelScalar(nChannel: Integer; fLevelDB: double; pguidEventContext: PGUID): HRESULT; stdcall;
    function GetChannelVolumeLevel(nChannel: Integer; out fLevelDB: double): HRESULT; stdcall;
    function GetChannelVolumeLevelScalar(nChannel: Integer; out fLevel: double): HRESULT; stdcall;
    function SetMute(bMute: Boolean; pguidEventContext: PGUID): HRESULT; stdcall;
    function GetMute(out bMute: Boolean): HRESULT; stdcall;
    function GetVolumeStepInfo(pnStep: Integer; out pnStepCount: Integer): HRESULT; stdcall;
    function VolumeStepUp(pguidEventContext: PGUID): HRESULT; stdcall;
    function VolumeStepDown(pguidEventContext: PGUID): HRESULT; stdcall;
    function QueryHardwareSupport(out pdwHardwareSupportMask): HRESULT; stdcall;
    function GetVolumeRange(out pflVolumeMindB: double; out pflVolumeMaxdB: double; out pflVolumeIncrementdB: double): HRESULT; stdcall;
  end;

  IAudioMeterInformation = interface(IUnknown)
  ['{C02216F6-8C67-4B5B-9D00-D008E73E0064}']
  end;

  IPropertyStore = interface(IUnknown)
  end;

  IMMDevice = interface(IUnknown)
  ['{D666063F-1587-4E43-81F1-B948E807363F}']
    function Activate(const refId: TGUID; dwClsCtx: DWORD;  pActivationParams: PInteger; out pEndpointVolume: IAudioEndpointVolume): HRESULT; stdCall;
    function OpenPropertyStore(stgmAccess: DWORD; out ppProperties: IPropertyStore): HRESULT; stdcall;
    function GetId(out ppstrId: PLPWSTR): HRESULT; stdcall;
    function GetState(out State: Integer): HRESULT; stdcall;
  end;


  IMMDeviceCollection = interface(IUnknown)
  ['{0BD7A1BE-7A1A-44DB-8397-CC5392387B5E}']
  end;

  IMMNotificationClient = interface(IUnknown)
  ['{7991EEC9-7E89-4D85-8390-6C703CEC60C0}']
  end;

  IMMDeviceEnumerator = interface(IUnknown)
  ['{A95664D2-9614-4F35-A746-DE8DB63617E6}']
    function EnumAudioEndpoints(dataFlow: TOleEnum; deviceState: SYSUINT; DevCollection: IMMDeviceCollection): HRESULT; stdcall;
    function GetDefaultAudioEndpoint(EDF: SYSUINT; ER: SYSUINT; out Dev :IMMDevice ): HRESULT; stdcall;
    function GetDevice(pwstrId: pointer; out Dev: IMMDevice): HRESULT; stdcall;
    function RegisterEndpointNotificationCallback(pClient: IMMNotificationClient): HRESULT; stdcall;
  end;


var
  pEndpointVolume: IAudioEndpointVolume;


procedure InitVol;
var
  LDeviceEnumerator: IMMDeviceEnumerator;
  Dev: IMMDevice;
begin
  try
    CoInitialize(nil);
  except
    on E:Exception do
        Writeln(E.Classname, ':', E.Message);
  end;

  if not Succeeded(CoCreateInstance(CLASS_IMMDeviceEnumerator, nil, CLSCTX_INPROC_SERVER, IID_IMMDeviceEnumerator, LDeviceEnumerator)) then
    RaiseLastWin32Error;

  if not Succeeded(LDeviceEnumerator.GetDefaultAudioEndpoint($00000000, $00000000, Dev)) then
    RaiseLastWin32Error;

  if not Succeeded( Dev.Activate(IID_IAudioEndpointVolume, CLSCTX_INPROC_SERVER, nil, pEndpointVolume)) then
    RaiseLastWin32Error;
end;


procedure CloseVol;
begin
  try
    CoUninitialize;
  except
    on E:Exception do
        Writeln(E.Classname, ':', E.Message);
  end;
end;


procedure SetMasterVolume(VolP: integer); // 0 - 100
var
  fLevelSc: single;  // 0.0 - 1.0
begin
  fLevelSc := VolP / 100;

  if not Succeeded(pEndpointVolume.SetMasterVolumeLevelScalar(fLevelSc, nil)) then
    RaiseLastWin32Error;
end;


function GetMasterVolume: integer;  // 0 - 100
var
  fLevelSc: single; // 0.0 - 1.0
begin
  if not Succeeded(pEndpointVolume.GetMasterVolumeLevelScalar(fLevelSc)) then
    RaiseLastWin32Error;

  Result := Round(fLevelSc * 100);
end;


end.

Using this unit; here is an easy example of how to use it to control the master volume.
It is a Form with a Edit and TrackBar on it (set the Max = 100) >>

unit VolTestU;

interface

uses
  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
  ComCtrls, StdCtrls;

type
  TForm1 = class(TForm)
    TrackBar1: TTrackBar;
    Edit1: TEdit;
    procedure FormCreate(Sender: TObject);
    procedure FormShow(Sender: TObject);
    procedure FormDestroy(Sender: TObject);
    procedure TrackBar1Change(Sender: TObject);
  private
    { Private declarations }
  public
    { Public declarations }
  end;


var
  Form1: TForm1;

implementation

{$R *.DFM}

uses VolApiU;


procedure TForm1.FormCreate(Sender: TObject);
begin
  VolApiU.InitVol;
end;

procedure TForm1.FormShow(Sender: TObject);
var
  VolP : integer; // Volume in Precentage 0 - 100%
begin
   VolP := VolApiU.GetMasterVolume; // Get the volume 0 - 100
   TrackBar1.Position := VolP;
   Edit1.Text := IntToStr(VolP);
end;

procedure TForm1.FormDestroy(Sender: TObject);
begin
  VolApiU.CloseVol;
end;

procedure TForm1.TrackBar1Change(Sender: TObject);
begin
  VolApiU.SetMasterVolume(TrackBar1.Position); // Set the volume  0 - 100
  Edit1.Text := IntToStr(TrackBar1.Position);
end;

end.

Hope someone finds it useful. :-)

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): stackoverflow
  • Long answer (-1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Johan

79350924

Date: 2025-01-13 00:10:42
Score: 4
Natty: 5
Report link

can you please demonstrate same thing with html, css, and javascript

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): can you please
  • Low reputation (1):
Posted by: Sujan Shrestha

79350915

Date: 2025-01-12 23:58:40
Score: 2.5
Natty:
Report link

try some of the solutions from this answer. it looks like the problems are with gyp not finding your python install, so it wouldn't hurt to reinstall python as well.

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

79350896

Date: 2025-01-12 23:27:33
Score: 4.5
Natty: 6
Report link

I can try this plugin Vuetify Notifier

https://kieuminhcanh.github.io/vuetify-notifier/

Reasons:
  • Blacklisted phrase (1): this plugin
  • Whitelisted phrase (-1): try this
  • Probably link only (1):
  • Low length (2):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Cảnh Kiều Minh

79350894

Date: 2025-01-12 23:24:32
Score: 1.5
Natty:
Report link

In jq it's the // operation. Very useful when null is returned instead of a list:

.foo // [] | map(...)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: JRob

79350891

Date: 2025-01-12 23:23:32
Score: 1.5
Natty:
Report link

I eventually solved it, using Koin DI, i stated the viewmodels as; singleOf() instead of factoryOf(), it was causing the viewmodels to not respond when i navigated between screens, until total app restart.

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

79350889

Date: 2025-01-12 23:21:31
Score: 1.5
Natty:
Report link

updating my Dockerfile this way did the trick. in my base stage, i added

RUN apt-get install libmariadb3 libmariadb-dev -y
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: kanadianDri3

79350888

Date: 2025-01-12 23:21:31
Score: 3.5
Natty:
Report link

move the prisma folder out of the src folder to the root. This will solve the issue

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

79350886

Date: 2025-01-12 23:17:30
Score: 4.5
Natty:
Report link

Try shortcut key Ctrl+. or update VS https://code.visualstudio.com/docs/editor/refactoring#_refactoring-actions

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

79350871

Date: 2025-01-12 23:01:27
Score: 1
Natty:
Report link

As stated by @musab-dogan, it is worth noting to change your password. To change your password, you can use the command below:

/usr/share/elasticsearch/bin/elasticsearch-reset-password -u elastic

When you also applied changing your password, make sure you do the following:

$ echo "<your-new-password>" > /etc/elasticsearch/certs/keystore.tmp 
$ chmod 600 /etc/elasticsearch/certs/keystore.tmp 
$ chown elasticsearch.elasticsearch /etc/elasticsearch/certs/keystore.tmp 
$ sudo systemctl set-environment ES_KEYSTORE_PASSPHRASE_FILE=/etc/elasticsearch/certs/keystore.tmp

If you want guidance on installing Elasticsearch, please check if this article is helpful for you especially with your experience on password issues.

Reasons:
  • Blacklisted phrase (1): this article
  • Whitelisted phrase (-1.5): you can use
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @musab-dogan
  • Low reputation (0.5):
Posted by: Severalnines

79350870

Date: 2025-01-12 23:01:27
Score: 2.5
Natty:
Report link

Wrap widget is by default horizontal, you need to check that the items in the wrap have bounded width, if not each one will be a single row. Verify ItemTags does that.

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

79350863

Date: 2025-01-12 22:55:25
Score: 0.5
Natty:
Report link

The python-openvpn-client 0.0.1 is for Unix-like systems like Linux, macOS or BSD. It's page says it was tested to work on macOS and Linux.
The Windows systems do not support POSIX signals like SIGUSR1, that's why you have this error message because SIGURS1 is not defined. POSIX signals are supported on Unix-like systems.

You could try openvpn-api.

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

79350860

Date: 2025-01-12 22:53:24
Score: 2
Natty:
Report link

For the solution, I wrapped my select with this div:

<div wire:ignore>
 <!-- content in here -->
</div>

And that fixed the issue.

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

79350849

Date: 2025-01-12 22:49:23
Score: 6.5 🚩
Natty: 6.5
Report link

I want to redirect my site from non-www to www, please how can i do it.

https://techsolvedissues.com to https://www.techsolvedissues.com

Reasons:
  • Blacklisted phrase (0.5): how can i
  • Blacklisted phrase (1): can i do
  • RegEx Blacklisted phrase (1): I want
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Surftware Technologies

79350843

Date: 2025-01-12 22:46:22
Score: 2.5
Natty:
Report link

This is horrible I was finding a module wasn't built where I had

file1.o: a.h b.h (etc)

But I had a blank line with a single tab in it before "file1.o".

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

79350842

Date: 2025-01-12 22:46:22
Score: 2.5
Natty:
Report link

My name is Leticia Leon Email: [email protected] My numbers is 512)770-7338

I’m no longer working for MPG security solutions since December23,2024

Wife Manger of the company Mpg security solutions She also the payroll lady and the GPS lady 512) 944-9950

There both are couples working for the same company

Husband Arnold Guzman Email: [email protected] Is the one that talks to workes and talks to the main propertys managers 512) 669-6433

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

79350839

Date: 2025-01-12 22:44:21
Score: 1
Natty:
Report link

I think the prior answers all adequately discus the preference for set-based updates, and also provide examples using WHILE to iteratively loop through the rows as the OP asked.

One thing not mentioned here is the impact of row locks when doing a large set-based update.

My understanding is that an update that will be updating many rows in the table will cause them all to be locked as a single transaction, possibly blocking other operations. IF the update being done doesn't have to have consistent results within the set, looping through each one and committing as you go, albeit a slower process, can significantly reduce locks throughout the process.

Essentially, I'm suggesting that sets are more efficient, but if doing a set-based update on large #'s, use LIMIT cause or another method to reduce lock impact for other users (if that's relevant to you)

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

79350837

Date: 2025-01-12 22:43:20
Score: 5
Natty: 6.5
Report link

Vuetify Notifier. This plugin can solve your problem.

https://kieuminhcanh.github.io/vuetify-notifier/

Reasons:
  • Blacklisted phrase (1): This plugin
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Cảnh Kiều Minh

79350818

Date: 2025-01-12 22:31:18
Score: 2
Natty:
Report link

In my case, it was a problem with a setting in Idea. A project sub-module ended up with a really strange setting in Build, Execution, Deployment -> Compiler -> Annotation Processors. Changing the sub-module option to Obtain processors from project classpath fixed the issue.

Idea Build settings

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: MrDetail

79350814

Date: 2025-01-12 22:25:16
Score: 1.5
Natty:
Report link

Since no one came here to give a good answer, then we could just imagine the Keras guy banged his head hard just before coming up with this counter intuitive naming convention, and whenever we want to remember the correct name, just exchange them:

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

79350806

Date: 2025-01-12 22:20:15
Score: 2
Natty:
Report link

I seem to be getting something similar when trying to use .env files.

The package at "node_modules/dotenv/lib/main.js" attempted to import the Node standard library module "path".
It failed because the native React runtime does not include the Node standard library.

Still trying to find a solution :(

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

79350787

Date: 2025-01-12 22:04:11
Score: 1
Natty:
Report link

I would check out JSTS. This is a javascript port of a java library JTS that implements many operations on geometries.

Mainly the CascadedPolygonUnion operation looks like a good match with what you are trying to accomplish.

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

79350785

Date: 2025-01-12 22:04:11
Score: 1
Natty:
Report link

This might have an answer that works for you... it works for me.

Plot Lat/Lng values on a static image map using .NET

Reasons:
  • Whitelisted phrase (-1): works for me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • High reputation (-1):
Posted by: djunod

79350782

Date: 2025-01-12 22:03:11
Score: 6
Natty: 7.5
Report link

I would want to download the data from genebass, which says "Bucket is a requester pays bucket". Does it means that I need to pay to download this data? Thanks.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: yu zhang

79350781

Date: 2025-01-12 22:02:10
Score: 1.5
Natty:
Report link

What worked for me was

  1. Unchecking everything in Build Settings => Player Settings => Publishing Settings => Build

  2. Clicking Okay in the dialog that pops up

  3. Downgrading the Firebase Core Unity package to version 11.6.0 (as well as the Auth and Database packages in my case)

To me this appears to be a bug in the Unity Firebase Core package. Hopefully Google will fix it. I tried to downgrade to newer versions than 11.6.0 but it was the most recent one that didn't show errors

Reasons:
  • Whitelisted phrase (-1): worked for me
  • No code block (0.5):
  • Self-answer (0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: TOM

79350761

Date: 2025-01-12 21:48:08
Score: 3.5
Natty:
Report link

there is a change on content to contentRef

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

79350749

Date: 2025-01-12 21:40:05
Score: 0.5
Natty:
Report link

Please help me understand what went wrong ;(

So many things that are wrong in this program! The AI wasn't even able to draw a solid square at (x,y) using BIOS.WritePixel. (A solid white square could get displayed in the upper left corner of the screen). And why a different code was needed to wipe the square is beyond me. Same procedure, other set of arguments.

push bx
pop  bx

BX wasn't initialized to anything, so why waste bytes on preserving BX.

mov ax, y
add ax, cx
mov si, ax

BIOS.WritePixel expects its Y coordinate in the DX register, so very much not SI.

mov ax, x
add ax, dx
mov di, ax

BIOS.WritePixel expects its X coordinate in the CX register, so very much not DI.

My version:

  mov  cx, x
  mov  dx, y
  mov  al, 15           ; To 'clear' the square, you pass AL=0
  call PaintSquare

  ...

; IN (al,cx,dx)
PaintSquare:
  push bx               ; AL is Color=[0,255]
  push si               ; CX is X=[0,319]
  push di               ; DX is Y=[0,199]

  mov  bh, 0            ; DisplayPage
  mov  di, size_square  ; Height
.OuterLoop:
  mov  si, size_square  ; Width
.InnerLoop:
  mov  ah, 0Ch          ; BIOS.WritePixel
  int  10h
  inc  cx               ; X++
  dec  si
  jnz  .InnerLoop
  sub  cx, size_square
  inc  dx               ; Y++
  dec  di
  jnz  .OuterLoop
  sub  dx, size_square

  pop  di
  pop  si
  pop  bx
  ret
prev_x dw 100      ; Previous x position of square
prev_y dw 100      ; Previous y position of square

The AI is loading prev_x and prev_y with the coordinates where the mouse click was registered. This is unrelated to where the square needs to be erased!
Moreover, before any dragging can begin, you still need to check whether the mouse is actually on top of the current square.

exit_program:
  ; Restore text mode
  mov ax, 3
  int 10h
  ret

Although the AI included this nice 'exit_program' part, this code is unreachable and if jumped at, its ret could only return to DOS is this were a .COM executable. Sadly, the .model small says this is going to be an .EXE executable, for which additionally the DS segment register wasn't setup and therefore addressing the memory-based variables will fail completely.

The list goes on...


My suggestion then would be that you forget about using the mouse for now, and that, with the help of my PaintSquare procedure, you try your hand at a version of the program that moves the square based on the arrow keys on the keyboard. In the intrest of flicker-free graphics you could use a double buffer like you described in one of your comments. Good luck.

Reasons:
  • Blacklisted phrase (1): help me
  • RegEx Blacklisted phrase (3): Please help me
  • Long answer (-1):
  • Has code block (-0.5):
  • High reputation (-2):
Posted by: Sep Roland

79350748

Date: 2025-01-12 21:39:05
Score: 2
Natty:
Report link

Check RAILS_MASTER_KEY in the .env if exists.

foreman with Procfile can cause this issue as it looks through .env first for the master key.

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

79350737

Date: 2025-01-12 21:27:03
Score: 0.5
Natty:
Report link

I had this problem and I solved it by excluding the Folder where my project is located from the Antivirus program: Settings - Virus protection - Exclude folder (your project folder) from Virus scan.

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

79350725

Date: 2025-01-12 21:13:00
Score: 0.5
Natty:
Report link

This may not be considered as an "answer" and I should have reponded as a comment but I do not have enough reputation to do so. If you want to run a simple Python command in R you can use py_run_string.

library(reticulate)
py_run_string("print('Hello World')")

Alternatively, you can use import_builtins

main <- import_main()
builtins <- import_builtins()
builtins$print('Hello world')

The overview page of the reticulate library has good information, and I think it will address majority of your questions.

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • RegEx Blacklisted phrase (1.5): I do not have enough reputation
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Dr. Lenny

79350724

Date: 2025-01-12 21:13:00
Score: 0.5
Natty:
Report link

Trying to make it simple (here C0 and C1 are the same language but different versions):

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

79350722

Date: 2025-01-12 21:12:00
Score: 1
Natty:
Report link

pygooglenews 0.1.3 only supports Python 3.12 and 3.13. There's no support for python3.9 (your version). Upgrade to a supported version to use this library.

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

79350717

Date: 2025-01-12 21:06:59
Score: 3
Natty:
Report link

Update January 2025

As @browsermator commented, there are two environment variables that are relevant. I'd like to add that somewhere between 2023 and 2025 the environment variable name has changed to: "SE_CACHE_PATH" for the cache dir

Source: (the link that browsermator provided)

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @browsermator
  • Low reputation (1):
Posted by: user29168530

79350711

Date: 2025-01-12 21:05:58
Score: 2.5
Natty:
Report link

I ended up using Adam Essenmacher's AdamE.MemoryToolkit.Maui. It was a lifesaver (appsaver) for me. Cleared up all my memory leak issues. I just migrated to .NET 9.0 and will have to see if the memory issues still persist.

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

79350710

Date: 2025-01-12 21:04:58
Score: 1
Natty:
Report link

No se si esta cerrado esta respuesta porque es la primera vez que respondo en SO. En laravel 11 si tenes instalado VITE, solo tenes que poner la ruta relativa en tu cadena de vite. Los pasos son:

  1. Instalas jquery
  2. Buscas el archivo donde se instalo en tu proyecto laravel
  3. boton derecho y copias la ruta relativa.
  4. la pones en vite como en el ejemplo, te la pondra con las contra barras () tenes que cambiarlas por las barras normales (/).
  5. npm run dev listo!

ejemplo:

   @vite(['resources/css/app.css', 'resources/js/app.js','resources/jquery/jquery.js'])
Reasons:
  • Blacklisted phrase (1): porque
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Nekonapster

79350709

Date: 2025-01-12 21:02:57
Score: 1.5
Natty:
Report link

Because your code does double-runs itself: at the end of the first turn finalstep calls start but then bot's message handler calls start again.

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

79350708

Date: 2025-01-12 21:02:57
Score: 0.5
Natty:
Report link

What you need is to manually resolve the async PageParams. This is what worked for me-

interface PageProps {
   searchParams: Promise<{
       [key: string]: string | string[] | undefined;
   }>;
  }

const Page = async ({ searchParams }: PageProps) => {
   const resolvedSearchParams = await searchParams;
    const { id } = resolvedSearchParams;
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Starts with a question (0.5): What you
  • Low reputation (1):
Posted by: Siddhant Gupta

79350700

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

Had same problem using same book. When you install pgzero and pygame from command prompt you have to run the command prompt itself as administrator. It's not enough to just be in an admin account within Windows.

Make sure to uninstall them both from command prompt before attempting to install again:

pip uninstall pygame

pip uninstall pgzero

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

79350690

Date: 2025-01-12 20:50:53
Score: 4
Natty: 5.5
Report link

/storage/emulated/0/Documents/ringtone/trending_JO_1d_20241226-0032.ods

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Ala'aUdeh

79350687

Date: 2025-01-12 20:45:52
Score: 3.5
Natty:
Report link

If you still facing this issue, here is another work-around that worked for me. https://github.com/orgs/community/discussions/45097

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Mohit Beniwal

79350686

Date: 2025-01-12 20:45:52
Score: 0.5
Natty:
Report link

In make.powerapps.com open the table screen, then choose Properties in the Table Properties box. Then in the popup scroll to the bottom and open Advanced Options. Towards the bottom there is the checkbox for 'Can be taken offline'. Uncheck that, export your solution again, and it should import without this error.

In my experience its caused by the checkbox 'Can be taken offline'. This must be DESELECTED for any tables that are being imported in to a Dataverse for Teams environment. Microsoft started turning this option on by default for new tables about a year ago. AFAIK D4T environments do not support offline mode. I just had this come up again and hoping this will act as a reminder for next time!

Full error for me: Solution "XYZ_1_0_0_117_managed.zip" failed to import: ImportAsHolding failed with exception :No rows could be found for OptionSet with id e31907e5-e67d-4961-87fd-9ef4e296fbba if OptionSet were published

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

79350678

Date: 2025-01-12 20:39:51
Score: 2.5
Natty:
Report link

you have forgotten to use rbenv global, which makes your installed implementation the default ruby instead of the system implementation.

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

79350666

Date: 2025-01-12 20:30:49
Score: 1
Natty:
Report link

$page.params.status = "FINAL" is true when all required parameters are filled. I tested it too: first required and second no and the condition was $page.params.status = "FINAL" after filling the first, the flow moved to the next page. please check it again

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

79350661

Date: 2025-01-12 20:27:48
Score: 2.5
Natty:
Report link

keepExif() is available as of 0.33.0

https://sharp.pixelplumbing.com/api-output#keepexif

Sharp(data.Body)
      .keepExif()
      .resize(width, height)
      .toFormat('png')
      .toBuffer()
Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: jimmely

79350652

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

Because your server knows nothing about your url. When your server encounters this url, it does not route it to your index page, where then angular can bootstrap your application.

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

79350651

Date: 2025-01-12 20:23:46
Score: 4.5
Natty: 5
Report link

Or using justniffer

justniffer -i eth0

https://github.com/onotelli/justniffer

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

79350630

Date: 2025-01-12 20:11:44
Score: 1
Natty:
Report link

The issue is in how u are comparing the color in code. When we call turtle.color() it return a tuple (pen_color , fill_color). And turtle.color is a method so comparing will not work.

This can be done depending on what color u want to access either pen_color or fiil_color.

turtle.color("green")

turtle.color()

('green', 'green')

turtle.color()[0] #pen_color

("green")

turtle.color()[1] #fill_color

("green")

turtle.color()==("green")

False

turtle.color()==('green', 'green')

True

turtle.color()[1] == "green"

True

turtle.color()[0] == "green"

True

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

79350620

Date: 2025-01-12 20:07:43
Score: 2.5
Natty:
Report link

I had a same problem with 2022.3.20f1 version. I tried plenty things, but finally I didn't find solution. So I installed the 2022.3.55f1 version, where isn't this problem.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Marcell Tarján

79350619

Date: 2025-01-12 20:07:43
Score: 1
Natty:
Report link

You need to pass your authOptions to the getServerSession function.

const session = await getServerSession(authOptions);
console.log(session.access_token);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Egehan Dülger

79350618

Date: 2025-01-12 20:05:42
Score: 2
Natty:
Report link

Clearly one of those, "I could be missing something really obvious," issues. While not shown here, my statement to add the facets block was adding it to the overall post object (this.facets = { ... }). But the facets block should be added to the record block (this.record.facets = { ... }). Now that I've made that update, the hashtag is appearing as expected.

Now to see if I can extend that to mentions and links.

Thanks to a reddit user for helping with this one.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Andrew

79350611

Date: 2025-01-12 20:02:41
Score: 2
Natty:
Report link

try running PS with administrator rights. worked for me

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (0.5):
Posted by: Michael Levin

79350606

Date: 2025-01-12 20:00:40
Score: 0.5
Natty:
Report link

Activate Zen mode (Cmd-K, Z for Mac). Make sure to release Cmd before typing the second keystroke.

To return, type that command again or hit Escape, Escape.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: Noumenon

79350604

Date: 2025-01-12 19:59:40
Score: 3
Natty:
Report link

Tiktok API is VERY ANNOYING. During 2024, I found myself combing through every post on StackOverflow, Reddit, and beyond just to figure out how to integrate it into my code... and when I FINALLY managed to learn the right way to create a post via API, OH SURPRISE—I can't make my posts PUBLIC TO EVERYONE? WHY, I asked myself? I read the docs and found out... you have to go through an endless TIKTOK audit just to upload a few videos monthly via API. Just DISGUSTING.

SOOOO, what I did was go through the AUDIT and create an APP so everyone can upload their TikTok videos in just a few clicks with a single API call. Check it out: https://www.upload-post.com/

I let you post 10 monthly videos for FREE directly to public TIKTOK. Later, I'll start adding more platforms like Instagram, Facebook, and LinkedIn because their docs are just as bad—and each one makes your life IMPOSSIBLE if you just want to upload a single video. Enjoy!

Reasons:
  • Blacklisted phrase (1): StackOverflow
  • Blacklisted phrase (0.5): Check it out
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: victorcavero14

79350600

Date: 2025-01-12 19:55:39
Score: 1
Natty:
Report link

I tested the network with the training data and the accuracy was 89%.

when I test it after training, the accuracy is 10%

Have you shuffled your training dataset? Since there are 10 target classes (digits 0-9) you should have an equal distribution of all the digits in your training dataset.

If you miss this, the neural network model will not be evenly trained for recognizing all digits, and it will only perform well for the digits it has seen during training.

A small sample size may also lead to a high training accuracy and low test accuracy situation. Ideally, you would like your model to see the variations in the handwritten datasets, the more variation it sees, the better it will be adapted when being tested. You can try to increase your training dataset size to improve this.

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

79350597

Date: 2025-01-12 19:51:38
Score: 2
Natty:
Report link

I think that Oracle Database Express Edition (XE) deployment on Ubuntu is not officially supported. Attempting to adapt the RPM package for use with dpkg or other methods can be a challenging process, and I don't believe it’s the recommended approach for this installation.

Instead, I recommend using a Docker container. With Docker, you can deploy the version of Oracle XE you need without issues, just as you would with any other software.

Here is a guide for deploying Oracle Express 21.3.0 on Ubuntu 22.04. This guide can be adapted to any version of Ubuntu or Oracle Express.

Using this method, you can also spin up the database whenever you need it without having it directly installed on your host machine. This approach is more portable, manageable, and avoids the complexities of unsupported installations.

Reasons:
  • Blacklisted phrase (1): This guide
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Javier Godon

79350596

Date: 2025-01-12 19:51:37
Score: 4
Natty:
Report link

I create Icon from https://www.appicon.co/ with same name in the icons and issue fixed

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

79350594

Date: 2025-01-12 19:48:36
Score: 2
Natty:
Report link

I've had the same problem. I usually load the first browser page which does this, then I load a second browser page to get around it. However, now that I've added the recent update (updated on January 11, 2025) there is no getting away from it. When I was in a different country, there were young people I talked with who would tell my to download a protection like antivirus protection that would show all the trackers who were tracking you. You could actually get rid of some of the microsoft lines of code that were doing this. I haven't been able to correct this error only by what I did above, but after the recent update, I have found that I can't get around this. I think it sends the info of the link you clicked to whomever is collecting the data on your browsing habits. It is more common on servers out of Europe.

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

79350586

Date: 2025-01-12 19:45:35
Score: 2.5
Natty:
Report link

En mi caso, use este código en onCreate para Kotlin.

    if (OpenCVLoader.initLocal()) {
        println("OpenCV loaded successfully")
    } else {
        println("OpenCV initialization failed!")
        return
    }
Reasons:
  • Blacklisted phrase (2): código
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: SRD

79350578

Date: 2025-01-12 19:41:33
Score: 4
Natty:
Report link

Select the code you want to comment on, press Command, K, and C. If you want to uncomment, it's simple: press Command, K, and U. That's all.

Reasons:
  • Blacklisted phrase (1): to comment
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Zurich Attabach

79350569

Date: 2025-01-12 19:38:32
Score: 1.5
Natty:
Report link

You can check emulator authorization. Open the emulator and check if there's an authorization dialog asking for permission to accept the RSA key. If so, accept it. If the dialog doesn't appear, try deleting the .android/avd/YourAVD.avd folder and recreate the AVD. Another way is increasing emulator RAM. Open Android Studio, go to AVD Manager, select your emulator, and click on Edit. Increase the RAM size under the Memory and Storage section. I hope you can fix it.

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

79350560

Date: 2025-01-12 19:31:29
Score: 6 🚩
Natty:
Report link

Did u normalize your data and try changing your random seed ?

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): Did
  • Low reputation (1):
Posted by: Kadir Çallıoğlu

79350546

Date: 2025-01-12 19:23:27
Score: 7 🚩
Natty: 5.5
Report link

is there anyway to fix the black placeholder text color?

Reasons:
  • Blacklisted phrase (1): is there any
  • Low length (1.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Single line (0.5):
  • Starts with a question (0.5): is there any
  • Low reputation (1):
Posted by: Kcodes Gh

79350538

Date: 2025-01-12 19:16:25
Score: 2.5
Natty:
Report link

If it was a angular project and there is nx console enabled that could be the reason. Remove/ delete angular.json file from root folder and try again.

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

79350536

Date: 2025-01-12 19:15:25
Score: 1
Natty:
Report link

Migrated our ASP.NET Core Web app from .net6 to .net8 and deployed in Azure App Services with hostingmodel='inprocess'.

Same kind of error as System.EntryPointNotFoundException: Unable to find an entry point named 'http_query_request_property' in DLL 'aspnetcorev2_inprocess.dll' and the app shutdown.

Finally after a lot of research found the fix which is to delete aspnetcorev2_inprocess.dll from wwwroot folder or do a clean deployment by deleting all existing contents.

You can navigate to Azure App Service -> Your App -> Developement Tools -> App Service Editor to see the contents of wwwroot.

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

79350533

Date: 2025-01-12 19:12:24
Score: 1.5
Natty:
Report link

I'm not that much into the topic but have you tried to install libstdc++6 again (maybe it is corrupt)?

sudo apt-get update
sudo apt-get install -t buster-backports libstdc++6

and afterwards deleting the vscode server so it will be recreated with new dependencies?

rm -rf ~/.vscode-server
Reasons:
  • Whitelisted phrase (-1): have you tried
  • Low length (0.5):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (0.5):
Posted by: dontoronto

79350517

Date: 2025-01-12 19:01:22
Score: 2.5
Natty:
Report link

description of bytecode obtained with the command javap -v {Whataver.class}

Since it's my first post on SO, let me clarify a little what was asked immediately after the first reply (I can't do it inside the thread because I lack reputation)

Every "command" here (iload_3, iload_1, pop, invokevirtual, etc) are opcodes. BCI are the numbers on the left.

45: invokevirtual #22 means, offset 45 bytes from wherever we're starting "invokevirtual" #22

"#" marks a constant in the constant pool 22 is 16 in hexadecimal, opcode invokevirtual is B6. In my particular compiled class the constant 22 is the call to println.

So the bytecode for those 3 things is this B6 00 16 B6 being invoke virtual, 00 I don't know xD and hex 16 is decimal 22

The 45 in the instruction, which is the bci means that at offset 45(2D) from where that stack begins (181) starts that instruction. 181 + 2D = 1AE

At offset 0 of byte 181 is the instruction 10, which is bipush, this is how it looks after javap

0: bipush

Reasons:
  • RegEx Blacklisted phrase (1.5): I lack reputation
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Santiago Morales

79350512

Date: 2025-01-12 18:58:21
Score: 0.5
Natty:
Report link

Actually, you don't need to use any specific function, it's sufficient to specify the dir prop for the <input> element, for example:

<input type="text" dir="rtl" />

In this case rtl is right-to-left, ltr would be left-to-right.

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

79350511

Date: 2025-01-12 18:58:21
Score: 1.5
Natty:
Report link

I would like to add my response here alongside the esteemed answer provided by @Remy Lebeau above.
another solution using the Undoc Default in system unit:

class function TMaybe<T>.FromValue(aValue: T): TMaybe<T>;
begin
  if aValue <> Default(T) then
  begin
    Result := TMaybe<T>.Some(aValue);
  end else
  begin
    Result := TMaybe<T>.None;
  end;
end;
Reasons:
  • Has code block (-0.5):
  • User mentioned (1): @Remy
  • Low reputation (1):
Posted by: MBen

79350509

Date: 2025-01-12 18:57:20
Score: 5
Natty:
Report link

you could send messages that are destroyed after viewed

https://www.youtube.com/watch?v=OqQQQNw6F8w

Reasons:
  • Blacklisted phrase (1): youtube.com
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Kirk Server

79350500

Date: 2025-01-12 18:51:18
Score: 9 🚩
Natty:
Report link

I have the same issue! I am not sure if it is something related to version compatibility or not. please share if you managed to overcome this issue

Reasons:
  • Blacklisted phrase (1): I have the same issue
  • RegEx Blacklisted phrase (2.5): please share
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have the same issue
  • Single line (0.5):
  • Low reputation (1):
Posted by: user3673516

79350488

Date: 2025-01-12 18:47:17
Score: 3
Natty:
Report link

You probably meant the first while in CrossABarrier() to be an if.

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

79350487

Date: 2025-01-12 18:45:16
Score: 0.5
Natty:
Report link

The stable release of pyfolio i.e. 0.9.2 is compatible with Python 2.7, 3.4 and 3.5. It hasn't been maintained since 2019.

I would suggest using pyfolio-reloaded which is actively maintained and supports Python 3.9 - 3.12.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • High reputation (-1):
Posted by: dev_light

79350465

Date: 2025-01-12 18:34:14
Score: 1.5
Natty:
Report link

Most likely the instructor is being a dick and deliberately undefined it to force one of the following solutions.

  1. use !r.rightIsClear()
  2. force you to define it as turnright,isfrontclear,turnleft.
Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Mr. Beeblebrox

79350459

Date: 2025-01-12 18:29:13
Score: 0.5
Natty:
Report link

I'm aware that i'm late, but just in case anyone hasn't figured it out...

Both jumpUp and glideDown have issues.

  1. jumpUp only needs to check three times, not four. the fourth check is dead code, and should be removed.
  2. glideDown should not have an else statement. it should turn right, advance 1-3 times depending on how many spaces are clear in front of it, and then turn left regardless. This is what's messing you up. if it glides down three, it fails to turn left, and is not facing the finish anymore. it then tries to leap the ground instead of the next hurdle, and runs into the hurdle. Crash boom bang. It's not the number of hurdles. It crashes after the first three high one. 100%

jumpUp can be optimized by using this.rightIsClear() instead of turning back and forth. If for some reason that function is not available, it can be defined easily enough.

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

79350447

Date: 2025-01-12 18:24:11
Score: 2.5
Natty:
Report link

Struggling with Google Play's closed testing requirements? Our '12 Testers Closed Testing Service' provides 12 dedicated testers for 14 days at just $9, ensuring your app meets all engagement and feedback criteria. Get hassle-free testing and apply for production with confidence https://play.google.com/store/apps/details?id=com.mytesters.twentytester

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

79350446

Date: 2025-01-12 18:23:11
Score: 0.5
Natty:
Report link

Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Function "SYSDATE" not found; SQL statement:

Resolution: Use CURRENT_TIMESTAMP instead of sysdate().

Reasons:
  • Whitelisted phrase (-2): solution:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: bhargav venkat

79350445

Date: 2025-01-12 18:22:11
Score: 3
Natty:
Report link

This question is old, but none of the aforementioned suggestions helped.

Tools > Preferences > Application > Interface > Screen resolution

for my Spyder version 5 as well as a system reboot did not solve the problem.

Are there any further updates?

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

79350433

Date: 2025-01-12 18:14:09
Score: 2
Natty:
Report link

You can try using mini4work/lib-io. However, please note that it is currently in development and not yet well tested.

The library utilizes PHP FFI to make low-level C calls for interacting with system-level input devices (keyboard, mouse, etc.), similar to how many Python libraries work for such purposes.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Максим Назаренко

79350428

Date: 2025-01-12 18:11:08
Score: 1.5
Natty:
Report link

I achieved it with the following: https://github.com/zsoerenm/magento2-docker/pull/8/files

Basically anytime a Pull Request is created a Github workflow runs, that checks the Magento Documentation page for dependency updates and updates the renovate.json file accordingly.

I used xidel to scrape the website and it turned out to be quite easy even though the dependencies are split into multiple tables.

Reasons:
  • Contains signature (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Soeren

79350426

Date: 2025-01-12 18:10:08
Score: 1.5
Natty:
Report link

Where is test function called, is it synchronous so the script isn't fully loaded?

Maybe using an asynchronous call can avoid the problem:

    const useScript = url => {
      const script = document.createElement('script');
    
      script.src = url;
      script.async = true;
      console.log("script");
      document.body.appendChild(script);
    };
    return (
        <div>
          <button onClick={test}>Run Test</button>
          <div id="myOutput"></div>
        </div>
    );
Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Where is
  • Low reputation (1):
Posted by: zonbi inu

79350424

Date: 2025-01-12 18:06:07
Score: 3.5
Natty:
Report link

select case when exists (select 1 from table1) then IDENT_CURRENT('table1') else '0' end;

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

79350416

Date: 2025-01-12 17:59:05
Score: 2
Natty:
Report link

I'm sorry if I'm being incredibly stupid here. But I'm running into the same error again. What am I doing wrong?

pon starting VScode, I enter these lines:

hatch --version
hatch env create
hatch shell
pip install -e .
pytest

What's already irritating is that default already exists and that the normal site-packages is not writable. Which is then finished by the same crap that happened earlier when I opened the thread:

ModuleNotFoundError: No module named 'src'

PS G:\hyperMVP> hatch --version Hatch, version 1.14.0

PS G:\hyperMVP> hatch env create Environment default already exists

PS G:\hyperMVP> hatch shell

PS G:\hyperMVP> pip install -e .
Defaulting to user installation because normal site-packages is not writeable

After entering "hatch shell" the icon infront of PS changes from blue bobble to red cross: error

Reasons:
  • Blacklisted phrase (1): What am I doing wrong?
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: PhillyVanilly

79350413

Date: 2025-01-12 17:58:04
Score: 4.5
Natty:
Report link

How about you stop proudly boasting about killing Palestinians you punk

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Unregistered user (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): How
  • Low reputation (1):
Posted by: user29167294

79350412

Date: 2025-01-12 17:58:04
Score: 1
Natty:
Report link
  1. press Ctrl+shift+p

  2. search for error squiggels and enable them (it worked for me)

Reasons:
  • Whitelisted phrase (-1): it worked
  • Whitelisted phrase (-1): worked for me
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Venkata Dharaneswara Reddy

79350397

Date: 2025-01-12 17:48:02
Score: 3
Natty:
Report link

If you're looking for a voice AI assistant, try Vomyra.com. It lets you create AI-powered voice agents for handling customer calls, bookings, and support. Setup is quick (under an hour), and you can start for free. Ideal for businesses like restaurants, spas, and clinics. Check it out!

Reasons:
  • Blacklisted phrase (0.5): Check it out
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Sumit Goyal

79350394

Date: 2025-01-12 17:46:02
Score: 1
Natty:
Report link

I had same problem on aarch64. Based on Mark G comment I changed service configuration to

[Unit]
After=network-online.target
Wants=network-online.target
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Arci

79350393

Date: 2025-01-12 17:46:02
Score: 1
Natty:
Report link

Most keyloggers track what buttons you tap on the virtual or hardware keyboard. Others track where on your screen you are tapping. Others make screen recordings. There are a few things you can do to protect your users from the listed above keyloggers:

  1. Ensure your app doesn't allow screenshots/screen recordings.
  2. Make a custom keyboard - a grid with buttons.
  3. When a button is clicked, trigger a few random system inputs to create a misleading appearance, making it look as if the input is "encrypted." Only include the actual button pressed in the visible output, and make sure to remove the random inputs without prompting the keyboard's delete function.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: vasilishte