amuletofyendor

Results 15 comments of amuletofyendor

One solution could be to expose the Kernal trig routines and possibly provide helper words to precompute tables of a given length if needed. e.g. `sintbl ( length -- addr...

Here's the TV example with a "sticky" search bar to make the problem easier to see: [CodeSandbox](https://codesandbox.io/s/hardcore-kate-29o01q) Steps to reproduce: 1. Search cat. 2. Scroll to bottom of results 3....

Is this documented somewhere? I've just sunk hours into trying to "solve" this before I came across this thread.

The CI matches the build steps in the readme. I notice the CI is configured to run on Windows. I did get it to work by running `Build.sh`. This takes...

The F# compiler build seems to work and has the same output on both Windows and Linux. ```bash $ dotnet build src/FSharp.Core/FSharp.Core.fsproj /p:BUILDING_USING_DOTNET=true Restore complete (1.0s) FSharp.Core netstandard2.0 succeeded (0.2s)...

I see there is some previous discussion about this that wasn't resolved #59, #57. Any further thoughts on this?

Fsharp.Formatting is indeed processing them, but they have been deliberately omitted from the nav menu (which has been produced manually)

It would be great to be able to generate a mermaid diagram from a code snippet in a literate script -- essentially parsing output as markdown content. Can anyone tell...

Yikes. I think I'd rather just post-process the results with List.GroupBy than deal with this. I wonder if there's some official guidance on how to do joins in Donald though?

Thanks. That's an amazing orientation! By the way, there seems to be an API function for loading BASIC. It may not be necessary to keep it resident in memory while...