Thomas Gigout
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?  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...
By playing with compound indexes on my database, I determined an index that makes my queries a lot faster.  But it was all manual on compass or mongocli. Until...
**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...
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. 
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...