viktaur

Results 7 issues of viktaur

Hi, this PR introduces a new struct and a method to specify the initial phase of a signal, represented by a value between 0 and 1. Example: ```rust use dasp_signal::{self...

Hi, is it currently possible to offset the phase of a Signal (in `dasp_signal`)? For example, when defining a sine wave, how could I displace it by x rad? `signal::rate(sample_rate).const_hz(freq).sine()`...

- I have searched the [issues](https://github.com/nvarner/typst-lsp/issues) of this repo and believe that this is not a duplicate. - I have searched the [discussions](https://github.com/nvarner/typst-lsp/discussions) and believe that my question is not...

Hi, I was following the instructions to get started with [x25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek/tree/main/x25519-dalek) and noticed that certain methods, such as `EphemeralSecret::random`, were unavailable. After some research, I found that the feature flag...

Is there an elegant way of keeping the driver open to allow for manual interaction after the automation? This is what I currently have, which doesn't seem ideal: ```rs #[tokio::main]...

Hi, my current daily notes are organised inside a journal directory in the format YYYY/MM/DD (i.e. using recursive directories to organise journal entries by year and month, where the actual...

enhancement

Hi, first of all thank you for making such a life-saving tool. Given a CSV file containing the relevant information, would it be possible to fill and generate PDFs for...