Angelo Filaseta

Results 6 comments of Angelo Filaseta

Same problem on my main machine, using the last available version in master 41f41fbae16f23d2791471e150eeb50ad1247eb8. I'm on Manjaro: ``` DISTRIB_ID=ManjaroLinux DISTRIB_RELEASE=22.0.0 DISTRIB_CODENAME=Sikaris DISTRIB_DESCRIPTION="Manjaro Linux" ``` node version is ``v18.8.0`` yarn version...

@ruan-brandao I had the same problem with GitHub Pages. As stated on [Jekyll official website's plugin page](https://jekyllrb.com/docs/plugins/installation/): > [GitHub Pages](https://pages.github.com/) is powered by Jekyll. All GitHub Pages sites are generated...

I would also find this feature VERY useful. I need to create a software system that works on all the major OS (Linux Windows and macOS). I would want users...

There are some third-party multiplatform libraries available that enable the YAML format. [kaml](https://github.com/charleskorn/kaml) and [yamlkt](https://github.com/Him188/yamlkt) are two examples. I strongly agree with @iocapps . Another thing to point out is...

I came across this error too today. I invented a workaround using polymorphic serialization since my architecture already uses it a lot. I created a custom serializer that uses an...

Happened to me today while trying to configure a GitHub Action: ``` [info] welcome to sbt 1.5.5 (AdoptOpenJDK Java 1.8.0_292) [info] loading settings for project pps-test-repository-build from plugins.sbt ... [info]...