ElrohirGT
ElrohirGT
**Describe the bug** The function analisis says that sinx/x² has a horizontal asymptote. I even checked with [Symbolab](https://es.symbolab.com/solver/step-by-step/asintotas%20horizontales%20de%20%5Cfrac%7Bsinx%7D%7Bxx%7D) to see if I was right, it says the function doesn't has...
Hello! I've heard that egui is a great UI _framework_ for making a UI on rust, that's why I've been dying to try it out. I'm not very experienced with...
### Describe the bug I'm solving de Advent of Code 2022 and I have a short script that let's me initialize my template for solving the problems of a day....
**Is your feature request related to a problem? Please describe.** **The Problem:** I tried to package this great plugin to use with Nix. Unfortunately when I tried running the installation...
## Description I've been trying to solve the Day 5 of Advent of Code 2022 (AoC), I decided to give nom a try to parse the input from this problem...
Fixes https://github.com/roc-lang/roc/issues/5038 This PR adds a little bit more context to the wildcard type as discussed in the [zullip chat](https://roc.zulipchat.com/#narrow/stream/231634-beginners/topic/is.20*.20top.20or.20bottom.20type.3F/near/328143738). It also adds the roc-cli package to the `devShell` in...
Hi! I've been trying to develop a serverless API using SAM and would like it to connect to the postgres that devenv services wakes up. Long story short, I need...
Hi! For context I'm using devenv with flakes, here's an MRE of my situation: ```nix { description = "Basic MRE"; inputs = { nixpkgs.url = "github:cachix/devenv-nixpkgs/rolling"; systems.url = "github:nix-systems/default"; devenv.url...