-
Could shimmy include an icon image ?
I would like to replace some simple NSIS launcher per this, but the executable must have a distinctive image.
Example: https://github.com/winpython/winpython/blob…
-
### Description
code
```python
#!/usr/bin/env python3
from nicegui import ui
import requests
from uuid import uuid4
@ui.page('/')
def main():
async def send() -> None:
question…
-
**Problem**
The docs don't make it easy enough for non-Racket users to run a package's main they've just heard of. This situation occurs often and yet currently it's not dealt with properly in the do…
-
In the display of Hindi text (in Devanagari script), I'm encouraged to see that much of the complex reordering of letters (Indic font shaping) is being carried out.
There are a couple of ugly bug…
-
Hi. I'm very pleased with what you guys are doing here, and deeply appreciative to see a fully independent alternative implementation, in GCC no less.
I'm wondering, are you going to provide an -fn…
-
-
Currently the CLI seems to always exit with status code 0, even when it detects an error, and errors are always reported to stdout rather than stderr:
```
❯ qalc "error("test")"
error: test
error(…
-
Hi,
I have a large (well, to me, at least) script that uses lots of GOPs. and sliders. Im unable to upgrade from 0.50-2 due to sliders reacting sluggishly in newer versions.
here's a .gif recorde…
-
This is a proposal in response to #325.
``` javascript
r.expr({left: {a: 1, b: 2}, right: {b: 3, c: 4}}).collapse()
{a: 1, b: 3, c: 4}
r.expr({a: {a: 1, b: 2}, b: {b: 3, c: 4}}).collapse()
{a: 1, b:…
-
Kohya has added preliminary support for Flux.1 LoRA to his SD3 branch. I have created a `sd3-flux.1` branch and updated to the latest sd-scripts sd3 branch code... No GUI integration yet... I will sta…