Fredrik Söderström

Results 25 issues of Fredrik Söderström

This is a draft for disk cache, still only supports sync, and have incomplete proc macro setup. It would be helpful with some feedback one the `src/stores/disk.rs` code so far,...

I have been experimenting a bit with this crate for a project that I'm working on, and I wonder, is there a way to perform all calculations using a decimal...

enhancement

I'm working on a mkdocs site using this plugin. It solves a lot around localization, but when there is a file called `my-page.en.md` but NO `my-page.sv.md` the Swedish menu will...

Hi! Are there any plans on using data types and algorithms that enables SIMD support? There is an interesting article on that here https://www.rustsim.org/blog/2020/03/23/simd-aosoa-in-nalgebra/ that mentions the crates https://crates.io/crates/ultraviolet and...

**Problem** App freezes on Android 13 after writing in input field. Same code works as intended on Linux laptop with Wayland and Gnome. When the app is first started, it...

The application crashes when plugin is used. Code in my Page.js ``` var version = require('mongoose-version'); module.exports = function (mongoose) { var model, schema; schema = new mongoose.Schema({ title: {...

I need an ES module version of this package for a project. I simply created an esm.js copy of the CommonJS version. I'm a bit unsure on how to setup...

When I try to use the math-ml component in a tooltip that starts as hidden the component calculates the wrong width (maybe the width of math-frac?), I'm trying to find...

Thanks for a really easy to use package. I have been experimented with it to generate large 2d maps for games, and have seen that it soon starts taking a...

enhancement

I want to run the tinyllama model and I wonder if there a way to run GGUF models with this crate. It seem much more common that models are using...