Kent Boogaart

Results 63 comments of Kent Boogaart

Not sure why I'm being pinged - I am not a maintainer. ![image](https://user-images.githubusercontent.com/1901832/154769580-5d700893-e680-4d8c-a946-436c71c5af24.png)

Note for future me and other travelers: ``` & (Get-Module ZLocation) { Remove-ZLocation your/path/here } ```

I am unclear on what the equivalent JS is, but what I'm trying to replicate is being able to access `this` from within a class-based React component: ```fsharp type private...

> In React, the this that you try to access in your view is only about the state of the components not the reference of it in the DOM. If...

Is it perhaps because a `useMemo` that returns a function is basically equivalent? That's what I ended up landing on. If that's the case, it makes me wonder why React...

@gzur That's very sad. My condolences to his wife and yourself.

Had a look through [the code](https://github.com/linkwarden/linkwarden/blob/4640c1c966d37b7fc22e4ebfcb244d03da1d6d82/lib/api/controllers/links/getLinks.ts#L54), and doesn't seem like it's possible yet. So I guess this makes my question a feature request 🙂

Hi, I came here expecting this exact kind of bug report. My understanding is that Roslyn is _not_ capable of working with SDK-style csproj. See [here](https://github.com/dotnet/roslyn/issues/17968). It has blocked me...

This affects mono only. I've added a test to prove it works under MS .NET. Hopefully this will sort itself out as the mono team adopt Microsoft OS code.

Hi @gbrunton. It's not a dead project - I use it daily. However, I don't use XS any more, so I can't really confirm whether this is still an issue....