NimForum 2.2.0 - Fixes a big CVE!

2022-01-30 Thread moigagoo
You have a point there. Nimforum is not perfect and can't compete with Discourse. However, it's not that bad either. Here, we've listed some issues it has: 1. Full-text search yields irrelevant results. 2. Comment and thread history accessibility is limited. 3. Random logouts. 4. Loading

Nim 1.6.4 release candidate

2022-01-30 Thread miran
> I believe these commits should be added in 1.6 (1.6.4) I asked @Araq about them, and he said it is too risky to have them for 1.6.4, which is all about fixing that FFI regression. But he said he has no problem having these fixes in 1.6.6.

Nim 1.6.4 release candidate

2022-01-30 Thread miran
Nim 1.6.4 **RC2** is now available, containing the [#19461 fix](https://github.com/nim-lang/Nim/pull/19461) mentioned above. Get it from the nightlies: or via Choosenim:

Nim's autoformatter situation

2022-01-30 Thread huantian
nimpretty and nimfmt really don't match up to the level of actual usefulness as Black at all, really. I just don't think there is anything that matches other language's toolings, but I think that nim will be focusing more on this in the future, and nimskull does have a better nimpretty as one of

NimForum 2.2.0 - Fixes a big CVE!

2022-01-30 Thread Yardanico
I do like Nimforum, but I also agree with @exelotl about the Nimforum v2 that is based on Karax and is a SPA being too heavy. I might be a bit biased but I still prefer forums that don't need JS to at least show threads and posts, and sadly it's not possible to do that with pure Karax (without o

Nim's autoformatter situation

2022-01-30 Thread jasonfi
I've started to prefer the formatting found in VS Code's formatting of Dart. Where each function call's parameter is on a newline. Would be great if this were an option in nimfmt.

NimForum 2.2.0 - Fixes a big CVE!

2022-01-30 Thread exelotl
Discourse is _really heavy_... I've never seen a Discourse forum that didn't make my phone chug while trying to navigate it. Meanwhile the Nim forums run perfectly fine. I don't care about shiny features, so as far as I'm concerned Discourse would be a downgrade. My only gripe with Nimforum is

Nim 1.6.4 release candidate

2022-01-30 Thread dsrw
That fixed my issue. Thank you!

NimForum 2.2.0 - Fixes a big CVE!

2022-01-30 Thread Clonk
> You can search this forum using the search bar at the top-right, or using > Google (or another search engine). The relevance of the result shown for any query is vastly superior on discourse than on Nim forum. I can't even have access to more than my latest 10 thread / comments on my profile.

NimForum 2.2.0 - Fixes a big CVE!

2022-01-30 Thread dom96
> why not switch for a superior solution like discourse who not only has less > bugs but more functionality (like the ability to research old post) ? * You can search this forum using the search bar at the top-right, or using Google (or another search engine). * The forum is a great showcase

NimForum 2.2.0 - Fixes a big CVE!

2022-01-30 Thread dom96
Did it work before I deployed the new version? Did something change to break old iPad's?

Nim's autoformatter situation

2022-01-30 Thread ynfle
See

Nim's autoformatter situation

2022-01-30 Thread xigoi
I really like “opinionated” code formatters like [Black](https://forum.nim-lang.org/! python black), [Prettier](https://prettier.io/) or [StyLua](https://github.com/JohnnyMorganz/StyLua). They make it very easy to get code formatted in a consistent and readable way without having to bikeshed o

NimForum 2.2.0 - Fixes a big CVE!

2022-01-30 Thread Clonk
Genuine question : why not switch for a superior solution like discourse who not only has less bugs but more functionality (like the ability to research old post) ?

NimForum 2.2.0 - Fixes a big CVE!

2022-01-30 Thread spip
And it can't be read with old iPad now. I have to find a computer with a modern browser...

cryptography

2022-01-30 Thread Symb0lica
provides sha256 for nim

cryptography

2022-01-30 Thread Yardanico
has a lot of useful crypto-related stuff, including SHA256, and it has been battle tested

NimForum 2.2.0 - Fixes a big CVE!

2022-01-30 Thread dom96
Pretty sure that's a Karax bug, fix welcome :)

cryptography

2022-01-30 Thread cybersecdo
Hi i am new to nim and is awesome, i have try to find a way for using sha256 from nimcrypto or any other lib , i'm trying to find the similar way like std/sha1 --- > parseSecureHash("hash") for checking an whatever hash ? it this exist in nim sha256 ? Thank you

Privacy offensive - remove Google Analytics from the Nim website

2022-01-30 Thread Hobbyman
When we are going into Austrian politics, mandatory vaccination seems to me also a privacy offense.

NimForum 2.2.0 - Fixes a big CVE!

2022-01-30 Thread cblake
The random "logging people out" bug is also pretty annoying. { I get some session timeout, but it's clearly not scheduled as sometimes it takes many days and others only many seconds... ;-) I know it's not just me since @mratsim mentioned it a very long time ago..so, at least 3, me + him + who h

NimForum 2.2.0 - Fixes a big CVE!

2022-01-30 Thread Araq
I resize the text field. I switch tabs. The text field is small again. This is mildly annoying and it wasn't fixed. Any chance we could fix that?

Privacy offensive - remove Google Analytics from the Nim website

2022-01-30 Thread jasonfi
What would you recommend as an alternative to CloudFlare? It's quite good for caching content and an additional layer of security.

Privacy offensive - remove Google Analytics from the Nim website

2022-01-30 Thread sauerbread
On a side note Google Fonts seems to be illegal too. [Today on HN](https://news.ycombinator.com/item?id=30135264) there is an article about a [judgment](https://rewis.io/urteile/urteil/lhm-20-01-2022-3-o-1749320/) (German) on using google fonts which was fined with 100€. tl;dr The ruling states

Possible bug with recursive types and Options

2022-01-30 Thread moigagoo
Thanks! I'll report my case. Unfortunatey, I can't use the proposed fix. I'm describing a Norm model and each object field corresponds to a DB column, so I can't just add fields.