Skip to main content
Filter by
Sorted by
Tagged with
0 votes
2 answers
102 views

I have a pipeline that drops and re-creates several Snowflake tables every day (effectively a full refresh using CREATE OR REPLACE TABLE). I want to capture daily deltas (inserts/updates/deletes) for ...
NickS's user avatar
  • 1
2 votes
1 answer
117 views

Following the documentation and this SO answer I wrote the following class with clone method, but the tests in the code do not give the expected result. use v6.d; use Test; class Numeration { ...
Richard Hainsworth's user avatar
2 votes
2 answers
131 views

I'm trying to clone a project from gitlab in a docker but having authentication failure issue. Outside of docker, it works well to checkout the project using git clone command. $ git clone "git ...
Cprogrammer's user avatar
1 vote
1 answer
102 views

I run this code to proof the the difference, All address are different. #[derive(Clone, Debug)] #[allow(unused)] struct Settings { volume: u16, } fn main() { let settings = &Settings { ...
tnantaki's user avatar
0 votes
1 answer
43 views

I have a GCE ubuntu system running ubuntu 20.04 which is now EOL. It has an attached data disk. I'm trying to upgrade to ubuntu 22.04 by doing the following: clone system by creating a new vm from the ...
Gary Aitken's user avatar
0 votes
1 answer
174 views

I'm trying to clone a rather large set of things via git submodules I am using this command line: git clone https://github.com/WerWolv/ImHex --recurse-submodules This ends up pulling about 20-30 ...
user3696153's user avatar
0 votes
3 answers
53 views

I'm sure it's something simple that I'm missing, but I can't figure it out! The code is definitely being hit (confirmed by console.log statements) I am expecting that the id for the checkbox gets ...
Ben Holness's user avatar
  • 2,745
0 votes
0 answers
64 views

I am trying to clone an Azure repo into a VM in Azure. My command is: git clone https://dev.azure.com/Prynada/Prynada/_git/Automated_test. When I run it, it opens an Internet explorer prompt with the ...
PeterBundeHansen's user avatar
0 votes
0 answers
149 views

I am trying to clone a bitbucket repo using a repository access token using the following command git clone -c http.extraHeader='Authorization: Bearer MDM0MjM5NDc2MDxxxxxxxxxxxxxxxxxxxxx' https://...
Edgar Caceres's user avatar
1 vote
1 answer
112 views

For git clone, I am using the argument --filter=blob:none. This works for my use case. Turns out, filtering is an optional server side feature. I learned this when I came across a server which doesn't ...
jagprog5's user avatar
  • 131
0 votes
1 answer
86 views

My app is creating from some user input, some unique numbers and displaying those as QR codes, so that they can be printed out. This is the function where I'm facing an issue. private void ...
user25434284's user avatar
1 vote
1 answer
159 views

We have a repository with several large sql files, ranging from 100MB to 10GB in size. Been trying to setup local cloning so we only download the sql file(s) that need changed and committed at any ...
Eschin Tenebrous's user avatar
0 votes
0 answers
30 views

I was trying to programmatically install an private repo. I could not git clone it because of the firewall (maybe something else). However I could manually download the zip file so I want to ...
Max577's user avatar
  • 5
0 votes
1 answer
59 views

I have a check method which takes (and needs) ownership of a big vector I have, and outputs a boolean value. If it outputs true, then I set structs field to this vector. It looks something like this: ...
Ahmet Yazıcı's user avatar
1 vote
1 answer
105 views

I have a mathematical function which is multi-pass: to calculate the results, multiple iterations over a collection are needed. Typically a single-pass function would accept an "impl ...
Andy Watkins's user avatar
1 vote
0 answers
43 views

I am cloning a process using the clone() glibc wrapper function. For some unrelated reasons, I need to set the CLONE_THREAD flag bit ON. It implies that If CLONE_THREAD is set, the child is placed in ...
mEm's user avatar
  • 397
0 votes
1 answer
356 views

I have Stream and I want create MediaPlayerElement of WinUI 3 from this stream. this my code: var mediaPlayer = new MediaPlayer() { AutoPlay = x.AutoPlay, Source = MediaSource....
אפרת's user avatar
0 votes
0 answers
72 views

I have a TabPage with several panels and nested controls inside them like comboboxes, maskedtextboxes, textboxes, buttons, datagridviews etc. My goal is to clone this TabPage with all of it's controls ...
Oldhuntersblood's user avatar
0 votes
0 answers
495 views

I want to setup Supabase for Self-Hosting with Docker. But I failed when clone supabase github. PS C:\AaFolder\Dev\Supabase> git clone --depth 1 https://github.com/supabase/supabase Cloning into '...
Nielio's user avatar
  • 2
1 vote
1 answer
123 views

I'm wondering why it is not possible to move out of a shared reference to a vector if the vector is owned and not used afterwards? I have some code that looks like this: #[derive(Debug)] struct Item(...
Jan Holthuis's user avatar
0 votes
1 answer
321 views

Hello, everyone. It is necessary that the calling process and the child process are in the same memory space. Therefore, I use the CLONE_VM flag. But the child process does not start. It looks like ...
0m3's user avatar
  • 9
0 votes
1 answer
276 views

I'm currently trying to clone a repository from a gitlab instance that doesn't use SSL using a project access token with Maintainer permissions. The command I'm trying to run can be abstracted to the ...
fireshadow52's user avatar
  • 6,566
0 votes
0 answers
1k views

I'm interested in setting up an inference API, using huggingface. I'm following an article https://medium.com/@dahmanihichem01/mixtral-and-rest-api-turning-mixtral-8x7b-into-an-api-using-huggingface-...
user1592380's user avatar
  • 36.9k
0 votes
1 answer
95 views

So if I clone my whole production DB daily, I can save a lot of money with Time Travel 90 days storage cost, right? Also I can utilize that clone DB in the test Data Warehouse environment with latest ...
Iory's user avatar
  • 25
0 votes
1 answer
65 views

I have a local script that should add an item to the player's StarterPack when I call a function in it and provide the name of the item as a parameter. local replicatedStorage = game:GetService("...
Lukas Raby's user avatar
2 votes
3 answers
548 views

After cloning an existing git repo to install a new fresh Symfony I got the error Project directory symfony new . --webapp This is because of the .git file generated after clonning the existing repo. ...
adam314315's user avatar
1 vote
0 answers
314 views

Basically, I am performing a local clone (to the same CDB) of a very large PDB, approximately 12 terabytes, which is on OCI Oracle 19c, and I used the following command to perform the cloning: CREATE ...
dntz's user avatar
  • 11
1 vote
1 answer
2k views

I'm banging my head against the wall. I have an issue where I'm dealing with objects created using the AWS Powershell Tools, specifically objects of type Amazon.Route53.Model.ResourceRecordSet and ...
Matthew McDonald's user avatar
1 vote
1 answer
151 views

Say I have a function that calls a Rust API that consumes a value. That API function returns a Result, potentially indicating an error. If the error happens, I need some information from the original ...
davidA's user avatar
  • 13.9k
3 votes
1 answer
252 views

The Rust linter is great at picking up unused variables. However, I'm interested in variables, where in certain conditions (release mode, features) aren't used. A simple example is something like this:...
theflash's user avatar
  • 111
1 vote
1 answer
105 views

So for my top-down RPG, there are enemies in the overworld that will chase you if you get too close. (Like most turn-based RPGs nowadays.) The way it works is that the enemy spawner instantiates ...
Mike the Scripter's user avatar
1 vote
0 answers
191 views

I'm attempting to clone a process in C++ on Windows. All shown examples were compiled & ran with Visual Studio 2022 on a Windows 10 system. The minimal example below (adapted from the following ...
Runsva's user avatar
  • 705
0 votes
1 answer
472 views

I'm attempting to understand what is the proper way to clone/fork a process in C++ on Windows. All the examples below are compiled & ran using Visual Studio 2022 on a Windows 10 system. It is my ...
Runsva's user avatar
  • 705
0 votes
1 answer
507 views

I'm working on a visual programming app which has two columns. The column on the left is a tool box of parts from which users can drag 'items' to a column on the right which represents a script which ...
pnadeau's user avatar
  • 633
2 votes
2 answers
68 views

I have got two set of lists once complete and one incomplete... If I click on the complete line item, it should be transferred to the incomplete list (prepend) and vice versa. The code is real simple ...
Apurva's user avatar
  • 525
1 vote
0 answers
388 views

I am trying to clone the repository of one of our projects on GitLab but get a 403 error whenever cloning with HTTPS. It works without any problems on another laptop. I have tried the following: ...
M4rky8's user avatar
  • 11
0 votes
1 answer
151 views

How can you clone or duplicate an Analytic Rule that resides in Microsoft Sentinel, using either PowerShell or Azure CLI? The cloned Analytic Rule will require a new ruleId and name but all other ...
Jason Smyth's user avatar
2 votes
1 answer
4k views

I'm trying to git clone a repo but nothing seems to work. Every time I get the same error: error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0 I'm trying through git bash, it ...
gabriel.oliva's user avatar
0 votes
1 answer
95 views

In Effective Java 3rd edition Joshua Bloch talks about how you should implement clone method in complex objects. public class SimpleHashtable<K, V> implements Cloneable { private Entry<K, ...
Davyd's user avatar
  • 3
0 votes
1 answer
45 views

I have loaded an OBJ file and from that original I .clone() it into an array. Later I wish to change the vertexColor of some of them to a different color, but changing one changes them all. var oload =...
Edward's user avatar
  • 556
-2 votes
2 answers
622 views

How do you clone a regular expression in JavaScript? I would like to know how to do the following: Clone the regex itself, not including state properties like lastIndex ("shallow" clone). ...
Mystical's user avatar
  • 2,862
-1 votes
1 answer
66 views

I have the piece of code below, which works fine, but I am a bit bothered by the need for clone inside the for loop. In principle, the vector is no longer needed after a.clear() is called, so it could ...
André's user avatar
  • 161
1 vote
0 answers
39 views

I have written the powershell script which will sync or copy the repo from one org to another org, but currently this script is sync only master branch, but not all the branches. Below is the Code <...
nikon D3400's user avatar
0 votes
0 answers
62 views

I have trouble understanding the deep and shallow copy, and how the method .clone() works in Java. Some sources say it creates a shallow copy, others say it's deep. public class Kopie { public ...
xenfoulis's user avatar
-1 votes
1 answer
31 views

I want to have my own copy of a Git repository to b able to set up and run the project on my machine. I only want to look at it, run it and debug/trace through it. I will not make any changes to my or ...
user3443063's user avatar
  • 1,697
-1 votes
1 answer
146 views

Problem that appear: Same here: I'm currently facing an issue with deploying a Flutter project after cloning it from a Git repository. Despite successfully cloning the repository, I encounter errors ...
Ginofvs's user avatar
0 votes
0 answers
27 views

Image upload and date picker not working after clone I want to duplicate the HTML section when I click add more button After clone the date picker and image uploads are not working. but if I manually ...
ajmal's user avatar
  • 11
0 votes
1 answer
99 views

I'm working on extending a generic Node class to create a GenericNode class for a data structure exercise. The GenericNode class is generic, bounded above by the Cloneable interface, and implements ...
Saiko's user avatar
  • 41
-1 votes
1 answer
62 views

I dont quite understand why have we used .clone() method when we have a second for loop to restore the letterCount.And when i'm runnig this code without .clone() method its giving me the wrong answer? ...
jonshrey's user avatar
0 votes
1 answer
69 views

I have a GitHub account and my friend invites me as a collaborator to his project. And now I want to rub the code base locally in my personal computer. Help me with following; Do I need to clone his ...
Deshitha Gallage's user avatar

1
2 3 4 5
91