Resources for Web Authentication

2024-02-15 Thread undefined
Could someone kindly point me to any tutorial or learning resources that handle web authentication (OAuth or JWT or cookies or whatever) using Nim or any Nim package?

Is there a way to create a musl binary (static binary) in a project using libcurl.nim?

2024-02-15 Thread fukusuket
Hello :) Our team [Yamato Security](https://github.com/Yamato-Security) is developing the Nim project([Takajo](https://github.com/Yamato-Security/takajo)) . We have received the [request](https://github.com/Yamato-Security/takajo/issues/109) and are currently investigating whether it is poss

GUI app with nim

2024-02-15 Thread janAkali
It's not an error in your code. There has been a very recent commit to the repo, most likely initiated by your comment: > Fix various minor things that stopped compilation > > This tries to address a couple issues with compiling for 2.0.0. Unfortunately > the "implicitDeref" experimental is now

Default object values behavior

2024-02-15 Thread juancarlospaco
PR the doc?

Default object values behavior

2024-02-15 Thread guzba
Nim 2.0+ now has default value support for objects. It looks like this: type DefaultValues = object x: int = 2 f: bool = true Run The docs state that explicit initialization or the use of the `default()` proc will use these values.

GUI app with nim

2024-02-15 Thread melovv
It’d be great to have something like Lazarus with Nim in the backend. Not sure if that’s even possible. Also, it involves developing in Pascal as well.

iOS EXC_BAD_ACCESS nimZeroMem

2024-02-15 Thread iffy1
I get a crash on iOS with this dump: Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Subtype: KERN_PROTECTION_FAILURE at 0x000104455bf0 Exception Codes: 0x0002, 0x000104455bf0 Thread 0 name: Thread 0 Crashed: 0 libsystem_platform

GUI app with nim

2024-02-15 Thread Kiloneie
It might be that the "tabs" are inserted in every possible white/empty space. I've had that happen a lot back when i wrote my scripts in OneNote and copy pasted into VS Code, and from other code from websites. There might be a whitespace/tab view/highlight setting or an extension for VS Code or

Nim for Beginners video series discussion thread

2024-02-15 Thread Kiloneie
Link to the written tutorial version has been changed. If that ever happens in the future, just access it via my [github page](https://kiloneie.github.io/) * Added a nbSubSection in order to show more in the ToC and make everything more clear. * Added a back to the Top of the page button in

Bioheal CBD Gummies Reviews (Website Alert!!) Don’t Buy, Know Price & Complaints

2024-02-15 Thread nixonbens
Official Website@Official Website>>> ➥✅ Official Website: Bioheal CBD Gummies ➥✅ Product Name: Bioheal CBD Gummies ➥✅ Benefits: Bioheal CBD Gummies Helps you to get Pain Relief ➥✅ Category: Pain Relief Supplement ➥✅ Rating: ☆ (4.5/5.0) ➥✅

Smart hemp oil - Fake or Real Customer Results?

2024-02-15 Thread npuefszr10
Smart hemp oil - Fake or Real Customer Results? Introduction Smart Hemp Oil is an exceptional CBD oil separated from modern hemp plants. With a high CBD focus and insignificant THC levels, it offers likely restorative advantages for torment, tension, and irritation. 👉Click Here👉👉Official Website

PhenoMAN ME Gummies US Surveys Client Reports 2024!

2024-02-15 Thread nerapaan
PhenoMAN ME Gummies US Surveys [Fact Uncovered About Execution Support] Client Reports 2024! PhenoMAN ME Gummies US There are numerous ME open that case to be valuable and safe, yet concerning close to home health, we decidedly brief tracking down the best decision that won't gamble with your pr

create ungraceful exit program

2024-02-15 Thread ingo
Taskkill does not trip the server when it kills the client. Dusting of the old labtop to test with that. Thanks.

Proton Keto Gummies Reviews (Budget-Friendly CBD Gummies) Pros & Cons|

2024-02-15 Thread McGeeChartte
Official Facebook Page:- Where to Buy – ➺ "" Proton Keto Gummies- A ketogenic diet shifts the body's principal fuel source away from carbs and towards fat. When faced with extreme hunger, a

How to use Weave isReady?

2024-02-15 Thread Araq
> I decided that something about Malebolgia was probably causing a lot of > slowness all by itself. Hey hey hey You could reported a bug, you know.

How to use Weave isReady?

2024-02-15 Thread ggibson
Thank you so much, @mratsim, both for the explanations and the impressive work on Weave itself. That makes more sense now about how I was misunderstanding and misusing Weave. > What errors do you get? For `-d:useMalloc` I will now go back and try your suggestions before jumping to conclusions.

create ungraceful exit program

2024-02-15 Thread janAkali
If you need it for testing purposes you can just use [taskkill](https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/taskkill) on the command line. I believe, `taskkill /f /pid ` should forcefully end the process without any cleanup. Another option is to simulate shu

https://groups.google.com/u/4/g/pro-players-cbd-gummies-usa-see-results--official/c/c0luU7kNflk

2024-02-15 Thread sahoo932
➲➲➲ BEST Deals is Live ➾➾ ➲➲➲ BEST Deals is Live ➾➾ Pro Players CBD Gummies: Every guy wants to perform consistently and sustainably. Sadly, the maturing system has a detrimental effect on their sexual prosperity, leaving them feeb

create ungraceful exit program

2024-02-15 Thread ingo
That kills the client. Now the question is does Windows "clean things up"? The server continues without problem. When I run the client on a laptop over wifi and I switch of the wifi, the server crashes. Same with an appliance that has a client, when I pull the plug the plug, the server crashes.

create ungraceful exit program

2024-02-15 Thread Symb0lica
For a slightly less nuclear option, try dereferencing a nil pointer to generate a segfault import os var a:ptr[int] sleep(1) # wait 10 seconds echo a[] Run

How to use Weave isReady?

2024-02-15 Thread mratsim
> # Where is the setWeaveNumThreads(...) API?? putEnv before import weave? There is none. > My use case is having thousands of tasks, using the multiprocessor like a > worker pool to churn through jobs, but each running task has a huge amount of > memory and context data structures that take up

create ungraceful exit program

2024-02-15 Thread ingo
> BSOD That's a bit too much, I'd like only the program to disappear, not the OS. I tried it with an external program, but it is not enough: #let s = fmt"winapiexec64.exe CreateRemoteThread ( OpenProcess 0x1F0FFF 0 {pid} ) 0 0 0xDEAD 0 0 0" #let a = execCmd(s)

create ungraceful exit program

2024-02-15 Thread mmcol
Calling undocumented function "NtRaiseHardError" from "ntdll.dll" will trigger BSOD.

create ungraceful exit program

2024-02-15 Thread ingo
How does one create a program (on windows) that quits after some time in the most ungraceful way. It is to simulate the disappearance of a client as if the power was shut down.

How to use Weave isReady?

2024-02-15 Thread ggibson
I'd appreciate any guidance here. My use case is having thousands of tasks, using the multiprocessor like a worker pool to churn through jobs, but each running task has a huge amount of memory and context data structures that take up a lot of space, and are slow to allocate. So for this reason I