llmII

Results 40 comments of llmII

@return42 There is some good news. SearXNG does install and work under FreeBSD. It's just with development of the project (build tooling) that things become a tad hairy. > I...

Tested installation of [grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin). It installs (not sure if it works, might try swapping it out in the grunt pipeline later).

Looking further, only svgo is used in the image part from grunt image: [Code](https://github.com/searxng/searxng/blob/647a0aa98bd1d2000eb1ca5270e017d85d5c3463/searx/static/themes/simple/gruntfile.js#L142-L161)

@return42 Can you look at the screenshot below and confirm if the sizes are appropriate or within range or outright awful and thus grunt-contrib-imagemin either needs more config options or...

I'll double check that file as well, I'll also check out the main repo and get an `ls -lash $modified_file_list` from the original and my change to see the file...

@return42 Would it make better sense to document a GNU sha256sum should be symlinked and in `$PATH` as sha256sum or to modify the things in the project using sha256sum to...

Further thought yields that perhaps the builtin `doc` for Janet should remain tight and focused on docstrings. Maybe there can be a way to get these out into separate files...

@pepe It more depends on your purpose. I believe that configuration option is to disable all docstrings in their entirety? The idea here doesn't leave docstrings disabled, but separates them...

> > The idea of having offline site docs, searching through tags, and doc strings referencing them is still a fine idea. > > Some possibly related tidbits: > >...

In case someone wants to track progress, or provide feedback, or provide hints towards doing something better, I've started work on this idea [here](https://github.com/llmII/janet/tree/feature-unbundled-docs). It is **absolutely awful code** and...