Robert Kuska

Results 10 comments of Robert Kuska

Me too am curious. I would expect the (Soft)TimeLimit exceptions to be on pair with SystemExit exception - at least if I understand the functionality correctly. Is there any plan...

If I may ask, what system do you use that you can't use python3?

A lot has changed, Python3 became the default python interpreter in Fedora and Debian/Ubuntu is on the way to make the same change.

@alourie Does it matter if there is no versioning?

Hi, just wanted to ask whether you plan to merge this MR and also the other related; #1211 and if there is some sort of timeline set or some help...

Reproducer for easyjson: ``` package main import ( json "encoding/json" "fmt" easyjson "github.com/mailru/easyjson" jlexer "github.com/mailru/easyjson/jlexer" jwriter "github.com/mailru/easyjson/jwriter" ) type A struct { B json.Number `json:"b"` } func main() { d,...

I looked over https://github.com/mailru/easyjson/pull/145/files and it seems the support was included only for decoding?

I tried adding "Number" tag to field but it didn't help as easyjson just scans for "string" tag.

> ```go > package main > > import ( > "context" > > "github.com/go-rod/rod" > "github.com/go-rod/rod/lib/cdp" > "github.com/go-rod/rod/lib/launcher" > ) > > func main() { > l := launcher.MustNewManaged("") >...

Checking the blame it seems the unbound variable was introduced in this commit: https://github.com/NixOS/experimental-nix-installer/commit/d0286602ace4db04f491a5b8a8c553aa50ccfc3e Following the advice in commit message unfortunately doesn't work as latest tag is missing. I managed...