Kilian Folger

Results 3 issues of Kilian Folger

I have a parser that starts with `state().thenPick( ...` followed by a parser that will either soft-fail if what it encounters doesn't fit a certain format, or hard-fail if what...

If an `exposeProc` uses try/except and then calls `callJs` from within the `except` block, the app crashes with a segfault. Try this: ``` exposeProcs: proc tryExcept() = try: raise newException(CatchableError,...

Using Sass `...` requires the use of indented syntax like this: ```sass .center position: absolute left: 50% top: 50% transform: translate(-50%, -50%) ``` but Emacs keeps forcing the indentation to...