Łukasz Hanuszczak

Results 10 comments of Łukasz Hanuszczak

I have a test that uses the [`fuse`][1] crate. However, in order to build it, `libfuse-dev` needs to be installed on the system. Forcing each developer to install it just...

> The changes on the Haddock side were implemented as part of a 2015 Google SoC project (see Source hyperlinker #410). Unfortunately, the original spec is no longer available (it...

Yeah, so the code was written with simplicity in mind and I haven't put too much thought into the performance (and honestly, I haven't had much experience with performance tweaking...

Interesting that indeed `self` cannot be used for methods in general. For example, the following: ```python class Foo: def bar(self, **kwargs): print(kwargs) Foo().bar(self=42) ``` will fail to execute: ``` File...

@rchen152 > What purpose does `T` serve in `def size(seq: Sequence[T]) -> int`? The purpose is to express "it accepts a collection of any type". How else would you type...

> The way to express "a sequence of any type" would be to use typing.Any: > > ```python > from typing import Any, Sequence > def size(seq: Sequence[Any]) -> int:...

> If you want an annotation that will reflect that size can be called with a sequence of anything and also produce errors if you try to do any operation...

> A proposed use case for a single ListVariadic (a speculative new kind of TypeVar from a draft PEP) came up, as a placeholder to represent an unused part of...

> We cannot remove `From`, but we can deprecate it. If by "deprecate" we mean "add the `#[deprecate]` attribute", it won't work: rust-lang/rust#39935. Deprecation is possible only in the "note...

@przemub Myślę że dla wielu osób to nie czas jest tutaj kłopotem. Mam bardzo duże opory przed zakładaniem kont i podawaniem swoich danych gdziekolwiek, robię to naprawdę bardzo rzadko i...