chow to change ssl certs location?

2024-08-01 Thread CardealRusso
my distro has a custom location for both ca-certificates.crt and ca-bundle.crt so any program with ssl gives me a error (and nimble aswell without --nosslcheck) how can i customize the location without having to symlink? besides that, where do the program look for these files?

is taking too long to fully adapt to cosmopolitan

2024-05-28 Thread CardealRusso
hello, araq, i know you don't like anything related to the left (cosmo dev is trans) but you must accept cosmopolitan as something revolutionary

Wishlist: Ideal UI library for Nim

2023-12-22 Thread CardealRusso
https://github.com/yglukhov/nimx

Binaries does not correctly display dependencies

2023-12-22 Thread CardealRusso
I think that absolutely everything I've compiled with nim to date has had this problem. But for example I used: linux-vdso.so.1 (0x7fff3433) libdl.so.2 => /lib/libdl.so.2 (0x7fe4c5e7d000) libpthread.so.0 => /lib/libpt

Detect arm during compilation.

2023-07-16 Thread CardealRusso
x86 dont works? i386 seems risky as it may return i586 or i686?

Detect arm during compilation.

2023-07-16 Thread CardealRusso
Hello. This code works correctly: when defined x86: echo "x86 specific code!" elif defined amd64: echo "amd64 specific code!" else: echo "generic code!" Run But I wonder if I want to detect also armv7 and aarch64 would that work?

Nlftk : FLTK for Nim : how do you associate a callback to a button?

2023-07-15 Thread CardealRusso
Perhaps someone familiar with importing could take a little time to state whether it is indeed possible. There is the callback: However when you try to do something like this: proc test() = echo "Hello"

Nlftk : FLTK for Nim : how do you associate a callback to a button?

2023-07-14 Thread CardealRusso
Thank you, it should work. A question. I don't know if there's a way, but would it be possible to define a default callback for all buttons created, so I don't have to define each callback individually? In this case, it would also be necessary to the callback to return some information about th

Nlftk : FLTK for Nim : how do you associate a callback to a button?

2023-07-14 Thread CardealRusso
I come here, 2 years later, asking the same question; How the hell associate a button?

"SIGSEGV: Illegal storage access. (Attempt to read from nil?)" running edge webview on windows

2023-02-23 Thread CardealRusso
Hi. I am trying my best but I am constantly failing to run webview2 on windows using [nim-webview](https://github.com/drkameleon/nim-webview) . The program is successfully compiled, but always returns an error when executed. Traceback (most recent call last) D:\a\nim-webview\nim