nfiles icon indicating copy to clipboard operation
nfiles copied to clipboard

User configuration and data file management

Results 6 nfiles issues
Sort by recently updated
recently updated
newest added

```log * (asdf:test-system :nfiles) ------- STARTING Testing: NFILES/TESTS Starting: NFILES/TESTS::BASENAME ; in: LAMBDA () ; (NFILES/PATHNAME:BASENAME "") ; ; note: Type assertion too complex to check: ; (VALUES &OPTIONAL ;...

This way, the user can override file contents while still having most of Nfiles benefits like file fetching, caching, smart parsing (in case they only provided raw contents). In particular,...

enhancement
question

Our data files take time to load. And, even though we often load them asynchronously or optimize their reading in other ways, there's only so much we can speed up...

It's only too common to deal with external programs by their name and store their full path with `serapeum:resolve-executable`. Could Nfiles be useful here?

How about this: define a reader macro for classes and (de)serialize objects with this macro in `*readtable*`? Something like [sharpsign-s reader macro for structures](http://www.lispworks.com/documentation/HyperSpec/Body/02_dhm.htm), but for classes. Maybe even rebind...

Async reading is saving us in many places, but it does not save us from reading too much. For example, once my Nyxt history file exceeds 150MB (which it does...