Amleto

Results 25 comments of Amleto

Sorry, no. And I don't know what editor the person used that enabled the situation to arise. Probably any character that can't be ascii encoded will suffice.

@Naun AddScoped registers the service with [container](http://unitycontainer.org/tutorials/lifetime/container.html) lifetime. If you want the child container to have its own instance, then register the service in the child container, not the root,...

I will have to look around and try some open source repo to see if it's reproducible (I'm seeing the issue in my work repo) If I disable proc macro...

I see that the notification that "sticks" is the very last message that has `token = "rustAnaltzer/Building"`. But all of the proc macro builds seem to have the same one-off...

I checked out tokio repo and was able to reproduce straight away. I will try the ttl setting

Yes, this looks to have done the job for me, too! Thanks!

Yes. Unfortunately I filed this/these report yesterday when GitHub was having troubles. I got a lot of error responses before one was successful. Seems GitHub reported an error to me...

believe this is due to requests lib version... I had 2.17, upgraded to 2.20 and this went away, hence you need to put a minimum version in the requirements.

@FabijanZulj I was using blame.window_blame is_window_open() to toggle my barbecue (navic) off when blame is open, but this has just been removed. I tried using `require("blame.views.window_view"):is_open()` but this returns false...

Thanks! It does work "out of the box" for the initial blame, but I noticed when going to a new blame in the stack (first time pressing tab) then code...