Ernie

Results 10 issues of Ernie

I wrote the following program: ```rs use std::f64::consts::{E, PI}; fn power_squared(a: f64, b: f64) -> f64 { a.powf(b).powf(2.0) } fn doubled_exp(a: f64, b: f64) -> f64 { a.powf(b * 2.0)...

## Context I spent an hour or two trying to get the client to run as the server lmao. There's all sorts of goofy issues when you try to do...

Type: Request/Suggestion

**Is your feature request related to a problem? Please describe.** In a project, I need to preserve ampersands inside text so that I can have the following nodes: ```xml &InventoryMenu;...

enhancement
question
wontfix

**Describe the bug** Attempting to declare attributes for the 'wrapper' node results in them being added as their own nodes. **To Reproduce** Steps to reproduce the behavior: ```py from json2xml.json2xml...

While trying to debug why this font wasn't listed as an option in Windows Terminal or conhost.exe, I eventually just forced it in the JSON file. It gives me this...

Sometimes when I'm writing programs (lately, with `lua_ls`) I run into this error. ``` Error executing vim.schedule lua callback: .../share/nvim/lazy/nvim-lsp-notify/lua/lsp-notify/init.lua:262: attempt to index local 'client' (a nil value) stack traceback:...

The check `card_ords == {}` will always evaluate to `False`, even when it is empty. This is because `card_ords` is a set, and `{}` is a dictionary. ```python >>> set()...

Some systems (like mine) do not have `sudo` installed, but use the `opendoas` package to perform the same function. The Void Linux package manager (xbps) was fairly easy to implement...

The OG `genanki` has a(n admittedly strange & somewhat broken) hash algorithm implemented from scratch, which, as far as I can tell, solves one issue: Python hashes are salted, and...

Hi, I'm filing an issue because although I spotted my syntax error, the error message is unhelpful: ```diff milkmoney: type: Video title: "Milk Money" # ... parent: title: "Rotten" -...