Angel Ezquerra

Results 35 issues of Angel Ezquerra

Compiling a simple ggplotnim example file I get quite a few warnings and "declared but not used" hints. The compiled executable seems to work fine but it would be nice...

It would be great to be able to use the Shortcuts app to control iperf. It would then be possible to run tests automatically. For example, you could run a...

New version of previous PR: https://github.com/nim-lang/Nim/pull/20037 This PR is implements a suggestion made as part of the discussion of https://github.com/nim-lang/Nim/pull/20022 It adds a new batteries module, which is similar to...

PyOxidizer is a tool to "compile" python programs into executables (https://github.com/indygreg/PyOxidizer). This tool is kind of similar to pyinstaller, however, it speeds up the startup time of the python programs...

While compiling a program that uses v0.3.0 I get the following warning: plotly_subplots.nim(363, 24) Warning: See corresponding Defect; IndexError is deprecated [Deprecated]

As discussed in the nim forum (https://forum.nim-lang.org/t/8569), I'm creating this issue to request support for Shared X-Axes. This is described in the plotly docs: https://plotly.com/python/subplots/#subplots-with-shared-xaxes I hope this can be...

Currently you must provide both the x and y arguments to most of the plotly sugar plotting functions. Sometimes you just want to plat a sequence, and you don't really...

On windows, the sl web command does open a web page but shows the following error: ``` Failed to fetch Diffs Command failed with exit code 1: gh api graphql...

This PR adds a number of missing numpy functions: - tril, triu: These were already implemented but not exported nor tested - tri - geomspace - sinc - meshgrid -...

This PR is related to PR #603 which I have closed. Instead of adding "math" versions of the + and - operators, I make those a compilation error which tells...