Nick Kaltner

Results 9 comments of Nick Kaltner

i could only find main and mc-endpoint branches otherwise i would have tested :)

what a rookie! thank you :)

I would deeply love if when i added a @doc above a function definition, it would autocomplete ; ```elixir @doc ~S""" Describe this function here ## Examples iex> ThisModule.Thisfunction("CREATE party\n")...

Just adding this as an interesting model to support too https://huggingface.co/coqui/XTTS-v2

yeah something as simple as that would be awesome, but at a high level elasticsearch/opensearch support 2 types of aggregations, one is called a bucket aggregation which seems to be...

even if we had a generic aggregation where it just returned the ES data as json it would at least mean that there was some way to get it with...

for anyone encountering this change, you can do the following to work around it; ``` [dependencies] zstd-sys = "=2.0.9" ``` which locks the compatible version

have you seen / tested https://gist.github.com/robbiemu/50c14bad20eb42dbbbcd6fca0c44889b ?

note there is a temporary workaround which is adding the line `kernel=kernel8.img` to /boot/firmware/config.txt and rebooting. you can confirm the fix has applied by ``` $ getconf PAGE_SIZE 4096 ```...