George Pollard
George Pollard
@andreynering could we get a new release with updated `zglob`? I’d love to use this.
At the very least, dynamic variable caching must take into account the working directory. We have two tasks with different working directories which both use `realpath XXXX` to resolve file...
See this commit for example problem/fix: https://github.com/Azure/azure-service-operator/pull/1742/commits/f83921dbe26080dae5715cfe8a9a6629e29cc1b9
I would suggest: - amend the specification to remove decimals in exponents (given that they aren’t permitted already, and their usefulness seems dubious) - add `nu` to the list of...
/remove-lifecycle stale
I’ve run into this while trying to [render my excerpt from markdown](https://github.com/11ty/eleventy/issues/1380) which contains shortcodes. I’m using: ```js await this.renderTemplate(data.page.excerpt, "md"); ``` However, none of the shortcodes registered in the...
I suspect that one nice win would be to replace `LazyList` with a `seq`, as long as we're careful to only evaluate it once... 🤔
I've tried it and it seems like a slight win. I need to do some proper benchmarking though, at the moment only the 'minimal test' really exercises the `Tree` type...
@moodmosaic what happens if we edit the files in `FSharpx.Collections`? How does that work with updating them and so on?