Mirror of
forum.nim-lang.org
index
(search is case sensitive; searches thread content, thread title and username)
10488 ::
[2023-09-16T11:34:38+02:00]
[Dabod] How to properly compare a tuple mixed ranges and int with a tuple with ints?
10476 ::
[2023-09-13T12:02:50+02:00]
[Araq] Is it possible to make enum + set[T] support bitmask style and size > uint16?
9599 ::
[2022-11-11T23:21:20+01:00]
[mantielero] error: cannot convert 'tyObject_XEvent__EZvRvOUywFnBp4PzilZBoA' to 'XEvent&'
9590 ::
[2022-11-09T01:36:49+01:00]
[Dabod] Howto: reinterpret a contiguous region/chunk of memory as a sequence of a certain type?
9589 ::
[2022-11-08T09:24:23+01:00]
[Araq] Is it possible to borrow `UncheckedArray[T]` as `openArray[T]` then return from procedure?
9507 ::
[2022-10-05T18:13:22+02:00]
[coffeepot] This Month with Nim: September 2022
9267 ::
[2022-06-27T11:12:19+02:00]
[DeletedUser] Can I pass different types to static generic parameters?
9043 ::
[2022-03-25T13:54:43+01:00]
[Dabod] Is there a way to install nimegame2 locally?
9027 ::
[2022-03-22T11:27:40+01:00]
[Araq] how to debug macros used with concept?
9018 ::
[2022-03-16T11:33:55+01:00]
[PMunch] How to prevent nim generate C code access parent type through `Sup` field?
8549 ::
[2021-10-27T05:14:19+02:00]
[Araq] How to prevent return value from been`=copy`ed?
8503 ::
[2021-10-14T23:04:51+02:00]
[Araq] Nim Nuggets: Talk About Nim At The Strange Loop Conference
8501 ::
[2021-10-14T09:06:40+02:00]
[Stefan_Salewski] Ref.sizeof error?
8470 ::
[2021-09-30T02:02:27+02:00]
[Araq] Auto-free C pointer when Nim object gets GC
7884 ::
[2021-04-29T11:15:43+02:00]
[Araq] Question about package level object
7860 ::
[2021-04-26T15:12:41+02:00]
[Araq] How to create const object of non-root object type
7855 ::
[2021-04-25T15:56:13+02:00]
[Araq] some sizeof results
7853 ::
[2021-04-25T07:49:33+02:00]
[Dabod] Simulate super in Java at compile time
7852 ::
[2021-04-25T07:29:32+02:00]
[Dabod] Qualify identifier with exported module?
7668 ::
[2021-03-20T16:46:10+01:00]
[Yardanico] Can application access to orc interface?
7661 ::
[2021-03-19T09:12:26+01:00]
[Araq] how do I get a reference to a object
3872 ::
[2018-05-31T01:47:27+02:00]
[Araq] seq vs array vs open array