Ivaylo Slavov

Results 14 comments of Ivaylo Slavov

Hello, I've currently started working on this. I've considered the opt-out approach not to be a good idea, as one needs to enlist all the non-identifier characters, which is error...

Just to inform on the progress of this, I have been able to introduce several character ranges so far: - Extended Latin A - Extended Latin B - Cyrillic -...

@fireton I've been having some personal matters these few months. I will try to complete this in a couple of weeks, mostly it needs some unit tests and documentation.

I am resuming work on this now. I am experiencing some issues with divert variables and divert names at the moment, which prevents some tests to pass. I need some...

I have now managed to prepare a PR for that. I apologize for the long delay on this anticipated feature. I did not expect that either, but I had personal...

Hello, Since upgrading to 4.5.9.164 , I experience the following issue: I get a JS error in the console: > TypeError: ProviderBuilder is undefined In the begining of my project's...

@Jand42 I have disabled caching in my js debug tools. I will check if `WebSharper.UI.Templating.Runtime.js` is available and update.

@Jand42 The `WebSharper.UI.Templating.Runtime.js` script is present in `wwroot/Scripts/WebSharper/` folder, but is not loaded in the project when I examine the scripts tab in the debug tools. And yes, I am...

Hi @Tarmil. No, I have a couple of `ws-replace` attributes and a `${Member}` expression. Here is the template I use: ```html ${Title} ``` The `ws-replace` holes are being filled on...

I am also interested in more detailed information regarding distribution of a production-ready electron-edge application in the form of: - installer for Windows-based system - linux package (preferrably in a...