Frederik Bosch

Results 110 comments of Frederik Bosch
trafficstars

I think this is very reasonable. I would also love to see Options and Collections in this library, because it guards against missing elements, empty arrays etc. We have many...

`->bankTransactionCode->unwrapOrElse(fn () => );` `->transactionDetails->first()->andThen();` `->transactionDetails->first()->mapOrElse();` ```php try { $result = $camt->transactionDetails->first()->mapOrElse()->unwrapOrElse(); } catch (NoneException) ( } ``` So you have: ```php public Collection $transactionDetails; ``` And inside Collection: ```php...

We could even upgrade to mio 0.5.0 by now. This might also give this library support for windows. Nonetheless, I would love to see the upgrade. Do you see this...

@zslayton That would be really awesome. I think it would be beneficial for both libraries - mai and stomp-rs - to find developers that can help us.

@zslayton I can imagine. BC breaks for sure. But since we are below `1.0.0` this should be no problem.

@zslayton Wonderful! I am going to test soon. You might want to create a PR at the mio package README and put `mia` in the [list of libraries that use...

In the source I find two possible causes. 1. There is a problem with [cloning the session builder](https://github.com/zslayton/stomp-rs/blob/master/src/session.rs#L197) 2. The subscription frames are [not copied into the new subscription](https://github.com/zslayton/stomp-rs/blob/master/src/session.rs#L213).

Since there is very little connectivity I changed the number of threads to one. Which is a nice workaround on a server with little activity, but that could be trouble...

Just found this library, cool! I noticed this bug too when trying it out. When running `tns preview --no-hmr` and update a hbs file, the previewer does not restart. In...

This problem [also exists for Vue](https://github.com/nativescript-vue/nativescript-vue/issues/518)