-
👋
I learned recently that Cachex supports distributed caching, and when checking the implementation I saw that it uses consistent hashing. I wonder if there is any interest in implementing the appr…
-
I'm attempting to get [Oban's new MySQL engine](https://github.com/oban-bg/oban/blob/main/guides/introduction/installation.md#mysql) running on [PlanetScale](https://planetscale.com/) and am hitting a…
-
![image](https://github.com/BCDA-APS/apstools/assets/2279984/534fe472-2e8e-4d38-adfd-afd5c506daf9)
-
Testing some edge cases I came across an unexpected behaviour of [float](https://github.com/whatyouhide/stream_data/blob/v1.1.2/lib/stream_data.ex#L1671)
`StreamData.float()` will include `0.0` whe…
-
I'm seeing this on MacOS and Linux with 0.31.1
```
iex(3)> Vix.Vips.Image.supported_saver_suffixes()
{:ok,
[".avif", ".heif", ".heic", ".tiff", ".tif", ".webp", ".jfif", ".jpe", ".jpeg",
".j…
-
```elixir
iex(4)> object = %{a: "b"}
%{a: "b"}
iex(5)> object_bin = :erlang.term_to_binary(object)
iex(6)> NebulexRedisBinTerm.Cache.put("object_bin", object_bin)
:ok
iex(7)> NebulexRedisBinTe…
-
### What version of Bun is running?
1.1.34-canary.51+5e5e7c60f
### What platform is your computer?
Microsoft Windows NT 10.0.22635.0 x64
### What steps can reproduce the bug?
1. Install bun (usin…
-
I run terminal in Admin mode and execute the script:
irm christitus.com/win | iex
I get the following error dump:
```
PS C:\Users\richa> irm christitus.com/win | iex
iex : At line:14455 c…
-
Hi,
Unable to get IEX price history.
Also, is there any way to know full symbol list you support
Shiv
-
I was surprised this didn't work:
```elixir
iex> Req.get!("https://httpbin.org/anything?x=:x", path_params: [x: 1]).body["args"]
%{"x" => ":x"}
```
I mean, it makes sense, it's called _path_ …