-
YARD syntax allows to define class methods in the following way:
```ruby
# @!scope class
cattr_accessor :subclasses
```
or
```ruby
# @!scope class
# Documentation for method1
def method1;…
-
Using logs from cattr-queue-1 - I see that only if App\Jobs\GenerateScreenshotThumbnail was done - screenshot made
I set to do it every minute. Why it is not working correctly?
-
Hello -
is there a way to match by context outside of the helpers provided? For example, I'd like to match by "retry"
Here's what I'm trying to do:
```sh
RSpec::Expectations::ExpectationNot…
-
Thanks for building this extension. I'm running into constant crashes in which saving a file causes the below popup to appear:
![image](https://user-images.githubusercontent.com/466460/224793174-13…
-
I followed the directions. I am on a Ubuntu 22.04.3 LTS system. I ran:
```
$ git clone git@github.com:alltheplaces/alltheplaces.git
$ (installed pipenv)
$ cd alltheplaces
$ pipenv install
$pipen…
-
It's not huge, but user is losing 1s on every screenshot period (sometimes 2s).
So you work from 8:00 to 16:00, have a screenshot every 1min, and when you stop at 16:00 cattr would show on dashboar…
-
* cattrs version: 23.1.2
* Python version: 3.10.7
* Operating System: Ubuntu
### Description
When working with generic attrs types with cattrs, I updated my version of attrs and it caused fai…
-
multidict: https://github.com/aio-libs/multidict
```python
import dataclasses
import typing
import cattrs
import multidict
@dataclasses.dataclass
class Model:
a: typing.List[str]
…
-
* cattrs version: 1.9.0
* Python version: 3.7
* Operating System: MacOS (M1), Ubuntu
### Description
It appears `cattr.gen.make_dict_structure_fn` returns an object type which does not provide…
-
Fresh install including a downgraded cattrs per the known issue with it.
attrs==23.2.0
cattrs==23.1.2
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.7
looker-sdk==24.4.0
requests==2.31.0
…