DevinLeamy

Results 15 comments of DevinLeamy

This can be temporarily fixed with this patch in `lib.rs` ```rust // https://stackoverflow.com/questions/23975391/how-to-convert-a-string-into-a-static-str fn string_to_static_str(s: String) -> &'static str { Box::leak(s.into_boxed_str()) } fn to_option_string(s: impl Display) -> Option { let...

> @DevinLeamy your review here would be welcome, since you're building on it. I'm on board with the changes here! IMO it probably would be easiest to patch them into...

> No objections; just credit the original author at the top of your PR description :) Of course! It's been updated.

Hi @harudagondi, I'm interested in this issue and https://github.com/harudagondi/bevy_oddio/issues/31 and have some questions. What is the reasoning behind having `filter` take in `input` and `output` slices, as opposed to something...

> (See fundsp's [Net32/64](https://docs.rs/fundsp/latest/fundsp/net/struct.Net32.html), which is a DAG) This is awesome and something like this for DSP and filtering would be awesome!

> > > I successfully installed faiss via brew with command: `brew reinstall faiss --build-from-source` it runs `cmake -B build . -DFAISS_ENABLE_GPU=OFF -DFAISS_ENABLE_PYTHON=OFF -DFAISS_ENABLE_C_API=ON -DBUILD_SHARED_LIBS=ON`. I could add to my...

@SachaYatta Just to clarify, are you running with `./b data-snapshot run` or doing a self-hosted `k8s` build?

Hi @Ghewww. Did installing `clang` solve your issue?

@nstandif Yeah, totally! It'll be worth getting acquainted with the `logic` server (an event handler), `Firehose` (ingress for events), and the notification system. Code searching for `invitedToTeam` might be helpful...