Denis Sologub

Results 4 issues of Denis Sologub

The phone number validator is based on `Patterns.PHONE`. Also there were updated build tools and third-party libs to last versions.

**Description** I copied a code from an example: [Hello, World!](https://github.com/imgui-rs/imgui-rs/blob/main/imgui-examples/examples/hello_world.rs). It's a total duplicate, project dependencies below: ```toml [dependencies] copypasta = "0.10.0" glium = { version = "0.32.1", default-features =...

Hello! I use a little modified code that's based on examples from **objc2-app-kit** crate sources: ```rust impl AppDelegate { fn new(mtm: MainThreadMarker, menu: Option) -> Id { let this =...

question
A-framework

Hello! I am a little confused with a Rust implementation of `autoreleasepool`... When I type a something as below: ``` fn func(mtm: MainThreadMaker) -> Id { autoreleasepool(|_| { let alloc_1...

question
A-objc2