Casper Weiss Bang

Results 36 issues of Casper Weiss Bang

### Description I am running lint in a CI pipeline in a github action, but it reports none of the warnings I get on my local machine - it reports...

needs-info

## Summary & Motivation We have a bunch of partitioned assets that currently are triggered too often. (see #19593 ) We don't want to rely on schedules or very advanced...

area: auto-materialize

### What's the use case? We have non-partitioned assets that currently utilize an incremental practice - this means that sometimes the job runs for quite a while, (especially if historical...

type: feature-request
area: auto-materialize

# versions - Snapshottest : 0.6.0 - Python: 3.9.1 - djangorestframework: 3.12.0 - Django: 3.1.1 # Explaination It might be due to me running django rest framework, but the JSON...

When utilizing dataclasses you can define them to be identified by it's attributes. It'd be nice if rather than doing the "GeneralRepr" solution, you would simply use the `dir(obj)` when...

if you set ``` __unittest = True ``` in your various files, then the stackstrace in unittest (and others) will skip references in that file. This means that i would...

After upgrading to django 3.0, the module fails, it seems, due to some dependency on python_2 things from django, which might have been removed or changed. AFAIK python2 isn't officially...

So i've read another issue regarding the same thing, but i really have no clue what is going on. Read the following: https://github.com/bitpay/bitcore-wallet-service/issues/514 I'm trying to implement this in Python,...

When you write a message which doesn't send (due to lack of internet connection or something) it simply drops it and then show an error in the feed. It'd be...

bug

Not sure if this is even possible, but it'd be cool if we could support markdown links `[name](link)` - it might however be problematic in terminals.

enhancement