Skip to main content
Filter by
Sorted by
Tagged with
-5 votes
0 answers
79 views

I am working on a side-project to improve my FE-development skills and am designing a (fictional) toilet paper shop. As a first step, I hard-coded some mock products directly into my HTML file (...
Ems's user avatar
  • 1
1 vote
1 answer
112 views

I am trying to install an R package that draws on Python in the background but having issues with R finding the installation of Python. I am working on a Windows machine and have Python 3.14 installed....
adkane's user avatar
  • 1,451
2 votes
1 answer
93 views

I am trying to debug python code in vscode using a launch config that asks for command line arguments. My script is located here: C:\Users\USERNAME\FolderName - With Spaces\_MyHome\Documents\Dev\...
skeetastax's user avatar
  • 1,816
1 vote
1 answer
69 views

I have a page Product.aspx that has a master page Main.master, both pages are in the root of the project (they don't belong to any folder). The problem is that the tilde path only works for the Main....
franko_camron's user avatar
0 votes
0 answers
66 views

I have a maven-war-plugin configured in my pom.xml. Like this: <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-war-plugin</artifactId> &...
hell_storm2004's user avatar
-1 votes
2 answers
96 views

I need to read the path of (multiple) files that have been pasted to the clipboard (e.g. selected in Windows Explorer and copied). When I paste this clipboard content into a command line, the path of ...
Tom Stein's user avatar
  • 3,061
1 vote
0 answers
55 views

I got a problem when trying to integrate Dotfuscator into MSBuild. <!--Dot obfuscator--> <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" /> <!-- import user ...
Cazorlas's user avatar
0 votes
0 answers
49 views

I'm using Zerobrane Studio (2.00; MobDebug 0.803) on Windows 11. When I try to run/debug some code, I get: : module 'strict' not found: no field package.preload['strict'] no file '.\strict.lua'...
Chelmite's user avatar
  • 390
0 votes
1 answer
42 views

I don't know what I am doing wrong with this path in data.js. It worked in another project, but doesn't in this one with image: require('../../assets/images/icon.png'); This is the folder structure ...
Susy's user avatar
  • 9
0 votes
2 answers
36 views

I would like to automatically have my Windows %PATH% variable converted to $PATH when I enter a cygwin shell (either bash or tcsh), so if I make a path change in Windows, it will automatically be ...
Brie's user avatar
  • 2,396
1 vote
1 answer
269 views

I'm using VS Code on macOS. I installed sqlfluff locally using pip. I also installed it via the extensions UI. I am trying to format my code manually via the UI. When I select my code, do a left click ...
x89's user avatar
  • 3,522
1 vote
0 answers
45 views

I'm in testing step of my MAUI application, and I have an issue when testing on a emulated Android 9 (API 28). I was testing and correcting my code on last Android version (Android 15, API 35), and ...
TRex's user avatar
  • 350
0 votes
1 answer
128 views

I made a Java application that loads image files from a directory called "images". If I compile and build in this way it works: javac Swing.java java Swing Conversely, if I compile and ...
Fabio Ferro's user avatar
0 votes
0 answers
36 views

I created a button that is supposed to allow users to save a copy of the current file in a folder. The path changes, depending on the value of A1. For example, if A1 is 9999, I want the file to be ...
kstdrew's user avatar
  • 25
0 votes
0 answers
37 views

I do a self hosted Gitlab Omnibus instance running on a bare metal server. Lately I made settings changes due to the Gitaly settings change in the 18.x version. During this time, however, mappings ...
matsukan's user avatar
1 vote
2 answers
150 views

I have a simple problem -- I have multiple threads that are doing appends to a file, based upon a file name that the user can choose. At first, I tried to synchronize on instances of Path, but after ...
davidalayachew's user avatar
0 votes
0 answers
33 views

I wanted to utilize a global keylogger for my project and I went to https://github.com/kwhat/jnativehook/releases for downloading JNativeHook. I downloaded "jnativehook-2.2.2.jar" one and ...
Tony Lin's user avatar
1 vote
1 answer
84 views

I am creating a tool and the tests on Windows do not work correctly. The reason is that there is a ';' at the end of the $PATH (the environment variable). However, in the original $PATH (in the ...
Sami Daniel's user avatar
1 vote
1 answer
57 views

I am trying to create a macro that copies a sheet from my current workbook and saves that sheet as a .csv file in the same path as my current workbook. Any help is appreciated. Current Code I'm ...
mr_nane's user avatar
  • 89
0 votes
1 answer
274 views

I have a github actions workflow where I run many different files, for which I append to the PYTHONPATH all the paths I need for the scripts to work. To do so, I created another program called ...
scatbeam's user avatar
1 vote
1 answer
92 views

I have multiple Python Paths to choose from as seen in the images. I remember installing Python via brew and through the internet and Anaconda. I don't have any idea which are redundant and what to ...
Vale's user avatar
  • 33
2 votes
1 answer
153 views

I am trying to load an image with unicode characters in its path. cv::imread doesn't take a std::wstring as input, so I tried to convert the wide string to a common string first: #pragma warning(push) ...
TheChamp's user avatar
0 votes
4 answers
130 views

I have a list of complete filenames stored in an array such as: ./Downloads/epo6700lnx.zip ./Downloads/epo6600lnx.zip ./Desktop/epo6800lnx.zip ./Public/epo6900lnx.zip I tried reverse sort, but get: ./...
Fried Synapse's user avatar
0 votes
1 answer
284 views

R Studio cannot find my packages. During startup, I receive this warning: Error: package or namespace load failed for ‘stats’ in inDL(x, as.logical(local), as.logical(now), ...): unable to load ...
user30214809's user avatar
0 votes
0 answers
41 views

Path Path Copy (https://github.com/clechasseur/pathcopycopy ) will copy Unix or WSL paths in Windows to the clipboard. so if a Windows path looks like this: "C:\Users\abc\Desktop\portable\coding ...
thanks_in_advance's user avatar

1
2 3 4 5
456