Is there any working tutorial for setting up debugging in VS Code?

2023-12-25 Thread xphorm
Ubuntu 22.04's apt repository is not having Nim, so I used snap, and that's how snap named it. Should be no problem if I make link, right?

Please who can help me with nim filter

2023-12-25 Thread Araq
I click on "Styling with RST is supported" and get to

Is there any working tutorial for setting up debugging in VS Code?

2023-12-25 Thread Araq
Sounds like a terrible idea to name the binary "nim-lang.nim", maybe use an official build.

Please who can help me with nim filter

2023-12-25 Thread isaiah
Thanks. please how do you format code on the forum using rst. a link to learn it will be appreciated.

Is there any working tutorial for setting up debugging in VS Code?

2023-12-25 Thread xphorm
Been trying for few hours now, seems like available tutorials are pretty much bugged and incomplete. Using Linux, installed nim from snap, so binary here is called "nim-lang.nim", not just "nim". But I did make a link to it.

Please who can help me with nim filter

2023-12-25 Thread Isofruit
It appears RST is messing up or something. For reference, here the more legible version of this code: .. code-block:: nim # The nim code #? stdtmpl(subsChar = '$', metaChar = '#') #import "../database" #import user #import xmltree

hello

2023-12-25 Thread isaiah
# This is a Nim code block proc greet(name: string): string = return "Hello, " & name & "!" echo greet("World")

Please who can help me with nim filter

2023-12-25 Thread isaiah
`# The nim code #? stdtmpl(subsChar = '$', metaChar = '#') #import "../database" #import user #import xmltree proc `$!`(text: string): string = escape(text) proc renderMain*(body: string): string = result = "" return $""" Blog Written in Nim${body} """ proc renderLogin*(): string = res

`nph` opinonated formatter v0.2

2023-12-25 Thread r3c
It's compiling the compiler all over again... Bruh :

Naylib - yet another raylib wrapper becomes available

2023-12-25 Thread planetis
A new version is released which finally wraps raylib v5.0 that first appeared on November. New examples were ported like the one demostrating basic support for [PBR materials](https://twitter.com/raysan5/status/1738548362717090291) available in this [link](https://github.com/planetis-m/raylib-e