-
Would it be possible to set up some GitHub Actions (or another CI system) to automatically build and archive Beef for macOS and Linux? Manually building from source is not ideal because of the lengthy…
-
### Describe the bug
Sending data via Powershell (Windows 2016) via TLS 1.2 produces sporadic TLS errors on fluentd server side.
### To Reproduce
Using a powershell script (see below) to send…
-
### Description
If Nim is installed in the standard locations of a Linux system, *nimsuggest* expects the library to be installed in /usr/lib instead of /usr/lib/nim.
The issue has been encountere…
lscrd updated
2 months ago
-
- True carpenters **know the local building codes**, that their work will be inspected, and that they'll need to redo anything that's not up to spec.
- https://en.wikipedia.org/wiki/Building_code
…
-
I have setup nim-langserver on neovim using nvim-lspconfig plugin and I'm getting partial results from the autocomplete.
for example, I can see function definitions but it does not suggest any keywo…
-
### Description
I get a C compiler error when trying to compile this code with `nim c main.nim`:
```nim
proc evaluate*(params: int) =
discard
proc evaluate*() =
discard
type SearchI…
-
This undead priest quest will have you heal and buff a wounded guard. The Dwarf equivalent quest had the dwarf say a few things but for this quest I couldn't find anything.
Basically what I need is t…
ccnim updated
9 years ago
-
You can ready about some of the problems I was having over here for the full story:
https://github.com/raysan5/raylib/issues/332
But the tl;dr is that if `-DBUILD_SHARED_LIBRARIES=ON` I get myself…
-
**Project description**
A highly customizable systemfetch written in nim.
**Metadata**
* homepage URL: https://catnap-fetch.xyz
* source URL: https://github.com/iinsertNameHere/catnap
* lic…
-
### Description
I'm able to put a 0 in a range that shouldn't allow this value
```
type limited_int = range[1..20]
var d: limited_int;
echo d
```
### Nim Version
Nim Compiler Version 2.0.4 [Li…