chipmunk icon indicating copy to clipboard operation
chipmunk copied to clipboard

log analysis tool

Results 161 chipmunk issues
Sort by recently updated
recently updated
newest added

- [ ] explore architecture of tantivy - [ ] create benchmark with 100 files with 100 MB - [ ] time to index everything - [ ] time to...

server

We will list here all the improvement for the new build CLI tool in Rust #1985 Those improvements can be implemented after merging the current PR. - [x] Calculate the...

infrastructure

Chipmunk needs to save some data on a disk (recent actions, filters, charts, bookmarks and etc). Requests to save/load data mostly comes from client via IPC. Implementation of storage (IO...

native
performance
Chipmunk 3

we currently accept either CRLF or LF. But a carriage return (CR) alone can be considered a valid line delimiter in certain contexts. carriage return (CR) was used as the...

bug
native

buf_redux is unmaintained and has some problems. we need to either find a replacement or rewrite the functionality we use.

native

A limit of one time opened session should be introduced with 50 sessions: - concat view: disable button "open as single" for more than 50 files - concat view: notify...

usability
ui
rust

we currently support executing any commands. By default, the commands executed will not produce ANSI color-coded output. But the user can force the color coding. In this case our search...

usability
needs discussion

this is a rather complex module. Currently, it's not documented and not unit tested. both need to be added. -> @AmmarAbouZor

documentation

Idea: run chipmunk headless in cloud environment * use chipmunk as a local client to connect to the cloud session * enable cloud-based database of logfiles potential usecases: * upload...

idea