Alexey Romanov
Alexey Romanov
#185 Still needs to be done: - [x] Missing components (normalizers/pre-tokenizers/etc.) - [x] Tests (with good coverage) - [ ] Documentation - [ ] Example of depending on this from...
## Environment 1. Ruby version: 3.0.2 (eventually) 2. Rails version: 7.0.0 3. Webpacker version: 6.1.1 4. React on Rails version: 13.0.2 ## Expected behavior Following [spec/dummy/README.md](spec/dummy/README.md) should install and start...
I've started getting this error on Eclipse startup: ``` java.lang.IndexOutOfBoundsException: Index: 394, Size: 7 at java.util.ArrayList.rangeCheck(ArrayList.java:571) at java.util.ArrayList.get(ArrayList.java:349) at org.apache.lucene.index.FieldInfos.fieldInfo(FieldInfos.java:288) at org.apache.lucene.index.FieldInfos.fieldName(FieldInfos.java:277) at org.apache.lucene.index.TermBuffer.read(TermBuffer.java:86) at org.apache.lucene.index.SegmentTermEnum.next(SegmentTermEnum.java:129) at org.apache.lucene.index.SegmentMergeInfo.next(SegmentMergeInfo.java:69) at org.apache.lucene.index.DirectoryReader$MultiTermEnum.next(DirectoryReader.java:994)...
``` \documentclass[11pt]{beamer} \usepackage{minted} \usetheme[progressbar=head,numbering=fraction,block=fill]{metropolis} \title{XXX} \begin{document} \begin{frame}[plain] \maketitle \end{frame} \begin{frame}[fragile] \frametitle{XXX} \begin{itemize} \item \begin{minted}[escapeinside=``,breaklines=true]{haskell} class Applicative m => Monad m where (>>=) :: m a -> (a -> m b)...
It would be nice to see the reason for ignored test (if it's set) in `EventDispatcher.testIgnored`.
**Is your feature request related to a problem? Please describe.** First, I finally found today  from #294. Thank you! But I have some suggestions: **Describe the solution you'd like**...
I found a work-around for #7 but ran right into another problem: when `x` and `y` are used in an escape, they are `nil`. I expected to see Terra symbols...
I am trying to generate an image function containing a map-reduce where both inputs and outputs are arrays (of size available in a Lua variable). The way I tried involves...
Shouldn't `while` loops on lines 18 and 29 of https://github.com/joshcough/scala-parallel/blob/master/src/main/scala/scala/util/concurrent/locks/Condition.scala have `!condition` instead of `condition`, so they end when the condition becomes true? Or am I misunderstanding something?