Anton Pirogov

Results 29 issues of Anton Pirogov

Consider following code: ``` class Foo: @property def bar(self): return "value" class WrappedFoo(wrapt.ObjectProxy): @property def bar(self): raise ValueError("exception") ``` Now `WrappedFoo(Foo()).bar == "value"`, even though I want the exception to...

I recently switched from syntastic, where this problem did not occur, so it must be some misconfiguration of the makers. When I run neomake inside a .h file, I get...

bug
maker

It would be great to have that so `svelte-check` will not complain anymore and for more useful information that the TypeScript compiler can work with! Currently I get: ``` Hint:...

Types
Svelte

### First Check - [X] I added a very descriptive title to this issue. - [X] I used the GitHub search to find a similar issue and didn't find it....

question

The lesson starts with an "abstract" discussion on why one might want to define own functions. Maybe it would be good to actually demonstrate these problems? I'm just not sure...

I am currently trying to port some code I played with from Python that used CGAL bindings to Haskell and it looks like HGeometry has the algorithms I need, which...

**Feature** I don't know about implementation details of mypy, whether it uses an own parser for Python code or could work based on Python's introspection capabilities. However, I think the...

feature

I started using timetagger a few days ago, its great and well-documented and I got it up and running with docker easily, so thanks for this great project! I would...

Idea

Currently I use the main branch latest commit: ```yaml - repo: https://github.com/citation-file-format/cff-converter-python rev: "44e8fc9" hooks: - id: validate-cff ``` Would be great to see the hook in a tagged version,...

fixes #238 I do it in `__modify_schema__`, so that the docstring, if present, is applied **last** and not first (which would be the case when just adding it in `__schema__`)