Jarosław Konik

Results 27 issues of Jarosław Konik

I've implemented Unity-like coroutines(but without Unity dependency) that can be used as actions

Require backbone-virtual-collection if Backbone has been loaded using require.

I've updated the project for bevy 0.8

Pull request adds additional string formatting options for time zones using multiple colons as syntax, which are identical to formatting options in GNU coreutils `date` ( https://man7.org/linux/man-pages/man1/date.1.html ) This would...

waiting-on-author

### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.62.1 (e092d0b6b 2022-07-16)...

C-bug

Fixes #2580

A-ruby-core
A-spec

ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x86_64-linux-gnu]: ```ruby irb(main):001:0> 'тест'.match('с').offset(0) => [2, 3] ``` artichoke trunk: ``` >>> 'тест'.match('с').offset(0) => [4, 5] ```

C-bug
A-ruby-core
A-spec