Tuomas Hietanen

Results 85 issues of Tuomas Hietanen

Hi! I did use this (commit 125c50236acc69c72171624e51378ffbed3c63dd ) both src/dmuploader.min.js and demos/js/demo-preview.js Since then, it seems that there is a lot of development going on, and the API has changed,...

If you use GitHub dependencies with specific files: ``` github janl/mustache.js mustache.min.js ``` ...and the file is [there](https://raw.githubusercontent.com/janl/mustache.js/8e52a4ac6cf4ed86d0fedb3c4dae643fd7b56998/mustache.min.js), at the time you reference it (https://github.com/janl/mustache.js/commit/8e52a4ac6cf4ed86d0fedb3c4dae643fd7b56998)... but then the author removes...

I'm trying to reference Azure.Identity with Paket (paket.dependencies): ``` nuget Azure.Identity ``` But it has dependencies (paket.lock): ``` Azure.Identity (1.3) Azure.Core (>= 1.6) - restriction: && (>= net40) (>= netstandard2.0)...

I'm trying to have an expression tree to compare a struct with the same item, and it fails? ```fsharp open System open System.Linq.Expressions //let tester = Some "a" //works //let...

Bug
Impact-Low
Area-Queries

You cannot compare value-options directly due to #13370 Boxing them causes the LINQ compiles but does incorrect runtime result: **Repro steps, actual behaviour** ```fsharp let datasource1 = [1; 2].AsQueryable() //...

Bug

Shoud this compile? ```fsharp [] let rec (|HasOne|_|) xs = match xs with | [] -> ValueNone | h::_ when h = 1 -> ValueSome true | _::tail -> match...

Bug

A few ideas what to add to ApplicationBuilder for some common web-application scenarios: ```fsharp let app = application { index_page "index.html" default_error_page "error.html" blacklist_filter_urls ["%252F%252F";"%2F%2F";".%2F";".%252F";"%3C";"%253C";".."] static_files_auth_required ["userhomepage.html"; "paymentcards.html"] static_files_corsMap corsToMime...

enhancement
up for grabs

In the current OSS projects. there exists a push of Fantomas to force implementing the coding conventions of F#, where as those coding-conventions are not complete, creating a gap which...

style-guide

Hi, @JordanMarr has created dacpac-support to SQLProvider. The parsing code has been separated to different files so that you can reference them directly, if you'd like to also build a...

I cannot find a way to add "Storage Account -> Networking -> Firewall IpRules". ``` "type": "Microsoft.Storage/storageAccounts", // "properties": { // "networkAcls": { // "ipRules": [ { "value": "11.22.33.44", "action":...