Mathijs de Bruin

Results 134 issues of Mathijs de Bruin

Configure timeouts for bulk writes, allowing larger chunks to be written less frequently.

ipfs-search-ipfs-crawler-1 | panic: unexpected channel close [recovered] ipfs-search-ipfs-crawler-1 | panic: unexpected channel close ipfs-search-ipfs-crawler-1 | ipfs-search-ipfs-crawler-1 | goroutine 259 [running]: ipfs-search-ipfs-crawler-1 | go.opentelemetry.io/otel/sdk/trace.(*recordingSpan).End.func1() ipfs-search-ipfs-crawler-1 | /go/pkg/mod/go.opentelemetry.io/otel/[email protected]/trace/span.go:393 +0x48 ipfs-search-ipfs-crawler-1 | go.opentelemetry.io/otel/sdk/trace.(*recordingSpan).End(0xc000340480,...

bug

Prevents duplicates and allows for better memory efficiency.

feature

Ref: https://github.com/stretchr/testify/pull/1229 It *seems* we were using non-pointer functions on our mocks, causing the trouble. They should now have been removed hence this issue *might* have been resolved.

Concept implementation: ```golang func (i *Index) allFieldsCachable(fields []string) bool { for _, field := range fields { exists := contains(i.cfg.CachingFields, field) if !exists { if debug { log.Printf("cache: not caching;...

feature

Allowing to connect queue-events to crawl events etc. Addresses TODO in `crawlDelivery()` https://github.com/ipfs-search/ipfs-search/blob/master/components/crawler/worker/pool.go#L175

feature

```sh % gitx . 2022-10-08 11:11:20.867 gitx[21413:5927913] warning: failed to get scripting definition from /Applications/GitX.app/Contents/Frameworks/Sparkle.framework/Versions/B/Updater.app; it may not be scriptable. 2022-10-08 11:11:20.867 gitx[21413:5927913] -[SBApplication open:withOptions:]: unrecognized selector sent to instance...

https://wiki.apache.org/tika/Logging and also integrate with NanoHTTP