Samuel Colvin

Results 324 issues of Samuel Colvin

Copied from webpack discussion: https://github.com/webpack/webpack/discussions/13505 My setup is successfully compiling sass/scss and outputting a `.css` file which I'm referencing in js, however unfortunately I can't get a `.css.map` (source map...

severity: 3 (broken)
type: Bug

Cherry picking commits from the `1.9.X-fixes` branch (ref #4076) which need to be in master. fix #4325. skip change file check

To do/decide: * [x] #2557 - **merged** * [x] #2745 - needs some tweaks, but we need to decide if it's a good idea before V2 * [x] #2190 -...

Meta

# TO NOT MERGE This should not be merged since it adds back 3.6 support. This is a draft PR just to track changes required, it should never be merged....

Just realised I've referenced this on a few different issues #477, #576, and #585, but there's no issue dedicated to it. I suggest we have 3 alias options on a...

feature request
help wanted
dumping

## Change Summary Some small and subtle tweaks to email validation. This will probably need to wait until v2 to be released. As far as I know the following things...

deferred

This is discussed at length in #1170 but I'm creating a new issue to make things clearer. --- Pydantic needs a way of accessing "context" when validating data, serialising data,...

feature request
Feedback Wanted

I'm wondering about making a major change to pydantic's internals in v2. Validators are currently a list of functions that are called one after another, here's the actual code https://github.com/samuelcolvin/pydantic/blob/e8326f899e037904a8e47928e4eedec6a56cf5ef/pydantic/fields.py#L730-L735...

feature request
Change
Feedback Wanted

Ref https://github.com/samuelcolvin/pydantic/issues/314, pydantic is looking to move from `setup.cfg`, `setup.py` and `requirements.txt` to `pyproject.toml`, however I love pyup and currently I guess pyup isn't compatible with that approach. Would be...

considering
enhancement
dparse

fix #702 - [x] Have you added yourself and the change to the [changelog]? (Don't worry about adding the PR number) - [x] If this pull request fixes a bug,...

waiting-on-author