Paweł Kiersznowski

Results 16 issues of Paweł Kiersznowski

as was requested in this issue: https://github.com/monix/monix/pull/1012#issuecomment-531655051

CLI output: ``` [root@openstack ~(keystone_admin)]# cinder get-pools --detail +-----------------------------+----------------------------------------------------------------+ | Property | Value | +-----------------------------+----------------------------------------------------------------+ | QoS_support | False | | allocated_capacity_gb | 20 | | backend_state | up |...

The following snippet of code seems to stop working for me after a few runs - very odd: ``` final Identifier domainId = Identifier.byId("default"); final OSClient.OSClientV3 client = OSFactory.builderV3() .endpoint("http://11.22.33.44:5000/v3")...

I am uploading images using the 2nd version of Glance API and everything works okay, except the fact that the upload is not fast enough - it takes about 15...

When I start Minishift for the first time, Fabric8 polls my GitHub OAuth app to check if my authorization callback url is correct, exactly as it is shown here: https://youtu.be/mnedVZ29Mlw?t=343...

Should be done similarly to https://github.com/theiterators/sealed-monad/pull/143

good first issue
easy

Should be done similarly to https://github.com/theiterators/sealed-monad/pull/126/files

good first issue
easy

```scala object KebsProtocol extends KebsCirce import KebsProtocol._ @noflat case class F(i: Int) test("No-flat format - annotation") { val decoder = implicitly[Decoder[F]] val encoder = implicitly[Encoder[F]] decoder.apply(Json.fromFields(Seq("i" -> Json.fromInt(10))).hcursor) shouldBe Right(F(10))...

bug

The problem can be reproduced with the test below (it should also be added to `CirceFormatNoFlatTests` along with the fix) ```scala object KebsProtocol extends KebsCirce with KebsCirce.NoFlat import KebsProtocol._ case...

bug