Muhammad Bin Jamil

Results 6 comments of Muhammad Bin Jamil

Is there any update on whether a solution akin to `remix-typedjson` will be introduced within Remix?

From the Redis docs: > As of Redis version 6.2.0, this command is regarded as deprecated. > > It can be replaced by [GEOSEARCH](https://redis.io/commands/geosearch) and [GEOSEARCHSTORE](https://redis.io/commands/geosearchstore) with the BYRADIUS and...

I'm interested to work on this but having trouble building dragonfly locally. I get the following error when I configure the build. I've verified that all dependencies are installed, including...

I installed it using the package manager for suse, which is zypper. ![image](https://github.com/dragonflydb/dragonfly/assets/90112974/7315cabe-3188-4bbe-a1fb-fef30d1173ef) I can see the libraries in /lib64 ![image](https://github.com/dragonflydb/dragonfly/assets/90112974/a8adcbae-411d-45ef-9a02-96a31dab9ade)

Turns out that following three Boost components were not installed, so I had to manually install them as well: - `libboost_context-devel` - `libboost_system-devel` - `libboost_fiber-devel` This fixed the configuration but...

> Can you update the issue title to specifically say that it's about a docker container? From the description it sounds like it likely is specific to that scenario. Done!...