Joesan

Results 37 issues of Joesan

I first have to thank you for this awesome library. I read through the shapeless guide and got to understand HList. I however want to try out this library for...

I'm trying to use the filter for one of my projects which is a web application built using the Play framework. As I tried to insert elements into the filter,...

Here is a screenshot of what I see. I'm not sure why the Icons are not getting displayed? Any thoughts? ![Screenshot from 2021-09-15 10-26-58](https://user-images.githubusercontent.com/3284487/133398623-5a53fca9-a2ac-4b26-baf4-0bf96a73c42e.png)

Is it possible to have a tweet plugin / button against each post so that I can generate a tweet link and post it to twitter when clicked? This tweet...

Is it possible to have a sublink under the navigation bar? For example., clicking on Posts, shows a sub link?

*Issue #, if available:* https://github.com/awslabs/deequ/issues/380 *Description of changes:* Support for Scala 2.13 and Spark 3.2 It is not fully done as I face two issues before I could even successfully...

I'm facing this error when I checked out a local copy of the project and just tried to do mvn clean install on the master branch: ``` joesan@joesan-S-14-v5:~/Projects/Private/scala-projects/deequ$ mvn clean...

Issue: For some of my blog posts, I'm using LaTeX definitions and I just started to notice that they are not rendered correctly. Here is a screenshot of the rendered...

Would it be possible to add support to read .tgz files? Many of the datasets around machine learing involves dealing with .tgz file types. So I think it might be...

feature

When parsing the DataSetMessage where the DataFieldEncoding is of type RawData, we need to use the field information in the DataSetMetaData. In the parser that I'm trying to write, I'm...