Lucas
Lucas
Is there a way to use this package with Vue 3? ```vue import { createApp } from "vue"; import App from "./App.vue"; import "bootstrap/dist/css/bootstrap.min.css"; import router from "./router"; import VueHighlightJS...
### Describe the bug Behaviour for picking the background color in lines differs between the Github status card and the other cards (see included image). ### Expected behaviour I would...
Hi! New to WASM but excited to start. I am creating a plugin system for my application that’s written in Rust. I wrote a test plugin in C# and compiled...
Hi. I was wondering if it’d be possible to, given a `Plugin`, figure out which functions are exported by it?
While reading the paper I noticed a possible erratum in *13.3 Single Core Inefficiency*. > (…) will easily outperform an HVM2 one that uses thousands of threads, given the C...
Hi, Getting a `System.DivideByZeroException` at ``` at SeeShark.Device.VideoDevice.TryGetFrame(Frame& frame) at SeeShark.Device.VideoDevice.DecodeLoop() ``` which most likely is when the device returns a framerate of 0 (?). See https://github.com/Speykious/SeeShark/blob/cc4aa3b69053f08c92b77528ab95d326c91d7f72/SeeShark/Device/VideoDevice.cs#L88C12-L88C86. ```cs Thread.Sleep(1000 *...
Hi! First of all, amazing work! Really excited to use Bend! **Is your feature request related to a problem? Please describe.** I am working on a hobby project where I...
Hi! I’m tinkering with writing a transpiler and am currently in the lexing stage. In my `Token` enum I have the following variant: `CurlyClose`. I’d like to implement the `Display`...