-
I am building a Julia wrapper to the dace C++ library using `CxxWrap`. When building on MacOS and linking against the precompiled binaries for `libcxxwrap` pulled from GitHub, the wrapper is installed…
-
Primarily for list and map expressions, but could also apply to function calls and property chains. The best heuristic for deciding whether to wrap a statement seems to be if the statement is "too lon…
-
## Build Information
v0.13.3 via SPM
## Issue
We noticed a number of crashes due to `EXC_CRASH: RUNNINGBOARD 0xdead10cc`. According to the Apple docs, this is likely due to iOS terminating ou…
-
version: 2.4.14.Final
```java
// compile string literals a\"b
MVEL.compileExpression("\"a\\\"b\""); // success
MVEL.compileExpression("[\"a\\\"b\"]"); // failed
MVEL.compileExpression("[\"key\"…
-
Steps to reproduce.
1. Create a model that has a nullable property.
2. Use the nullable property for filtering collection
Actual Result
System.InvalidOperationException : The binary operato…
j2lab updated
11 months ago
-
### Description
When a method (e. g. `ToString` or `GetHashCode`) is called on a lambda expression compiled in the interpretation mode, the lambda gets invoked for some reason.
### Reproduction S…
-
Hi,
To simplify things I will treat the domain model for reproducing the issue as "our domain".
We have an entity `Product` with a self-referencing optional (!) relationship:
``` C#
Product We…
-
### Bug description
when printing backslashes from inline Python they get escaped too often
### Steps to reproduce
````qmd
---
title: "Empty"
engine: jupyter
---
Backslash: `{python} "a\\b"` `{pyt…
-
```
What version of Minify are you using?
2.0.1
PHP version?
5.2.5
What steps will reproduce the problem?
1. pcre.backtrack_limit set in the php.ini to the default (100,000 I think).
2. A single lin…
-
## Description
This is not an existing bug but a possible bug. I am developing a feature (a new kind of event), when adding a test for my feature, I encountered a bug in integration-tests. My tes…