Thomas Gigout

Results 8 issues of Thomas Gigout

Hi, I'm currently trying to understand how to quit a SlidePrompt during the inputs. I saw you did a keyhandler.register but I can't implement it. Does it have to be...

Hello, Is it possible to render the file when you click on it in the generated index like the navigators in-built index? ![image](https://user-images.githubusercontent.com/28791624/206428716-9a1fb225-228b-405e-8fc5-5113e7975ad0.png) I get an internal error when clicking...

- added JavaScript script to change terminal tab - when changing tab, it changes the active tab, the command written in the terminal (in the example `cat tab1.txt`) but also...

#### Current Behavior The character symbol is always the success_symbol defined. I use the default configuration. #### Expected Behavior I would expect the character to be the error_symbol with its...

🐛 bug

By playing with compound indexes on my database, I determined an index that makes my queries a lot faster. ![Image](https://github.com/user-attachments/assets/32afeda7-5c3d-4993-b9b8-680c36db6000) But it was all manual on compass or mongocli. Until...

question

**Describe the bug** When I perform a bulk write operation (inserting or saving a list) when the list contains duplicates that are already in the database (with a unique index...

enhancement
proposed

Following the README, it's impossible to launch air in a terminal. The readme refers to a `~/.air/` folder, whereas the command `go install github.com/air-verse/air@latest` creates a `~/go/` folder. ![Image](https://github.com/user-attachments/assets/bc7bd234-2987-4ede-a4b1-60d142f70228)

I am using dropwizard 4.0.1 on my application and I tried to apply a [SizeAndTimeBasedRollingPolicy](https://logback.qos.ch/manual/appenders.html#SizeAndTimeBasedRollingPolicy). Unless I've misunderstood, it seems that file rotation doesn't work as expected. I've seen that...