optics
Here are 263 public repositories matching this topic...
Currently monoid for set is union monoid, we could use both.
java.lang.IllegalArgumentException: Argument not supported by ScalaTest-js: -C
at org.scalatest.tools.ArgsParser$.parseArgs(ArgsParser.scala:191)
at org.scalatest.tools.Runner$.runOptionallyWithPassFailReporter(Runner.scala:883)
at org.scalatest.tools.Runner$.run(Runner.scala:850)
at org.scalatest.tools.Runner.run(Runner.scala)
at org.jetbrains.plugins.scala.testingSupport.scalaTest
Hi, I'm working through the exercises at https://calmm-js.github.io/partial.lenses/exercises.html and am finding them really helpful. However, as I get towards the end I am finding that I'm not sure about what I'm doing exactly, even if I can get the correct answer. For example, I struggled for a while with figuring out the isomorphism example. I ended up with an answer like this that passed the t
-
Updated
Apr 23, 2020 - Java
Document At/Index
📖 Documentation
There is no documentation whatsoever for At or Index (atRecord, atSet etc).
It would be helpful to even have some basic docs at the class/function level, if not in markdown.
-
Updated
Feb 6, 2020 - Java
-
Updated
May 14, 2020 - Haskell
-
Updated
Jul 2, 2019 - Haskell
I was trying to use goggles to modify a value inside a case class with a type parameter (type parameters should remain the same).
Simplified, code like this:
import goggles._
case class Boxed[+A](get: A)
set"${Boxed(1)}.get" ~= { _ + 1 }results in following error:
The types of consecutive sections don't match.
found : Playground.this.Boxed[Int]
required: Play
It would be nice to have something like
def adaptError[A](fa: F[A])(pf: PartialFunction[E, E]): F[A]
in Handle typeclass
You do not give details on the indexes chosen in the comparison methods. From the runtime numbers, it appears that you did not add enable an index in ELKI? Do the runtimes include JVM startup cost, R startup cost, or did you use internal runtime measurements (e.g. -time).
https://rdrr.io/cran/dbscan/f/inst/doc/dbscan.pdf
I suggest to make separate benchmarks with and without indexing, and
-
Updated
May 2, 2020 - Python
- Copy the code
- Copy the open issues and PRs
- Update URL links in docs, etc.
- Update URL links in PyPI and Conda when doing next release
- inform team members to update their remotes.
-
Updated
Aug 16, 2019 - Elixir
-
Updated
Apr 22, 2020 - Python
-
Updated
Jul 17, 2019
-
Updated
May 28, 2020 - HTML
Describe the bug
If eps_r is shape (N,) then the fields solved are shape (N,1)
Either:
- disallow 1-D
eps_rarrays
Or: - keep track of
eps_rshape and reshape the fields to match.
-
Updated
May 19, 2020 - C++
There's a "Supplying Custom Optics from Files or Arrays" section listed on the "Available Optical Elements" page of the docs but said section doesn't actually exist.
-
Updated
Apr 21, 2020 - Jupyter Notebook
Doesn't appear after a search on raysect.org, unless I'm being thick.
-
Updated
May 18, 2020 - TypeScript
-
Updated
Apr 11, 2017 - PureScript
The WOSA method can be implemented for PSD to reduce variance in the PSD estimate. The subapertures can also be shifted away from the center an extra amount to enable robust PSD calculation for data with annular support.
Interferogram.mask can be used for inspiration on how to embed a (shifted) circular mask. The data should be cropped before feeding through the PSD function. Each subapert
-
Updated
May 20, 2020 - Python
-
Updated
Jan 12, 2020 - C++
Is your feature request related to a problem? Please describe.
Currently wiki https://github.com/adda-team/adda/wiki/InstallingMPI provides only instructions for MPICH2, which is largely outdated.
Describe the solution you'd like
It is desirable to have instructions for MPICH3, openmpi, and Microsoft MPI. Some of them may require modification of ADDA source code to properly catch thei
Improve this page
Add a description, image, and links to the optics topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the optics topic, visit your repo's landing page and select "manage topics."


What version are you currently using?
LATEST
What would you like to see?
When you are trying to review the first 2 levels of the Open ladder of functional programming using Kotlin and Arrow, I don´t find many examples in the documentation about the following topics: