-
Hello, I have searched around but couldn't find any example with SimpleBLE or SimpleBluez that demonstrates how to advertise new Bluetooth services that other bluetooth devices (like iphone) can scan …
IHNEL updated
4 months ago
-
The first Rust code example, also available under [examples/postgres/getting_started_step_1](https://github.com/diesel-rs/diesel/blob/master/examples/postgres/getting_started_step_1/src/lib.rs), is us…
-
I installed and configured both plugins. I am able to download an JIRA issue and starting a timer but how can I combine both?
-
I'm new to JSON-LD signatures, and I'm finding it difficult to get started in this space. Could you provide some code examples for signing JSON-LD documents in the readme?
-
Thank you for making such great code, I am using AWS services now, I would like to use some of your code to show some of AWS's services, but without the sample code, could you do some simple how to u…
-
I'm pretty sure we've run through some that aren't sensitive.
-
Perhaps this issue is somewhat off topic. But it seems it would be beneficial to have an example on thow to apply this OpenAPI description.
For example, I am using [swagger-codegen 3.0.0](https://…
-
I'm submitting a…
- [ ] bug report
- [ ] feature request
- [ *] other
**Short description of the issue/suggestion:**
Are there code signing examples for linux / mac / windows? This can be rat…
-
Hi there,
Just to point out that you have a typo in your plotting example code:
res_em$plots$two.stage + ggplot2::xlim(0, max(abs(bx)+2*bxse)) + ggplot2::xlab("Genetic association with SBP") + …
-
I'm using this code:
```
$ file test.mp4
test.mp4: ISO Media, MP4 v2 [ISO 14496-14]
$ cat src/main.rs
extern crate vlc;
use vlc::{Instance, Media, MediaPlayer};
use std::thread;
fn main(…