breandan

Results 140 comments of breandan

Hi @SemanticBeeng, thank you for your question. Let me try to clarify what is meant by, > functions where all inputs and outputs share a single type Kotlin∇ functions are...

The aforementioned restriction on homogenous input types has now been lifted. Previously, if you wanted to multiply a matrix variable and a scalar variable, wrapping or broadcasting was required. It...

Hi @qchen-fdii-cardc, thank you for reporting. Which JVM and Gradle version are you running? Could you try cloning [this project](https://github.com/breandan/kotlingrad-consumer) and running `./gradlew run`? What are the results?

An investigation pursuing the connection between GF(2) and automatic differentiation has been undertaken. Preliminary findings indicate that finite fields possess the remarkable ability to both recognize and parse context-free languages,...

@jlundhol Can you comment on your parser's support for error recovery? Does it need to perform symbol resolution or it possible to define a source code transformation on an incomplete...

Thank you! From what I have seen, Spoon is able to handle whole-classes, but methods must be enclosed. While some parsers have better support for error recovery, it is unclear...

@tonsky Do you know if Fira Code needed to implement any [special OTF features](http://texdoc.net/texmf-dist/doc/latex/fontspec/fontspec.pdf#page=39) to get contextual glyphs to work with the `fontspec` package? Maybe supporting this is as simple...

I can confirm that ligatures now work as expected. I am using `LuaLaTeX` and the following snippet in the preamble: ``` \setmonofont{JetBrainsMono}[ Contextuals={Alternate}, Path=./JetBrainsMono/, Extension = .ttf, UprightFont=*-Regular, BoldFont=*-Bold, ItalicFont=*-Italic,...

One solution is to disable the new tab page via a plugin like [Shortkeys](https://chrome.google.com/webstore/detail/shortkeys-custom-keyboard/logpjaacgmcbpdkdchjiaagddngobkck?hl=en), by binding the shortcut Ctrl+T to "Do Nothing".

> orphan JCEP helper processes (in system task manager) that consumes lots of cpu time. I am also encountering the issue of high CPU load due to `jcef_helper` in `3.0.202.112`...