eV
eV
@BobT36 I would recommend that you re-restore from your backup. If the wallet backup code shows up as "a" it is expected that you would not be able to contribute.
@BobT36 @eljuno I wanted to check in on your contributions, while rereading this topic I realized that you both said that you set your budget to 50 BAT when you...
@eljuno You are correct, I was mistaken re: 90% of the contribution. I had originally believed that logic was not applying for grants but it is. You should see the...
Ah @kamathba that's because the original SVD is malformed. I distributed the original SVD as is and a patch series that I used to fix the issues so svd2rust can...
I don't love all the repeated mangling we're doing at the moment to convert errors into something that wasm-bindgen is happy with, I think we should look into whether the...
My use case is laziness :) It would be ideal for me if I can just sprinkle my existing library with a few well placed `#[wasm_bindgen]`s, implement `Into` on my...
In case this is interesting to anyone I was able to [replicate the results](https://github.com/huggingface/text-generation-inference/compare/main...brave-experiments:text-generation-inference:hack-ntk-aware-scaled-rope) of https://www.reddit.com/r/LocalLLaMA/comments/14lz7j5/ntkaware_scaled_rope_allows_llama_models_to_have/ to extend context for LLaMA based models. ( beware of the hacky cargo culting...
I opened a PR to add a target for baseline armv8-m https://github.com/rust-lang/rust/pull/55041
@thejpster sure, I will upload later today. I have an svd2rust crate with LED example code for the SAM L11 as well as needed changes to the `cortex-m`, `cortex-m-rt`, `cortex-m-semihosting`,...
@thejpster You can find the svd2rust crate with example code here - https://github.com/evq/atsaml11xxx