-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmrotate/issues) and [Discussions](https://github.com/open-mmlab/mmrotate/discussions) but cannot get the expected help.
…
-
Will asm.js be used in V8 to optimize its performance? If asm.js is used, that will be a HUGE performance boost for V8 and essentially node.js.
-
The integration test currently does not work for a self copy of this repo:
```
[info] Resolving canve#compiler-plugin_2.11;0.0.1 ...
[warn] circular dependency found: canve#simple-graph_2.11;0.0.1->c…
-
By default, MathJax does not have equation numbers when the LaTeX math environments are used. This:
```
---
title: "test6"
format: html
---
\begin{equation}\label{eq-a}
a
\end{equation}
```…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmrotate/issues) and [Discussions](https://github.com/open-mmlab/mmrotate/discussions) but cannot get the expected help.
…
-
Hey @thomasgeissl ,
I am building on macOS of v0.11.2 but I am getting these errors:
![image](https://user-images.githubusercontent.com/2106149/201506477-692beeb9-fedc-409d-9fd9-9daf613b7b04.png)
…
-
A discussion on developing an LLM-based LaTeX parser was initiated here: https://github.com/sympy/sympy/pull/26098. That discussion is being moved here.
[List of local LLMs](https://python.langchai…
8vasu updated
6 months ago
-
Started looking at all the Warning when building with react-ros:
seems there are currently 5 components: docz, roslib, react-scripts, microbundle-crl, uws:
Docz:
```
warning docz > docz-core > w…
-
I tried to build v4.5.2 on an armhf system. Its trying to build the replacement snprintf and failing.
This are the build errors:
```
snprintf.c:409:1: error: conflicting types for 'strchrnul'; h…
-
As is well known, there are some compiler flags that may be used to allow the optimizer to speed up CPU performance. One of these is called `-ffast-math`. However, that option has problems that make…