-
monitors seem to be just passive and not related to the numerical solving. it seems faster and more efficient to calculate them after the solution, since it would then be vectorized. this could be i…
-
In theory, we could probably shake out assets (e.g. fonts, images) from packages that a user isn't using.
In practice, this is actually pretty hard because of the way strings are used in this and l…
-
Note: I am not certain which language standards allow this optimization, if any.
If we could move deallocations to occur before allocations of unrelated memory, it would reduce peak memory usage an…
-
**Describe the bug**
The check {if index exists} working in reverted way.
**To Reproduce**
The following statement:
```
if (Schema.Table("core_users").Index("ix_core_users_discriminator").Exist…
-
### Environment
- TeXstudio: git 4.3.0beta2-23-g0ad5bc7b4
- Qt: 5.15.2
- OS: Debian 11
### Expected behavior
在 #2448 中修复了正则表达式中非贪婪匹配的问题,但引入了贪婪匹配的问题。
对于字符串`123(666)009(hi)`,在自定义的宏(Macros)中…
-
Hello.
I have noticed some undocumented behavior of these functions:
1. sympy.calculus.singularities.is_decreasing ([link to docs](https://docs.sympy.org/latest/modules/calculus/index.html#sympy.c…
-
Hi!
I'm preparing a PR. For this, I have to apply simplification rules for `ExprAssign` which has to perform different transformation for `src` and `dst`.
```python
ira_cfg = ira.new_ircfg_fro…
-
I noticed recently some issues/pr's in a similar vein, namely one relating to unrestricted deletes, and another about comparing two columns both on the query side (rather than the left being an F# val…
-
Found via tweet:
https://twitter.com/code_report/status/1582766635873886209?s=20&t=8MmrCCKan8fryH3G-HZJNw
Couldn't find a related issue.
Maybe just a case of adding it to these cases? https://g…
-
Hi,
I am using the calculated data from STAR to infer the cancer type using TULIP.
There are many genes without expression value, and I encountered some mistake after running the command, which …