Loris Cro

Results 30 comments of Loris Cro

For commands the protocol will most probably never add extra syntax for metadata, but you can take a look at the Redis Module API (redismodule.h) and see how to create...

> It is also notable that some platforms make it actively hard to not use E form. RESP3 only changes how replies are generated by the server, which is somewhat...

I'm not sure how that relates to the wire protocol. Looking at your example, it's already easy to see a possible solution: make `redis.key` return a specific type (e.g. an...

I see your point now. So it would be a different tagging (let's imagine that we use € instead of $ for key arguments) that proxies might be interested in....

What about `var struct = [foo: 1, bar: 2]`?

Yo, I just want to point out that there are a few people operating in this space at the moment and that I think making API decisions is a non-trivial...

Added a check to confirm there are in fact output files to rename. Tests don't have any output file which in turn caused the tmp dir to never be created....

New failure encountered: ``` run markdown-renderer (foo): error: unable to rename dir '/home/kristoff/zine/sample_website/zig-cache/tmp/d83e225dbcbbfb63' to '/home/kristoff/zine/sample_website/zig-cache/o/698cbffc12254f84f2311f90ba39a9a1': PathAlreadyExists ``` Accorting to the doc comment of `Dir.rename()`: ``` /// Change the name or...

> I think you can simply remove the additional call to `makePath()` since you are intending to create the directory via the rename. Is it guaranteed that `o/` will exist...

@marler8997 and I hit this while working on a build script for Orca (https://github.com/allyourcodebase/orca)