-
Thank you for this useful tool! I'm new to working with patches and have been experimenting with this tool.
I'm writing a script that takes a patch as a string from one copy of a repository and app…
-
I get a crash when compiling shaders to SPIR-V with printf. It seems to be a bit inconsistent and from what I can tell there are unit tests of this that seem to pass, so I think it might be some memor…
-
When optimizing, clang apparently assumes that a `malloc` invocation does not change `errno`. This assumption is wrong: on all platforms, `malloc` sets `errno` (usually to `ENOMEM`) when it returns NU…
-
This just occurred to me, when looking up a rarely used format verb for the nth time at pkg.go.dev/fmt: we should offer hover information for format strings. To start, this could simply show documenta…
-
stty does not implement "Special Control Character Assignments":
```
eof
eol
erase
intr
kill
quit
susp
start
stop
```
See https://pubs.opengroup.org/onlinepubs/9699919799/utilities/stty.html#tag_20_…
-
**Describe the bug**
Hi there! Firstly,thanks for your great work. But recently I tried to use dynamorio to wrap functions, like this:
```
static void module_load_event(void *drcontext, const modul…
-
Buen día, quería consultar si la forma en que generé el cartón y saqué las bolillas es correcta.
Sobre el resto del código no tengo ninguna duda en particular, lo probé varias veces y no encontré nad…
-
When I was investigating an issue in openj9, I noticed an Assertion is causing segfult instead of printing the proper message.
the error happens when the assertion tries to generate an output in[ thi…
-
Hi everyone! 👋
I'm setting up custom notifications in Alertmanager for a Telegram receiver, and I want to send different messages when an alert is FIRING and when it is RESOLVED.
The issue I’m…
-
I've been working on a chat interface for hvPlot. Its already available at Panel-Chat-Examples.
According to https://hvplot.holoviz.org/user_guide/Customization.html the `xformatter` argument shoul…