Yiğit Özkavcı

Results 9 issues of Yiğit Özkavcı

This is a WIP PR. Currently https://github.com/yigitozkavci/parquet-hs should be pulled locally because parquet-hs hasn't been uploaded to Hackage yet. Running the example using Nix: ``` # While inside distributed-dataset directory...

When using the plugin, it overrides my `tabstop` config by setting it to `8`. Here it is: https://github.com/lambdatoast/elm.vim/blob/master/indent/elm.vim#L20 Am I missing something? When I use tab, I would want it...

In the [kicking-the-tires](http://www.stephendiehl.com/llvm/#kicking-the-tires) part, we used: ``` def binary == 9 (LHS, RHS) = !(LHS < RHS | LHS > RHS); ``` However, precedence of `|` should be higher than...

From cli, I am able to see tasks in `My Tasks` section; but cannot see the ones inside one of my projects. There is not only workspaces, but also projects...

Currently users have hard time installing the project. Getting started is a great entry barrier. I'm thinking of creating a binary for Mac OS X and all other Unix distributions....

Self explanatory. If I try to fetch information about the user which owns the api key, it throws an error.

Hi. I am using `ActiveModelSerializers` with `jsonapi` adapter, hence all my json properties are in dasherized format. When documenting, underscored properties differ from what they actually are. Is there a...

There are 6 compression algorithms that are supported in Parquet format, as seen [here](https://github.com/apache/parquet-format/blob/master/src/main/thrift/parquet.thrift#L479): - [ ] SNAPPY - [ ] GZIP - [ ] LZO - [ ] BROTLI...

Parquet.ThriftTypes module exports many data types and we need to be able to access their fields using lenses and prisms. As an example, instead of the following: ``` let Pinch.Field...