Tim Whiting

Results 67 issues of Tim Whiting

@rbellens A fix for windows paths

### Summary of issue: This is a language feature request. What are the opinions of the leads about having a general control flow mechanism that is extensible by users? Delimited...

leads question

Transferred from another issue. I feel like families have a common use case of creating another provider for the parameter and then overriding it -- effectively creating a scoped provider...

enhancement

@kevmoo Iterated as requested on #997 Fixes: https://github.com/google/json_serializable.dart/issues/396 See hacky workaround that is forced to do this at runtime for the fast_immutable_collections package, and is not able to handle enum...

Implemented: (Low Level, Callback, LibUV wrapper) Streams File I/O Net / TCP I/O Timer FS Poll FS Event Signals TTY Implemented: Async API Basic File I/O Basic TCP I/O Timer...

Fixes: #458 & #457 There is more work to do to grapheme clusters completely correct, but this is a step in that direction. See https://www.unicode.org/reports/tr29/#Grapheme_Cluster_Boundary_Rules for what needs to be...

Add fip fbip and tail keywords to documentation, spec and bison/yacc, as well as some documentation on named handlers.

Takes a match that has common superstructure, and reworks it to match on that first. Note that the transform expects there only to be a single pattern in the match...

### Discussed in https://github.com/koka-lang/koka/discussions/467 Originally posted by **woojamon** February 8, 2024 May I ask why the `show` function is not implicity resolved in the example below? ```koka // main.kk type...

bug
types