Ashkan
Ashkan
Hello First, thanks for the fantastic project. I have installed nix-darwin on my system using flakes. I can rebuild my configurations, but `darwin-option` does not work. I get the following...
Hello friends, I have installed nix-darwin flake for a while now. Recently, when I tried to update my flake, I got the following error: ``` error: brotlicffi-1.0.9.2 not supported for...
Is there anyway to import the functions defined in a free trait inside a module? Say my module has this definition: `val algorithm: Algorithm` where Algorithm is a free monad....
I am using doom Emacs configuration and Microsoft python language server. When I open a Python file that contains some linting errors, flycheck correctly marks the errors/warnings. Then, I randomly...
Hi, Thanks for making these beautiful fonts! The following Latin symbols are missing from the font: 𝕋, 𝔽, 𝕊, 𝔹, 𝕃. I imagine there are many other missing Latin symbols...
I am running the following: ``` %spark -o num_records some_data_frame.select(keys).distinct().count() ``` And I get the following exception: ``` An error was encountered: 'int' object has no attribute 'toJSON' Traceback (most...
**Describe the bug** I can't install jupyterWith on MacOS 11.1. Everything else with nix looks to work just fine. **To Reproduce** Use the example shell.nix on MacOS and run shell-nix....
I'm trying to use sourcecode.Args in the following example (in the method `eval`). ``` trait Cached[F[_], A] { def value: F[A] } object Cached { def apply[F[_], A](f: => F[A]):...
I can't compile the example code provided in the README. I get the following compilation error: ``` [error] /MyApp.scala:10: overriding method run in trait SafeApp of type (args: List[String])scalaz.ioeffect.IO[scalaz.ioeffect.Void, MyApp.ExitStatus];...
I can't load spark from the repo. This is what I'm getting when I execute `load.ivy("org.apache.spark" %% "spark-assembly" % "2.11")`: `module not found: org.apache.spark#spark-assembly_2.11;2.11` Any idea what is the problem?...