-
This makes it hard for other users to contribute. On the other hand, I'm not sure if all images supported by smalltalkCI also support the metadata-less format. @dalehenrich?
-
```
java.nio.file.AccessDeniedException: bar -> baz
at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
…
-
**Why**
In Claude.ai I talk to it regularly now with Sonnet 3.5 and flesh out a feature for my rails apps, and the artifacts are nice, but it would be nicer to see a collection of files/changes the…
-
IMHO it's an anti-pattern to do:
```
tree[r"regex"]
```
and currently, you will need to do something close to:
```
tree = filter(x->!contains(x.name,r"\$|%"), tree);
```
we should probably a…
Moelf updated
2 years ago
-
Iin 'def moveAntlrGeneratedFilesToTheirPackages(FileTree grammarFiles, generatedFolder)' FileTree gives an error and is not a known Java Type. Can you clarify? Thanks.
-
### Before submitting your bug report
- [X] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions
- [X] I'm not able to find an [open issue](ht…
-
Filetree can get hard to navigate if the schema is large. Add a search to the filetree (and think whether we need global search as well?)
-
### Current Behavior
Passing ConfigurableFileTree of some Directory to `SourceDirectorySet.srcDir` makes the latter iterate through all files of the passed FileTree. And thus failing with following…
-
```
java.nio.file.AccessDeniedException: bar -> baz
at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
…
-
At the moment, the file organization is inconsistent. E. g. doc directory including the tutorial files, while the tutorials and documentation is placed at the root directory.
Furthermore, the Makefil…