Tim Voronov

Results 100 comments of Tim Voronov

Yeah, I think we don't have a build for M1 arch. @subimage are you using Mac with M1 chipset?

You are right, at this moment there is no such functionality. I will look into this after this upcoming release.

> Do we have an example of a query that can result in binary data? > > I'd lean towards encoding binary data as base64 strings. That would let ferret...

> The more I think about it, the better just switching to BSON sounds. I think we should be able to directly switch from JSON to BSON and have binary...

I've been thinking about this issue for some time. Right now I'm leaning towards adding new YIELD keyword that would mean that the returned value must be represented as a...

Hey, thanks for your work on this item! There is a problem with your approach but it's not your fault :) Here is a domain hierarchy of packages: - compiler...

I wonder if pattern matching would be better for it? We would get logical branching and keep declarative feel of the language.

Alternative solution could be adding a support of workflow - a tree of scripts that are executed within same context where you can branch the execution flow.

@flazx at this moment Ferret does not have any functions in standard library that would help you to convert the data. Until we get one, you'll need to embed Ferret...

Awesome! Thanks for the script! Btw, do you have any idea why .app compiled on one machine with macOS does not work on another? Both Catalina. (Haven't tried Linux yet,...