-
### Bug report
When the "Treat PHPDoc types as certain" option is enabled in the PHPStan configuration, PHPStan correctly reports an error: "Negated boolean expression is always true" for the follo…
-
Here is a snippet of C++23 code that compiles successfully with GCC 13 or later with `-std=c++23` but fails to compile with Clang 17 or later (even with the `std=c++23` option):
```
#include
#incl…
-
https://crontab.guru/#0_0_*/2_*_*
Cron.parseAndBuild("0 0 */2 * *")
crashes.
Is and will step values be added to this library
-
Based on my experience, MLIR does not have passes to simplify things like this:
```
%cst_1 = 1.0 : f32
%1 = mulf %0, %cst_1 : f32
```
In this case, all uses of `%1` can be replaced by `%0`. This …
-
Done in #6847 , but there is room for performance improvement.
Original issue
> https://github.com/tc39/proposal-duplicate-named-capturing-groups
Spec text is not updated yet, ongoing PR may …
-
**Detailed Description**
The current implementation of `getGsetAndChildren` function defined in [rte-helpers.metta](https://github.com/iCog-Labs-Dev/metta-moses-reduction/blob/dev/reduct/boolea…
Yagth updated
2 weeks ago
-
The top_k expression is essentially an nlargest + limit operation and [is sometimes used to short circuit](https://www.snowflake.com/en/blog/super-fast-top-k-queries/) sort + limit scenarios common in…
-
```[tasklist]
### Tasks
- [x] Support `CPPASTSimpleTypeConstructorExpression`
- [ ] Support `CPPASTUsingDeclaration`
- [ ] Support `CPPASTTemplateSpecialization`
- [x] Support `CPPASTAliasDeclara…
-
Eventually, convert the helpers in the `scmutils/src/display` folder. Only `print-expression` and `show-expression` seem important.
But either way I think Racket's default printer will be readable en…
bennn updated
9 years ago
-
Hello
I try to work with scalar data by analogy with the [ClickHouse repository](https://github.com/ClickHouse/ClickHouse/blob/master/src/Core/Protocol.h#L162). To do this, I made a patch in which I …