-
Hello @fmeringdal :)
Any plan on finishing/merging https://github.com/fmeringdal/rust-rrule/tree/feat/benches branch?
-
The Display impl of `RRuleSet` only serializes the contained `rrule`'s not any of the other information:
https://github.com/fmeringdal/rust-rrule/blob/8da601cd7db2f7edcc8393363f819d57211d8760/rrule…
-
I need to define a field for one of my types with a collection/list of datetimes which have different timezone types. E.g.: I need something like:
```rust
struct MyStuff {
dates: Vec,
}
```…
-
![Screenshot_20210610_233241_com.android.chrome.jpg](https://user-images.githubusercontent.com/34980034/121574892-57873e00-ca44-11eb-90e6-9c5656b16db3.jpg)
abhpd updated
3 years ago
-
The one case that eventually lead to disaster design at one of mine projects, this needs to be researched how to be done in a correct way and such reference should be used in previous project as refac…
-
In a group meeting consisting of many participants it is hard to tell which person is the active speaker. The frontend should highlight the peer which is the active speaker. The server already has inf…
-
It would greatly improve the UX if the frontend played some kind of sound on events that happened in the meeting:
- Participant joined (if number of participants is less than 5)
- Chat message rec…
-
Ability for admins to forcibly mute and exit users.
-
Currently all logging is done with `console.log` which is not good. It should be replaced with a logging library.
-
Hi there, amazing tool!
Would it be possible to add "textboxes" to the Canvas so that I can also write text?
Thanks!