Kailash Nadh

Results 9 issues of Kailash Nadh

Ref: https://github.com/knadh/listmonk/issues/632

enhancement

I've managed to add integration tests for a large number of interactions using [Cypress](https://www.cypress.io/). Cypress was really easy to understand get started with. This is available in the [testing](https://github.com/knadh/listmonk/tree/testing) branch....

enhancement

For large groups, re-publishing and re-uploading every page isn't ideal. There should be a mechanism to build incrementally, maybe with an optional `--incremental` flag. 1. The dynamic date index on...

enhancement

- Rebrand `sql-jobber` to the new name `DungBeetle`. - Significant rewrite and cleanup of the old system. - Breaking changes in config variables. Functionality remains the same.

```go package main import ( "log" "github.com/mitchellh/mapstructure" ) func main() { o := struct { String []byte `json:"bytes"` }{} cfg := &mapstructure.DecoderConfig{ DecodeHook: mapstructure.ComposeDecodeHookFunc( mapstructure.StringToSliceHookFunc(","), ), Metadata: nil, Result: &o,...

This is a really cool project! I was looking at the `India` figures and they are astonishing. 14M git pushes. 30M repositories. 12M developers. 450k orgs. In the FOSS communities...

Fully refactor the entire codebase. - Split and cleanly separate the main package into relay/producer/source_pool controllers. - Restructure files and internal packages. - Rewrite, simplify, and detatch polling and healthcheck...

I was checking the lib that the demo UI uses to render suggestions that appear as you type (for Olam's transliteration page). Realised that it was using CodeMirror, a 65KB+...