Adam Granicz

Results 26 issues of Adam Granicz

When I use the `--save-options` flag, `.netconfig` will save the folder I specified with `-d` verbatim. But I wonder, why not save the path of the given folder relative to...

help wanted
question

(From the Forums - https://forums.websharper.com/topic/91272) Using v4.7.1, the following sitelet returns a 404 when trying to access `/?date=2021-12-12`. If I comment out the `DateTimeFormat` part then it returns the correct...

Event handlers in server-side templates are automatically translated for client-side use, however, local functions in those handlers escape without raising an error. Consider the following code: ```fsharp let elem =...

bug

Some build scenarios are not currently handled using `wsconfig.json` (we need new features) and some scenarios are handled incorrectly or in a confusing way (we need fixes.) An example for...

enhancement

So far, in all pre-4.0 and Zafir (4.0 alpha+beta+RC) releases, WebSharper generated JavaScript from F# (and with Zafir also C#) code. In addition to this, 3.x releases were capable of...

feature request
typescript

Say I have a treeview, such as the one in https://dojotoolkit.org/reference-guide/1.10/dijit/Tree.html#context-menu Clicking outside an item but inside the tree gives me a blue tabstop for a short while before it...

### URL to the linked Repo/Org https://github.com/dotnet-websharper ### Steps to reproduce the problem: 1. User submits a PR ### What is the expected result? CLA bot kicks off and does...

wontfix

(Reported by Clinton Düll - see original forum ticket at https://forums.websharper.com/topic/92665) An F# .Net 6 library using SqlProgrammabilityProvider will fail to compile if the WebSharper.FSharp package is referenced. The following...

bug

When constructing server-side HTML with dynamic, client-side content/functionality, we rely on `client`/`clientSide`/`Doc.Hydrate` to embed client-side content, and historically we required explicit quotations `` around the client-side expression. The reasoning was...

enhancement
6.0.5.239

I have a template file with the following fragment: ```html This won't be hidden Is this going to show up? ${Hello} Is this going to show up? Hope so... ```...

bug