Olivier D'Ancona

Results 28 comments of Olivier D'Ancona

If anyone is looking for a working config... ```sass @use '@angular/material' as mat; @include mat.core(); /* Fonts */ @import 'https://fonts.googleapis.com/icon?family=Material+Icons+Outlined'; @import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@300;400;500&display=swap'); /* Typography */ // Define the typography levels....

Hello, I'm using the ml backend with SAM integration and I need to export to COCO with brushlabels, rectangleLabels and keypointLabels as well. So I used your PR code and...

Same with : python 3.12.2 OS: Ubuntu 23.10 x86_64 GPU: NVIDIA GeForce RTX 2080 SUPER tensorflow==2.16.1 tensorflow-datasets==4.9.4

@RastislavKish Hello, it's fixed in #20 using the `use arboard::Clipboard;`

Same here: ```bash ╭─ ~/Documents/projet/src │ user@machine ╰─ code2prompt src ▹▹▹▹▸ Done! thread 'main' panicked at /home/user/.cargo/registry/src/index.crates.io-6f17d22bba15001f/code2prompt-1.1.0/src/main.rs:198:50: Failed to copy output to clipboard: XcbConnect(DisplayParsingError) note: run with `RUST_BACKTRACE=1` environment variable...

@AnirudhRahul I implemented the `--no-clipboard` option in #20. If you are on a remote machine, I'm able to use it using the `--output` flag.

# How the Glob Pattern Tool Works The tool uses glob patterns to include or exclude files and directories, and works similarly to tools like `tree` or `grep`. Here’s a...

Hello @nikbrunner, Thank you to raise this issue. I wasn't able to reproduce your issue. Maybe you omitted the `--exclude-from-tree` command which is responsible to remove the excluded file from...

@0xCUB3 Two syntax are possible depending on where `node_modules` is located `code2prompt . --include "*.js,*.html" --exclude "node_modules/"` `code2prompt . --include "*.js,*.html" --exclude "**/node_modules/**"`

Code2prompt relies on `tiktoken-rs`. You should ask your question [here](https://github.com/anysphere/tiktoken-rs)