Ken Okabe
Ken Okabe
I'd like to know about Infix Functions or how to define custom binary operators in Kind. [Infix Functions In Haskell](https://wuciawe.github.io/functional%20programming/haskell/2016/07/03/infix-functions-in-haskell.html) I need to define monad operators `>>=` or pipeline `|>`...
Thanks for the great component I've been lookin for. **Sortable list (vertical)** in https://solid-dnd.com/#examples https://gist.github.com/stken2050/84de233a3f759c679dc0a6cbcfff6c50 as `Sortable.jsx` wokrs fine, but basically my projects are based on TS, TSX, so tried...
There is https://github.com/microsoft/fast-blazor >Blazor component library for FluentUI. Microsoft's official lightweight wrapper around the FluentUI Web Components for use with .NET 6.0 Blazor applications >The `Microsoft.Fast.Components.FluentUI` package provides a lightweight...
### Describe the bug Basically, the "annotation" setting is out of control.   The settings below are roughly implemented in terms of how every flag depends on others. -...
Hi, Thanks for developing this great product! I've read #1034 (Give Fabulous a strong, independent identity). I'm thrilled about the potential of Fabulous.Avalonia because, thanks to WASM and the Avalonia...
http://jsfiddle.net/XVyTJ/ node ``` var _ = require('lazy.js'); var natural = function(n) { return n; }; var _natural = _.generate(natural); //0 1 2 3 4 5 ..... var _even = _natural...
Great job as usual. Thanks daniel tao. I have a thought of new feature. IMO, your fibonacci sample is hard to follow. The reason is 1. We need to implement...
I'm not very comfortable with `reduce` initiates the evaluation of the sequence. The good thing about lazy is we can deal infinite sequence in Math world. Some value like PI...
01-13 20:22:15.355 1285-1285/com.example.app E/AndroidRuntime﹕ FATAL EXCEPTION: main java.lang.NullPointerException at com.strumsoft.websocket.phonegap.WebSocket.buildJavaScriptData(WebSocket.java:416) at com.strumsoft.websocket.phonegap.WebSocket.access$400(WebSocket.java:60) at com.strumsoft.websocket.phonegap.WebSocket$5.run(WebSocket.java:389) at android.os.Handler.handleCallback(Handler.java:725) at android.os.Handler.dispatchMessage(Handler.java:92) at android.os.Looper.loop(Looper.java:137) at android.app.ActivityThread.main(ActivityThread.java:5041) at java.lang.reflect.Method.invokeNative(Native Method) at java.lang.reflect.Method.invoke(Method.java:511) at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:793) at...
From .NET 6.0, **Ahead-of-time (AOT) compilation** is supported. >Blazor WebAssembly supports ahead-of-time (AOT) compilation, where you can compile your .NET code directly into WebAssembly. AOT compilation results in runtime performance...