Lantos

Results 16 issues of Lantos

Mac users need to install rosetta and xcode both of the following need to be installed ``` xcode-select --install softwareupdate --install-rosetta ``` otherwise new users will be faced with ```...

I can not see any bananas in your commits.

**Is your feature request related to a problem? Please describe.** Need to implement subscriptions to get data from the server to client in a non polling manner. **Describe the solution...

Making some of the functions public and starting to make the folder structure confirm with nimble package init structure. Added jsony, stew and gmp requirements. Note they are not bound...

(Consider writing a PR targetting devel branch after filing this, see [contributing.html](https://nim-lang.github.io/Nim/contributing.html)). Function ```connectUnix``` uses ```connect``` defined in ```posix.nim``` which relies on `````` ```connectUnix``` should take ```sizeof(socketaddr_un)``` not ```sizeof(socket_addr_un) +...

Stdlib

(Consider writing a PR targetting devel branch after filing this, see [contributing.html](https://nim-lang.github.io/Nim/contributing.html)). multisync macro does not resolve tuples and complex return values ### Example ```nim import asyncdispatch type Sync =...

Async

I saw that there is this project that has conn pooling https://nimble.directory/pkg/pg also that JohnAD has plans to pull mongodb and conn pooling. Have we got plans for conn pooling...

enhancement
imporant

Hi the scalar type file upload is not being detected in the variables box. is it just me or has it not been implemented yet in Apollo studio?

Hi how can you specify tables/maps? panic: bad method dockerContainers on type schemabuilder.query: bad field labels on type types.Container: bad type map[string]string: should be a scalar, slice, or struct type...

- [x] I have fzf 0.30.0 or above - [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md - [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.md - [x] I have read through the manual...