-
I have tried [another tiny script variant](https://lore.kernel.org/cocci/37e4e561-8d88-263a-0037-f58cb8c1861e@web.de/ "Software analysis around data type annotations") out for the semantic patch langu…
-
The `sametypesequence` stanza in the ifo file defines, which syntax is used in the definition block. Currently, `penelope` seems to allow only for `m`, which treats whatever as plain text. The followi…
-
## Main Proposal
This is a play stolen from functional languages like Haskell and OCaml (probably a bunch of other languages as well) where parameters to functions can be ignored by placing `_` whe…
-
```
org $0000
norom
macro Foo()
print "foo"
db $00
endmacro
namespace Private
Random: db $01
macro Bar()
print "bar"
db $02
endmacro
namespace off
%Foo()
dw Private_Rando…
-
I understand that on issue #26 and #27 that vendor was added to the default ignore list however running any of the following commands
`goreporter -e vendor -p . -r ../product`
`goreporter -e "v…
-
I just discovered Thonny and so far I love it. There is just one, rather big blocker for me to use it. When I try to type in some Polish characters with `AltGr + ` I get wrong results.
For example…
-
The problem:
The results from all the tests are printed as one giant wall of text, making it difficult to identify which test outputted what. You can use ctrl+f to manually search for the test name, …
-
The chapter exercise documentation (in the `chapters/` directory) is written in markdown, and is shown in the "challenge doc" pane (the upper-right pane) in the sys playground.
sys supports GitHub Fl…
-
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…
-
Issue is WIP and will be further refined.
LLM and embedding model sources are currently defined in GUC, e.g. `vectorize.openai_service_url = https://api.openai.com/v1` contains the base url for Ope…