-
I have a table with an unique constraint in deferred mode. An application inserts and updates several records during one transaction and these records can violent this constraint until transaction is …
-
It's perfectly reasonable to write
```
fun check(x): x == 3 end
```
(I know, because by accident I did.) The error ought to say something about `check` not being usable as a function name. Instead i…
-
Hi, this repository looks really interesting.
I was wondering would you consider to support python3?
-
How complicated would be to teach linker that `GetGenericTypeDefinition` produce generic type definition for well-known type, and that `MakeGenericType` produce well known specialized type.
```csha…
-
I haven't debugged further, don't know where to start, but there seems to be an issue when using the Rhino Javascript engine (JDK 7) to instantiate an interface (haven't tested with Nashorn on JDK 8).…
-
**Version**: MultiMarkdown 6 v6.6.0
**Problem Description**: error handling for missing images, when constructing an ODT file (and potentially ePub), will result in an invalid ODT file, and the err…
-
This is an idea which comes directly out of a (modest) pain point in code I'm working on, as opposed to dreaming up language features on a nice-to-have basis. I've searched for prior discussion of th…
-
I'm trying to import binary gltf2 models (.glb) with assimp importer.ReadFile(). I'm using the assimp version of commit 2d2889f73fa1b2ca09ba9f43c9785402d3a7fdd0 (Release v5.0.0).
The code in Import…
-
This issue is for defining a good user flow (from code to UI) for reporting errors in code objects back to the users using writing them collectively.
_I'll update this top comment to reflect the fe…
-
In the last enormous video update https://github.com/light-and-ray/sd-webui-replacer/pull/94, I've removed all video functions from the main pipeline, so frame by frame has gone. However I will recrea…