Are there open badges on the forum?

2022-06-04 Thread huantian
Role Playing Game

Are there open badges on the forum?

2022-06-04 Thread mardiyah
"This is a programming forum, not an RPG" is RPG Rocket Propelled Grenade ? what's it supposed to be

Fidgetty: themes ... ?

2022-06-04 Thread elcritch
**General Updates** **TextBox and Text Editing Updates** The "glitching" that occurs when editing a text node is gone. The glitch occurred when you unfocused a text item after updating the text. This was done by modifying the text input system (TextBox) to use the same text directly from Fidge

Fidgetty: themes ... ?

2022-06-04 Thread elcritch
> wow, this is a cool direction. Thanks! Good to hear others think it's a good direction. It's a tricky problem that's been done many times and no ones found the Perfect Solution (tm), at least IMHO. > This is about the fields and how to structure things, because for example > text theming is

Is there any Cms(Content management system) written in the Nim programming language?

2022-06-04 Thread jasonfi
Not that I know of. But I am thinking of writing one on Nexus (just announced in an earlier thread).

The nimble package eg. c2nim location in Linux

2022-06-04 Thread mardiyah
so weird, help solve out! Downloading https://github.com/nim-lang/c2nim using git Verifying dependencies for c2nim@0.9.18 Installing c2nim@0.9.18 Building c2nim/c2nim using c backend /tmp/nimble_3790/githubcom_nimlangc2nim/c2nim.nim(12, 16) Warning: Number of sp

Is there any Cms(Content management system) written in the Nim programming language?

2022-06-04 Thread georgeethan
Context I would like to know if there is any cms similar to Wordpress written in Nim

Is there any typescript-like library for a Nim programming language?

2022-06-04 Thread elcritch
You can also do functions that handle multiple types too: proc foo(bar: Fizz | Buzz) = echo bar.name Run Assuming Fizz and Buzz both have a name field. You can also use `when` with `is` checks to do different pieces of code for the types too.

The nimble package eg. c2nim location in Linux

2022-06-04 Thread DavideGalilei
Assuming that you already installed it with `nimble install c2nim`, it should be located in the ~/.nimble/bin/ folder. If it is not there, but you can still manage to run it, use the which command to find its location: `which c2nim` (or if you are on windows, use `where` instead)

The nimble package eg. c2nim location in Linux

2022-06-04 Thread mardiyah
where is c2nim put in linux? in ~/.nimble $ ls pkgs/ nimbledata.json packages_official.json packages_temp.json Run nothing the just installed c2nim, please sincerely help

Are there open badges on the forum?

2022-06-04 Thread xigoi
This is a programming forum, not an RPG. Gamified forums are stupid.

Is there any typescript-like library for a Nim programming language?

2022-06-04 Thread georgeethan
So I would like to do something like this type TimingEvent = { name: "start"; userStarted: boolean } | { name: "closed"; duration: number }; const handleEvent = (event: TimingEvent) => { switch (event.name) { case "start": const initiatedByUser = even

Is there any typescript-like library for a Nim programming language?

2022-06-04 Thread Yardanico
Yes, you can easily do that in Nim with object variants, see

Are there open badges on the forum?

2022-06-04 Thread Yardanico
If I understood you correctly and by "badges" you mean some user achievements/statuses, then no, Nimforum doesn't have that functionality.

Are there open badges on the forum?

2022-06-04 Thread georgeethan
exactly what u said

Is there any typescript-like library for a Nim programming language?

2022-06-04 Thread SolitudeSF
maybe

Is there any typescript-like library for a Nim programming language?

2022-06-04 Thread Yardanico
Sorry, but can you please try to be more specific when asking questions on the forum? It's meant for lengthy discussions or big posts, for small questions we have real-time chats. So what exactly did you mean by a TypeScript-like library?

Is there any typescript-like library for a Nim programming language?

2022-06-04 Thread georgeethan
Is there any typescript-like library for a Nim programming language?

Nexus Development Framework (initial commit)

2022-06-04 Thread jasonfi
I've just committed the first public code for Nexus Development Framework. You can find it on GitHub: You can write console apps, web apps and web-services with this framework. It's major strength is the ORM where you define models in YAML and then get generate

Are there open badges on the forum?

2022-06-04 Thread georgeethan
Are there open badges on the forum?