Broken Pen
Broken Pen
This code compiles: ```rust use ariadne::{Report, ReportKind, Source}; use std::ops::Range; fn main() { Report::::build(ReportKind::Error, (), 10) .with_message("Unterminated string") .finish() .print(Source::from("")) .unwrap(); } ``` Removing the turbofish on `Report` like this:...
Closes #85. Closes #110. The iRProp- algorithm as given in its original paper does not have weight-backtracking: If the sign of the derivative changes in an iteration, the weights should...
[The function](https://github.com/libfann/fann/blob/b211dc3db3a6a2540a34fbe8995bf2df63fc9939/src/fann_train.c#L772-L846) has several TODO comments regarding the correctness of the algorithm's implementation. We should review these lines and either fix them or remove the comments.
Hi! After debugging for a long time why the LuaSnip plugin for Neovim doesn't load all my snippets, I think I've traced the issue to this (otherwise excellent!) library. [The...
I couldn't find any related issues on the tracker, but I'm still new to Idris, so I might've overlooked something. I'm also not sure if this kind of nesting is...
Fixes #94, fixes #63. See [this comment](https://github.com/tpope/vim-repeat/issues/94#issuecomment-1538344088) for an exaplanation of the issue. #79 was a previous PR with the same fix that was abandoned after three years of inactivity.
### Proposal I propose to change the type annotation of `Env.metadata` from `dict[str, Any]` to `Mapping[str, Any]`. ### Motivation The purpose of `metadata` is to be a read-only store of...
### Bug description ```python This seems to be the same bug as #3904 but only affecting _nested_ yield expressions. The below example is adapted from the original issue. # pylint:...
### Describe the bug Under some conditions, pressing `` in insert mode results in the following message: ``` [orgmode] Invalid 'keys': Expected Lua string ``` The editor then hangs until...
**Describe the bug** Getting the terminal window size via TIOCGWINSZ ioctl doesn't work inside a toolbox. **Steps how to reproduce the behaviour** 1. [Install the kitty terminal emulator](https://sw.kovidgoyal.net/kitty/binary/#binary-install) in a...