Gloix
Gloix
Hi, I'm getting `No corresponding property found for constructor parameter ID` and `No corresponding property found for constructor parameter isValid` for the following Kotlin class: @Parcel(Parcel.Serialization.BEAN) data class MyClass @ParcelConstructor...
Currently running on Python 3.6 and calling `loop.close()` after `loop.run_until_complete(coro)`. I'm getting Exception ignored in: Traceback (most recent call last): File "/home/ec2-user/environment/infrastructure/lambda/data-extractor/.venv/lib64/python3.6/dist-packages/uplink/clients/aiohttp_.py", line 77, in __del__ self._session.close() File "/usr/lib64/python3.6/asyncio/base_events.py", line...
When a search is done, the list of results appears in the right order, but after the view hierarchy is destroyed and then later recreated, the results are reversed.
This should help fix issue #98. I'm a Go noob, so if there are any styling/logic issues, please point them out. This works by changing the `tls` config option given...
Since the RDS service from AWS allows the creation of databases allowing TLS connections with a certificate emitted by their own CA, it is required to specify a CA file...
It says mutliplication instead of multiplication.
I'm using the JSONv2 API like the following: from servicenow import Utils from servicenow import ServiceNow some_set_id = ... sys_history_line = ServiceNow.Base(my_connection) sys_history_line.__table__ = "sys_history_line.do" history_lines_query = Utils.format_query({ "set": some_set_id...
Backpresses are not handled correctly: - Open app in posts section - Open a post with an image - Tap on the image to view full screen - Press back...
There is no compatibility with VoiceOver, so this library cannot be used in projects with accessibility for visually impaired in mind (almost every project). Primarily, the elements inside the dialog...
Currently the decoder is a simple converter of `Bytes` to `Maybe Image`, but `elm/http` requires a `Bytes.Decoder`, so the given image loading example does not work.