Th. Ma.

Results 6 issues of Th. Ma.

Hello dear Known maintainers 👋🏼 ## While trying to do this: Exporting data with `know.php` CLI tool… ## I encountered this error: The export didn't go well most likely because...

Please see https://github.com/ciao-lang/ciao/issues/86 Tested with | emacs 28.2 / Darwin x86_64 | emacs 29.1 / Darwin aarch64 | |----|----| | | |

Hello 👋🏼, Trying to build `ciao_emacs.emacs_mode` with - `emacs 29.1` - `darwin/aarch64` - `ciao` master branch (or the latest v1.22.0-m7 tag) as of this writing led me to seeing the...

bug

Hi! In the spirit of providing alternate solutions for exercice 13 (entitled [`catch-blocks`](https://github.com/total-typescript/beginners-typescript-tutorial/blob/3b55248a9f268c9777485453f4de5d20fce080cd/src/13-catch-blocks.problem.ts)), does it make sense to encourage possible introduction of - [`unknown` type](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-0.html#new-unknown-top-type) - guard clause for case...

See https://github.com/total-typescript/beginners-typescript-tutorial/issues/92 previously added as a [comment](https://github.com/total-typescript/beginners-typescript-tutorial/issues/62#issuecomment-2036472253)

Hello, I've tried to call `assertz/1` by passing it a clause depending on [a stream as follows](https://github.com/thierrymarianne/scryer-prolog/commit/9350540969b5bfea5b8dba2743ffebf3d5e040c6): ```Prolog test :- open('./learn/test-page.dj', read, Stream), assertz(stream('test', Stream)). :- initialization(test). ``` Is there...