All Questions

0 votes
0 answers
2 views

Problem with ACF Date Range and Repeater Integration in WooCommerce

I am using ACF to create fields integrated with WooCommerce. I am struggling to manage the tour status for each period in the Week Days mode: The tour has 2 modes: Week Days and Exact Dates. A tour ...
Ridwan's user avatar
  • 1
0 votes
0 answers
2 views

Post.objects.all() not working as i wished

Hey I am currently going through the Django tutorials and I am trying to display all of my Post objects in the python shell using from blog.models import Post Post.objects.all() my model is from ...
Suka's user avatar
  • 1
0 votes
0 answers
3 views

Error initializing Shopify Hydrogen project: ENOENT no such file or directory

I am trying to initialize a new Shopify Hydrogen project using the Shopify CLI on my Windows machine by referring shopify's document . However, I keep encountering an error related to file paths that. ...
Arfaz Ahmed's user avatar
0 votes
0 answers
1 view

How to add event listener when the bootstrap modal is shown

<button type="button" class="btn main-button btn-tableColumns add-campaign" data-toggle="modal" data-target="#add_campaign">{{__('Add New Campaign')}}</...
GaoJin's user avatar
  • 9
0 votes
0 answers
6 views

Best way to do manage a base tsconfig in a monorepo in regards to ignore node_modules

Got a monorepo where I want to use some default tsconfig settings. My current attempt looks like tsconfig.base.json { "compilerOptions": { // Target ECMAScript version (es6, es7, etc....
Norfeldt's user avatar
  • 9,248
0 votes
0 answers
5 views

Request in a request - Pinescript

I defined a request.security function RequestSecurity(_tic, _tf, _exp) => request.security(_tic,_tf,_exp[barstate.isconfirmed?0:1])[barstate.isconfirmed?1:0] used it several times to achive a 5min ...
Matthias Becker's user avatar
0 votes
0 answers
5 views

autogluon inference for a single datapoint

I have a very serious concern about my model being trained by autogluon's automl. After training the model for preset - 'high_quality', I try to predict data for say one new data point. As per my ...
morelloking's user avatar
-3 votes
0 answers
11 views

building e-learning platfrom [closed]

I am planning to build an e-learning platform and I need some guidance on where to start. I have already learned MySQL, MongoDB, Node.js (Express.js), and JavaScript. My Questions: Database Choice: ...
Hamza Bounibane's user avatar
0 votes
0 answers
6 views

Best way to retrieve the activity's ViewModel for second time

This is how the guides recommend retrieving the ViewModel of an activity for the first time, which normally happens inside the onCreate: public class FooActivity extends AppCompatActivity { @...
Mister Smith's user avatar
0 votes
0 answers
4 views

Laravel sessions buggy behavior

I have a weird problem where sometimes sessions won't be stored, either using the helper or the $request->session()->put(...); method. For example, I have a simple controller method that returns ...
pileup's user avatar
  • 3,058
0 votes
0 answers
3 views

Issue with Google Drive API Scope for File Upload

I'm currently facing an issue with integrating the Google Drive API into my web application to allow users to upload files from their Google Drive accounts. Initially, I tried using the ".drive....
Docupile's user avatar
0 votes
0 answers
6 views

Parent view ignore safe area but child view respect safe area

I am building a custom full screen cover that can be dragged down with a gesture like the podcast app. For the transition modifier with edge as bottom, it uses the bottom edge of the parent view thus ...
SwiftUIEnthusiast's user avatar
1 vote
0 answers
9 views

Azure Service Bus seems to use HTTP long polling instead of AMQP

In our application, we use MassTransit and Azure Service Bus. Configuration code looks like this: x.UsingAzureServiceBus((context, cfg) => { var connectionString = builder.Configuration....
Michael Korbakov's user avatar
0 votes
0 answers
8 views

We need to move cell A100 below A54

We are freezing cells in the range A51 to A54, and we have selected cell A100. Problem :- We need to move cell A100 below A54 in excel + officejs (A100 select in bottom in sheet)] (https://i.sstatic....
Rahul Prajapati's user avatar
0 votes
0 answers
8 views

PostgreSQL merge several json list

I read a lot about json combine methods but not found my way. Have this kind of query WITH products AS ( SELECT * FROM configured_products() p WHERE p.is_active ), products_countries ...
ceadreak's user avatar
  • 1,682

15 30 50 per page
1
2 3 4 5
1613742