-
_From @YandyZaldivar on July 14, 2018 17:44_
There is this issue #20 tracking SignalR client support.
I am opening this to follow a standard client WebSockets implementation. Maybe it comes from M…
-
### Description
Method `System.Char.IsPunctuation` is missing a replacement.
### Related information
* Fable version (`dotnet fable --version`): 2.0.0-alpha.27
* Operating system: Windows 10…
-
One of the things I like a lot about writing JSX or TSX files is the declarative markup used to build the DOM in the render functions. It makes it easy to read and understand at a glance. With Bridge.…
-
@joshua-anderson @akoeplinger @nterry
**csharp** language builds started failing https://travis-ci.org/bridgedotnet/Bridge/builds/204771569#L1961
A build, against the commit successfully passed…
-
(Raised a similar issue in Bridge at https://github.com/bridgedotnet/Bridge/issues/2970)
Currently the AutoComplete property on input attributes only accepts an enum with a value of On or Off, howe…
-
The homepage lacks the most important information... What is this exactly? I though tit was a .net alternative to Electron, turns out it's it's just Electron (JS-based yeah) with a web-app running on …
-
I've been experimenting with using a custom module loader to include Common JS modules output by [Bridge.Net](https://bridge.net/)
The first problem is that the core bridge.js file didn't seem to …
-
When attempting to use the global keyword within a attribute parameter we are encountering an error.
```
[DefaultMemberReflectability(global::System.Runtime.CompilerServices.MemberReflectability.Publ…
-
Currently Saltarelle does not support InternalsVisibleTo attribute. It makes unit testing harder since it won't compile when I call method that is visible in JS but not in C#.
Currently I have to cas…
-
I think this one might be a bridge issue, but not sure.
When using the `.With()` Method to set an `Optional` property if the value comes from a null coalescing operator then the With call fails with …