Max Smirnov
Max Smirnov
> Also, (sorry, I have to ask) - are you _really_ trying to use Django 1.11 with Python 3.10? Yes, this was my task from some course that requires to...
> There's a workaround for this specific case In the reproduce steps I simplified gitignore creating process. Actualy there is [default](https://github.com/github/gitignore/blob/main/Python.gitignore) gitignore for python projects. So I should also do...
@dmerejkowsky I am looking for help!
@augustjune are you planning to revisit this project and maintain it?
Same issue. Have you found a solution?
> Same issue. Have you found a solution? I just looked at #15 with suggestion to use Prism. @guilhermelimak how can I use highlight.js?
> I just looked at #15 with suggestion to use Prism. @guilhermelimak how can I use highlight.js? ```tsx import { useState } from "react"; import { useCodeJar } from "react-codejar";...
What is the current status of this proposal? It is planned to be merged?
@etienne-monier are you willing to make PR? Same issue happened to me, and if you don't want to add `Fraction` support, I may do it myself
There is no override of `mapAccumulate` for Seq, so should it be added with `mapAccumulateFilter` through `StaticMethods.mapAccumulateFilterFromStrictFunctorFilter`?