-
### Search before asking
- [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues.
### Component
Other
### What happened + What you expected to happe…
-
If you have a crazy file name with bash variable sequences:
`Product-${productVersion} Docker (Build ${buildDate}.${buildNumber}).tar`
and it shows in git status like this:
```
Untracked files…
-
### OpenTofu Version
```shell
OpenTofu v1.8.1
```
### Use Cases
There are (presumably) some people like me that have a small state that they store in a private git repo. They commit it along with …
-
```
rm -rf omnibus-gitlab
git clone https://gitlab.com/gitlab-org/omnibus-gitlab.git \
&& cd omnibus-gitlab \
&& git apply ../gitlab-docker-arm.patch
Cloning into 'omnibus-gitlab'...
remote: Enu…
-
### Search before asking
- [X] I searched the [issues](https://github.com/IBM/data-prep-lab/issues) and found no similar issues.
### Component
Transforms/Other
### What happened + What you expect…
-
Recently, a user asked me a custom LAMMPS installation. In this specific case, first the [pair_allegro](https://github.com/mir-group/pair_allegro) patch has to be applied to override the `CMakeLists.t…
-
So i had a bunch of temporary files created in capital letters, named:
ABCD.zip
ABCD-arm.zip
ABCD-X86.zip
etc. I also had:
abcd/
abcd-arm/
I tried to delete those zips, so i did
`rm -r…
-
```console
#! /usr/bin/env bash
cd "$(mktemp -d)"
git init && dvc init
mkdir data
for i in $(seq 10); do
echo $i >> data/$i.txt
done
dvc add data
git add -A && git commit -m "initialize…
-
I did manage to compile the 1.1.3 version and it runs but it returns some plugins warnings.
However I want to install the latest version which is 1.1.4 and to have it running with no warnings/error…
-
I want to exclude some lines from Git commit message files (see #1117) and have this in my `.typos.toml` for now:
```.toml
[default]
extend-ignore-re = [ "(?Rm)^index [0-9a-f]{9}\\.\\.[0-9a-f]{9}…
zaufi updated
4 weeks ago