-
I am encountering an issue when trying to execute a Zipper strategy on the CPU. The problem occurs specifically with the code provided below.
https://github.com/euro-hpc-pl/SpinGlassEngine.jl/blob/Zi…
-
### Bug Description
I'm messing with the SimpleComposableMemory, but this is reproducible with just the VectorMemory. I'm using the redis backend, which I believe to be the culprit.
also, when usi…
-
I have a use case where recently added SqlRow feature #3339 fits perfectly but there is an issue that I managed to solve but I'm not really satisfied with the solution.
I created simplified example o…
-
@paolomeozzi commented on [Fri Dec 29 2017](https://github.com/dotnet/csharplang/issues/1229)
I have a struct type `Gender` (a _strong enum type_):
```C#
public struct Gender
{
public static …
-
This proposal is inspired by FI from Java but it's not just a copy. It's aimed to solve some problems with delegates and has different implementation.
## Motivation
We have several ways to pass exec…
sakno updated
4 weeks ago
-
It seems that `Statement::to_string` overflows for deep expressions even if the default [recursion limit](https://github.com/sqlparser-rs/sqlparser-rs/pull/764) is able to parse the expression without…
-
Asking for two things here, I'm trying to debug some funky results in an expression which is using formulas, ie the string expression:
`"Ability('Mass') * 1000000 * TechData('8557acb9-c764-44e7-8ee4-…
se5a updated
5 months ago
-
### Describe the highlighting problem
Currently in ecmascript files strings matching "use strict" exactly are highlighted using `@keyword.directive`, this is mostly fine as most of the time you'll …
-
### Summary
When I match an `Option`, and when ownership is not required, I often reference the data using a `&`.
However, dereferencing with `&` doesn't give the right type (`&Option` instead of…
-
Referring to #272