Maciej J

Results 15 comments of Maciej J

Having the same issue while using `stack repl`: ![ConEmu_appearing_characters_issue](https://user-images.githubusercontent.com/9082353/82812220-6ecfa980-9e8a-11ea-8552-923c32961543.gif)

I'm running into exactly the same issue. What I've found is that if you're patient and wait for long enough (in my case it's around 10 minutes) you eventually get...

> I had the same issue when I was trying to install `kubelogin` using brew and I fixed it by installing the plugin using krew Unfortunately that didn't fix it...

As it turns out it's just the `AutoField` which doesn't work for `ID`: ```F# Define.Field("id", ID, (fun _ person -> person.Id )) // Works Define.AutoField("id", ID) // Doesn't work as...

Hi, what's the status of this one? I'd just like to point out that fixing the links isn't going to be enough - https://github.com/slick/slick/pull/2250 removed the ability to build sample...

There's been a similar question [on stackoverflow](https://stackoverflow.com/questions/68886202). You can switch to an iframe like that: ```python await session.request( url="/frame", method="POST", data={"id": iframe.id}, ) ``` Additionally - if you want the...

> https://github.com/pinojs/pino/blob/9259e13309a77f246ad1a766c27cda794e2915d0/docs/api.md?plain=1#L1267 I don't see how the linked option documentation would clear up the confusion. I think that it should be clearly stated [here](https://getpino.io/#/docs/transports?id=v7-transports) or [here](https://github.com/pinojs/pino/blob/9259e13309a77f246ad1a766c27cda794e2915d0/docs/api.md?plain=1#L1199) to make it clear...

> @mjarosie have you started any work on this? I'd be up for taking it up if you haven't. No I didn't work on that. Feel free to pick it...

What fixed it for me was just running: `sudo -i nix-channel --update nixpkgs`, even without adding the unstable channel explicitly.