how to increase velocity for merging PRs?

2021-03-07 Thread timothee
> So what I as a newcomer am missing is a little guide on how to start > contributing > Also some piece of information on reviewing would be cool for both, see which is also mentioned in the README in > Also an

array, seq : is there something in between?

2021-03-07 Thread Araq
We got `UncheckedArray` instead. The `unchecked` pragma was removed 3 years ago, before we had version 1.

array, seq : is there something in between?

2021-03-07 Thread bpr
[vla](https://github.com/bpr/vla) is broken since it relies on the **unchecked** pragma, which was removed from the language. Perhaps I missed the announcement of its removal, or of a deprecation period? It's generally considered a bad thing to just remove features that people may be relying on

Custom allocator with --gc:arc

2021-03-07 Thread Araq
The procs need to be called `malloc` and `free` and `realloc` and you need some linking command to resolve this. However, editing `lib/system/memalloc.nim` might be easier.

Custom allocator with --gc:arc

2021-03-07 Thread vitreo12
I see, thanks! Should I override the mechanism directly in _nim_ or perhaps include a _C_ file? Are the procs called _malloc_ / _free_ or do they have a special name?

Custom allocator with --gc:arc

2021-03-07 Thread Araq
Compile with `-d:useMalloc` and use the usual mechanisms to override the malloc implementation.

Channel / Actors based parallelism? Are there such Web Servers?

2021-03-07 Thread alexeypetrushin
> when you have an (essentially) random list of events being fired at you and > having to fire back, e.g. when implementing a low-level GUI, or a "chatty" > protocol such as IRC That's the exact case the Erlang with Actor Model was created for :). As a reliable and simple way to handle unreliab

How to embed objects in another objects

2021-03-07 Thread kcvinu
Sorry for introducing a D feature in Nim forum. I am always a fan of simple programming. If you can do the magic in one line of code, i will call it simplicity. There are lot of simple things in Nim. Great language with ease of use. But unfortunately, i am not a fan of macros in Nim. May be beca

Custom allocator with --gc:arc

2021-03-07 Thread vitreo12
Hello, Is it possible to hook my own `alloc` / `dealloc` functions to work with `--gc:arc`? I couldn't find examples on this. Thanks!

Channel / Actors based parallelism? Are there such Web Servers?

2021-03-07 Thread cumulonimbus
I agree, but it's mostly a matter of how you design your code. When you have a code with just one happy path, then - sure, async is very uncomfortable. However, when you have an (essentially) random list of events being fired at you and having to fire back, e.g. when implementing a low-level GU

Show Nim: Puppy - Easy HTTP(S) requests without DLLs, --d:ssl or cacerts.pem.

2021-03-07 Thread federico3
Puppy seems to be dynamically linking Libcurl. Does it means Puppy will do things listed in like automatically reading .netrc ?

how to increase velocity for merging PRs?

2021-03-07 Thread Unaimend
Also some piece of information on reviewing would be cool

how to increase velocity for merging PRs?

2021-03-07 Thread Unaimend
So what I as a newcomer am missing is a little guide on how to start contributing. Also an introduction to the compiler would help, or a general tutorial an how some should work on fixing an issue.

How to structure a project with multiple components?

2021-03-07 Thread jasonfi
If I have a project with multiple components, how do I structure it with Nimble? For example: a project has a web app and a web service, but both use a shared library specific to that project. Would it be best to use a single Nimble package, or three? Thanks.

How to embed objects in another objects

2021-03-07 Thread Araq
You can achieve similar shortcuts in Nim via templates and macros, but please don't confuse newcomers. ;-)

How to segment the code into different files?

2021-03-07 Thread mrhdias
Thanks @kobi for your help. It was the first thing I tried, but not work! Error: undeclared identifier: 'Request' Run To work I have to import many things. The "include" statement works as I expected.

If You Have A Business, NOTHING Works Better Than Texting Canada Phone Number List Database

2021-03-07 Thread Muskan231
I've been doing worldwide historical verifications Canada Phone Number List alongside the entirety of our homegrown business since 1995 when we were approached to personal investigation 5500 airplane engineers for the Boeing buyout of McDonnell Douglass. I clearly recall calling a huge worldwide

How to embed objects in another objects

2021-03-07 Thread kcvinu
There is a feature in D. struct ElectricCar { int batterySize ; alias batterySize this ; // This is the magic line } // usage auto ec = ElectricCar() ; ec = 25 ;// now ec.batterySize will be 25. Run

need help about a proxy server

2021-03-07 Thread mratsim
Locking the thread, I have the suspicion that "proxy" attracts spam bots.