links icon indicating copy to clipboard operation
links copied to clipboard

Links: Linking Theory to Practice for the Web

Results 109 links issues
Sort by recently updated
recently updated
newest added

Project idea: Use effect handlers to JIT compile (optimise and deoptimise) code. It is fairly straightforward to JIT compile in Links on the client side using the alien interface ```links...

enhancement

We're currently only reporting errors. I wonder whether we could consider adding a warning system as well? I'm not entirely sure which warnings we'd want: things like overlapping patterns, for...

enhancement

For certain recursive functions that have both a flexible effect variable, and an operation label occuring in a different effect row, the two effect variables get unified, even though the...

bug

Port number supplied via `--set` flag does not seem to override the port given in the default config file. Suppose you have the following config in the default config file...

bug

GitHub has recently released a new "citation" feature. It makes it possible to generate "citation strings" for repository, c.f. https://github.com/citation-file-format/citation-file-format. We should consider whether we want to make this repository...

question

The `addRoute`-family of functions are anti-modular and at odds with the long term goal of moving towards separate compilation. In #938 I briefly made an argument for getting rid of...

enhancement

I'm seeing some odd behaviour that only happens when the Chrome JavaScript Console is open (Chrome version 91.0.4472.106, MacOS 11.4 (Big Sur)). I've not labelled this as a bug because...

question

When I use `l:onload` in an XHTML element, I expect the corresponding code to get run, client-side after the DOM is loaded. That doesn't happen (see attached minimal example) and...

bug

Currently, it is not possible to invoke a client function, whilst inside the REPL. There are multiple ways to support this functionality. One possible approach is to spin a Node...

enhancement