Results 27 issues of Axel Hecht

videos suck for copy-n-paste, but with popcorn, one could highlight the current line to execute. I'm not tooo opposed to give that a shot with a video or two, we'll...

enhancement

This is just trying to make it easier for other folks to reproduce the crash.

Running the `test:validate` tests on linux creates crashes in three tests. I tested on 12 and 14 on WSL, and travis/github actions also crash. macos version 12 doesn't crash, though....

In fuent.js, we restricted the options to `NUMBER` and `DATETIME` beyond what's documented in the guide right now. We should port those changes over.

docs

I think we should make some statements around what Functions are allowed to do and not, as part of our resolver spec. In particular, I think we should * define...

resolver

In `grammar.js`, we have ```javascript let SelectExpression = defer(() => sequence( InlineExpression.abstract, maybe(blank), string("->"), maybe(blank_inline), variant_list.abstract) .map(keep_abstract) .chain(list_into(FTL.SelectExpression))); ``` Notably, `maybe(blank)` between the selector and `->`. For ```properties good =...

syntax

For parsers, it's beneficial to be able to detect the version of a Fluent file. Right now, we can use feature detection pretty well to distinguish 0.4 from 0.5-0.7 syntax....

semantic comments
docs

We've used the term __private__ in a lot of ways by now, I'd like us to re-introduce it for entries that are internal to a particular localization. The primary use-cases...

syntax
FUTURE

## Expected Behavior When uploading content for a scaffolder dry-run, I get `payload too large` errors. The easiest way to fix them is to remove the `.git` folder from my...

bug
help wanted
scaffolder

## Expected Behavior `npx @techdocs/cli serve` should serve docs w/out errors when using a non-standard theme ## Actual Behavior ## Steps to Reproduce 1. run `npx @techdocs/cli serve` on a...

bug
docs-like-code