Tomi Saarinen

Results 28 comments of Tomi Saarinen
trafficstars

@vmattila Just a quick question/proposal. Could this feature be used for listing all assets for documentation purposes? I was just recently requested to provide a list of all 3rd party...

@vmattila Sounds good to me. So :+1: for this PR from here (after the CS fixes, of course :)

This might be obvious, but in case anyone proceeds with this, I just want to say that it's probably ***not*** a good idea to assume decoding and encoding are symmetric...

**About generating all js files into a single directory.** In our current setup we symlink something called platform repository containing js and Reason source files into multiple instances of customer...

After a bit more experimenting, I think generating js files (with flow/ts types) to a separate folder would solve this same problem mostly. So if that's something you've planned to...

Hi there @Herzult ! I just recently found out about this project and I must say I like the simple and understandable architecture. I've also been doing something similar (with...

Oh, and I might also suggest some topics to be considered for future development: - Non-public file serving, how it is done? (though this might mostly be application level issue...

Hi again @Herzult There are a couple of questions that I'm pondering at the moment. 1) In Adapter interface, there is a function keys(). Am I understanding it correctly? Should...

An idea about metadata and/or queries. How about making two new interfaces "MetadataInterface" and "QueryableInteface"? Then adapters compatible with one or both of them could just implement them without the...

Hi again @Herzult Since filesystem abstractions are quite complicated topic, I tried to approach it by writing some stuff down in somewhat structured form. This is what I think about...