Ruslan Mustakov

Results 5 issues of Ruslan Mustakov

**What happened**: `generateTLS=false` uses Helm's `.File.Get` which retrieves certificates from the repository rather than using the user-provided ones, as the Agones documentation claims. **How to reproduce it (as minimally and...

kind/bug

I wasn't sure if the library is not supposed to have emscripten support or if I was doing something wrong so I decided to create the issue. `wasm-streams` is dependent...

Building complex projects often requires libraries that may not be found in Nim's stdlib. Currently there is no good way (known to me) to use external libraries from nakefile -...

This code fails to compile with `Error: My template is invoked`: ```nim import algorithm template `

Templates
Symbol Resolution
Generic Procs

Sample: ``` nim const hasThreadSupport = compileOption("threads") type SomeObj*[T] = object when hasThreadSupport: channel: ptr Channel[T] # Error: undeclared identifier: 'Channel' ``` The error occurs when you try to compile...

Generics