Ievgen Pyrogov
Ievgen Pyrogov
https://github.com/potatosalad/elixirconf2017
Current the page looks too ugly on mobile. In particular: - eye symbol overlaps the view count, - font could be slightly bigger.
I'd like to try and substitute YAML with CSV. Since there's no UI to add and edit records, this kind of management is currently done by a bunch of Ruby...
Playlist on youtube: https://www.youtube.com/playlist?list=PLyO-58-sOapyHWNFBapGOz40efbJuwmx2 Details about the conference: http://empex.co/la.html
I'm facing a difficulty when generating JSON arrays by means of templates. In the following example it's not possible to generate a valid JSON array, because of the trailing coma:...
While converting `.html` to `.docx` I'm trying to customize text style. It seems that the text is not styled properly when inside a table cell. This HTML **renders** correctly: ```...
Is it possible to add support for [article:modified_time](http://ogp.me/#no_vertical)? This would probably require jekyll itself to support housekeeping of post modification dates?
It would be useful to support IP format with network mask like [this](https://www.cloudflare.com/ips/): * 103.21.244.0/22 * 103.22.200.0/22 * 103.31.4.0/22 * 104.16.0.0/12 * 108.162.192.0/18
It would be useful to have support for header whitelisting / blacklisting. UARestriction thus becomes a only particular case. It look like UARestriction could be refactored to become HeaderRestriction.
Presently there's no way to specify ACL when uploading objects, see list of [available resource fields](https://github.com/aminueza/terraform-provider-minio/blob/b2774a13b3fa7297fc62d3fa86383a0429dad0ed/minio/resource_minio_s3_object.go#L25-L62). Having the ability would be quit useful.