Bilal Mahmoud

Results 51 issues of Bilal Mahmoud

### Describe The Bug When redefining environmental variables, from a Makefile that we extend from and execute any task `@@split()` no longer works. ### To Reproduce Minimal Reproducible Example: extend.toml...

The Metaclass Mixin classes now accept and propagate additional keywords provided. The name `**kw` has been chosen to stay consistent with [SQLAlchemy](https://github.com/sqlalchemy/sqlalchemy/blob/master/lib/sqlalchemy/orm/decl_api.py#L56). - fixes #1002 Checklist: - [x] Add tests...

Currently, the metaclass mixins provided by flask-sqlalchemy do not accept additional keyword arguments. Due to that, it breaks compatibility to the `__init_subclass_` hook. The bug was present in SQLAlchemy, and...

## 🌟 What is the purpose of this PR? Implement a "fancy" hook and rework the current debug view of the `Report`. This PR also introduces an ASCII and a...

A-error-stack

## 🌟 What is the purpose of this PR? Create a [`serde`](https://docs.rs/serde) implementation for `Report` and `Frame` ## 🔗 Related links - #793 ## 🚫 Blocked by ## 🔍 What...

A-error-stack

**Describe the bug** Whenever I save a file, the plugin crashes. I am unsure if it is really the saving of a file, or just happened at the same time....

**Describe the bug** I sadly have not narrowed down the nature of this bug, but I thought reporting is important anyway. Should I find a reproducible way to get the...

Hi! I have been a long time user of pydantic (great library btw) and have been following the development of the rust library. I was wondering if it would make...

feedback wanted

### What happened? When trying to update snapshots located in doc comments, `insta` recognizes that the snapshot is incorrect, but fails to prompt for review and creates a `.pending` file....

bug

I am trying to implement something similar to https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts/radio-notification using an nRF5280 w/ S140. I couldn't find anything in the examples (or the code - but I only briefly skimmed...

enhancement