Kurt Mueller

Results 22 comments of Kurt Mueller

Welp, I'm trying to implement this feature myself. However, after forking the repo and to opening the `src` directory using VS Code's remote dev container, I get the following build...

I see that in http://fsprojects.github.io/FSharp.Data/library/HtmlCssSelectors.html#Implemented-and-missing-features it's listed as a todo. Perhaps instead of a general `System.Exception` being thrown, a [`NotImplementedException`](https://docs.microsoft.com/en-us/dotnet/api/system.notimplementedexception?view=net-5.0) is thrown?

For future reference (notably me), the tokenizing process happens in this function: https://github.com/fsprojects/FSharp.Data/blob/main/src/Html/HtmlCssSelectors.fs#L103

@alecglen That's exactly what I'm attempted and failed to do 😆 .

Is there still a want/need for this? I could write this :).

I believe there are some slight differences between `groupsOfVarying` and my proposed `splitsAt` function. `groupsOfVarying` specifies the length of each group while `splitsAt` specifies the index of where the split...

What other information would you like? I think what could be the cause is that I'm on Apple M1 notebook using dotnet 6: ```bash $ dotnet --version 6.0.100-preview.7.21379.14 ```

I fixed this for myself by simply moving my css files into a subfolder and doing `&= require_tree ./subfolder`

I should note I have net7.0 installed on my machine. I noticed https://github.com/fslaborg/RProvider/blob/008c08476d04eda984be5564e367f93954062f38/src/RProvider.Server/RProvider.Server.fsproj#L5 doesn't mention net7.0

It's also worth noting that when I run a dotnet 6 bullseye container with `aarch64` hardware, rprovider tries to look in a nonexistent directory: ```bash $ dotnet fsi script.fsx /usr/share/dotnet/sdk/6.0.404/Microsoft.Common.CurrentVersion.targets(2302,5):...