-
Hi @conda-forge/sqlite! This is the friendly automated conda-forge-webservice!
It appears that one or more of your feedstock's packages did not copy from the
staging channel (cf-staging) to the produ…
-
I am running SJARACNe through a VM using Oracle VM Virtual Box using a Ubuntu distro (24.04.01). I am running into the following error:
Did not find output with glob pattern : ['TF_run_001.adj']
…
-
Would be great to support negated patterns in the `ignore` option.
Use case: respect files like `.gitignore` (or others like `.prettierignore` etc) when globbing.
E.g. globby has the `gitignore`…
-
Hello 👋 , this is a great library!
I would like to use this library to compute file and directory hashes for a very large directory, but the directory might contain files that I'm not interested in…
-
**Describe GraalVM and your environment :**
- GraalVM version or commit id if built from source: openjdk version "23" 2024-09-17
- CE or EE: CE
- JDK version: JDK23
- OS and OS Version: MacOS
…
-
### Problem
https://github.com/Decodetalkers/neocmakelsp/blob/master/src/languageserver.rs#L280-L293
I have registered such kind of filewatcher. every time files under the project, like `buiild/CM…
-
**Issue**
There is no error being thrown from Vite, there is a `style.css` file output but has no contents for Windows. For MacOS, works normally
```scss
// style.scss
@use '**/*.module.scss';…
-
reproduction: https://stackblitz.com/github/hi-ogawa/reproductions/tree/main/tinyglobby-dot-dot-ignore?file=repro.mjs
potentially related: https://github.com/vitest-dev/vitest/pull/6600 (however this…
-
Right now teenytest only accepts one glob of tests, it should be able to take an array of them (whitespace separated on the CLI, an array in package.json & api config).
-
I have a directory full of .j files, and I had to make a makefile, but couldn't krakatau simply handle it by itself?
`krak2 asm *.j --out=../build` ?