Krysl

Results 22 comments of Krysl

@cuiliang 对C#不熟啊,几年前自学过两星期,现在一堆的看不懂

This example "05chat.strm" makes me confused: ``` broadcast = chan() tcp_server(8008) | {|s| broadcast | s # connect to broadcast channel s | broadcast # broadcast incoming message } ```...

How about named pipe? ``` mkfifo("/tmp/fifo", S_IFIFO|0666) fifo_in = open("/tmp/fifo", O_WRONLY) fifo_out = open("/tmp/fifo", O_RDONLY) STDIN | fifo_in seq(100) | fifo_in fifo_out | STDOUT ``` And make it more simple,...

I like curly brackets, and oleksandr's example in my way: ``` {(=> t1 t2 c) t1 = Ticker1('3s') t2 = Ticker2('2s') c = Clock('1s') } | {(t1 t2 c =>...

Sorry, I have no development experience on macos.

It's not available. This is just a simple package, not a big, comprehensive solution. I'm busy with some other projects and may not have enough time to add more features...

I tried some editors that support WYSIWYG: | Editor | show Markdown marks | renderer for CheckBox/image/Table/Math/Chart... | Source Code Mode | Remarks | | --------- | --------------------------------- | -----------------------------------------------...

@rolandlo It‘s Win10 (22H2 19045.3803) `--disable-audio` works, thanks a lot.

@rolandlo Sorry!!! I made a mistake! When I opened a new Xournalpp using the command line, I forgot to close the previously opened window. The problem still occurs when I...

Yes. But every time I open it, it takes 5 minutes, 8 minutes, or even more than ten minutes. It takes a long time to reproduce the test.